AI agent tools

Tools for AI agents that need real-world actions

AI agent tools are useful when they perform actions outside the chat window. Munition is intentionally narrow today: file upload is live, memory is coming soon, and paid HTTP tools settle over x402.

Keywords: ai agent tools, paid tools, MCP compatibility, x402

Install the current tool set

Use the MCP server with any compatible local client. The same account model can expose more paid tools as they ship.

{
  "mcpServers": {
    "munition": {
      "command": "npx",
      "args": ["-y", "@munition/mcp"],
      "env": {
        "MUNITION_API_URL": "https://api.munition.io"
      }
    }
  }
}

Prompt example

Copy this shape into the agent once Munition is installed.

Create a status report, upload it with Munition, and return the URL plus the paid-call receipt. If memory is not available yet, say so plainly.

Expected result

A successful run should be explicit about the action, output, and paid call.

  • 01

    The agent uses upload, the live Munition tool, to create a public URL for the artifact.

  • 02

    The agent reports receipt metadata from the x402 paid call.

  • 03

    The agent does not pretend Munition is a huge directory: memory is coming soon and additional paid HTTP tools will be added over time.

Limits and privacy

Use Munition for short-lived shareable agent artifacts, not for access-controlled storage.

  • 01

    Live today: upload, renew upload, delete upload, recent uploads, balance, topup link, and setup link through MCP.

  • 02

    Coming soon: memory and more paid HTTP tools behind the same account and x402 model.

  • 03

    Uploaded files are public to anyone with the URL, limited to 10 MB, and retained for 7 days by default.

Follow the setup path for your client or read the paid upload and x402 model.

FAQ

Short answers for agents and humans configuring Munition.

What Munition agent tool is live?

File upload is live. It returns public URLs for local artifacts.

Is memory available?

Memory is planned next, but this page should treat it as coming soon until it appears in the tool list.

Which clients can use these tools?

MCP-compatible clients such as Codex, Claude Code, Cursor, Claude Desktop, Gemini CLI, and eligible ChatGPT Developer Mode setups.

How are paid tools settled?

Paid HTTP tools use x402 from the local Munition account balance.

Next step

Use the live tool first

Start with upload, then keep the same MCP setup as Munition adds memory and more paid actions.

Open upload tool guide