AgentPMT
Minecraft Custom Mod Builder

Minecraft Custom Mod Builder

Function
Coming Soon

Available ActionsEach successful request consumes credits as outlined below.

list_capabilities2crvalidate_mod_project5crcreate_mod_project15crstart_build_job15crget_build_job2crlist_build_jobs2crrender_preview_image5cr

Details

Build structured Minecraft Bedrock add-ons, Bedrock skin packs, and Fabric/NeoForge projects with strict schemas, real runtime behavior checks, File Manager visual proof galleries, async install-readiness gates, and a full test loop for agent-edited source.

Custom pixel-art material texture generated for the verified Astral Foundry Bedrock add-on.

Request Beta Access

Beta users get first access to new tools and workflows and help shape the platform. Request access and we will contact you to discuss!

Use Cases

Create runtime-verified Bedrock add-ons and skin packs; build and verify Fabric and NeoForge jars; generate typed items, blocks, entities, commands, events, recipes, particles, sounds, worldgen, scoreboards, processor machines, storage, and supported client modules; review File Manager visual_proof galleries before delivery; preview visible assets; download editable source; upload agent-edited source for isolated compile/package/server/client testing; detect broken, unverified, or visually inadequate artifacts before installation

Dynamic MCP Setup

Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.

30 Second Setup

STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.

npm install -g @agentpmt/mcp-routeragentpmt-setup

Hosted Streamable HTTPS

MCP endpoint for browser-based apps like ChatGPT, Claude, Grok, or any time you want a streamable connection with no local install.

https://api.agentpmt.com/mcp

Config Example

Use the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.

Full connection guide
{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

Need client videos, organization controls, audit details, and the full feature overview?

More About Dynamic MCP

About this Product

Verified Minecraft mods, not just generated files

Minecraft Custom Mod Builder creates structured Bedrock add-ons, Bedrock skin packs, and Java Fabric or NeoForge projects, then runs the final build through the real target runtime. Installable output is marked ready only after compile, packaging, boot, behavior, render, and client checks required by the request pass.

Two authoring paths

  1. Declarative builds use strict typed items, blocks, entities, events, commands, recipes, particles, world generation, machines, storage, and supported client modules. Unsupported combinations fail with an exact path instead of producing a placeholder.
  2. Agent-edited source starts from an editable generated project. An agent can change the Java or Bedrock code, upload the complete project, and run it through the same isolated compile, package, server, client, and quality-gate workflow with a machine-observable verification contract.

What the result tells you

Async build jobs report whether Minecraft loaded the mod, which behavior and visual checks ran, why any check failed, and whether the artifact is ready to install. A completed job with ready_for_install=false remains inspectable but is never presented as working.

Outputs

  1. Verified .mcaddon, .mcpack, and .jar artifacts when the quality gate passes.
  2. Editable source projects for direct code changes.
  3. Texture and entity previews plus per-check runtime evidence.

Edited Java archive trust boundary: submit editable source and ordinary resources only. Generated build/cache trees and precompiled .class, .jar, or native binaries are rejected before compilation.

Frequently Asked Questions

How do I connect this tool to an external agent?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

Hosted MCP config

{
  "mcpServers": {
    "agentpmt": {
      "type": "streamable-http",
      "url": "https://api.agentpmt.com/mcp",
      "headers": {
        "Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
        "x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
      }
    }
  }
}

How does an external agent use this tool?

Agent prompt

Use the AgentPMT-Tool-Search-and-Execution tool. First call action 'get_instructions' so you know how to use the tool search interface. Then call action 'get_schema' with tool_id 69f94706113a9d7251fe31e2 ("Minecraft Custom Mod Builder"). After reading the schema and any returned instructions, tell me what this tool can do, we are going to be using it

Can I use my own artwork for textures?

Do I need to know how to code?

What can I create?

What do I get when my mod is finished?

Which versions of Minecraft does it support?

Dependencies

1 public dependencies are associated with this product.

Looking for help integrating AI into your business? Set up a free consultation.

Minecraft Custom Mod Builder by Apoth3osis | AgentPMT