Accepted public payments
- Stablecoin
- USDC
- Chains
- Base, Arbitrum, Optimism, Polygon, and Avalanche
Give your agents a memory of everything they have done. Pull up past chat conversations, review every tool your agents have run, and look back over finished and scheduled workflow runs, all on demand and in plain language. Ask "what did my agents work on this weekend?" or "why did that workflow fail?" and get a clear, sourced answer drawn straight from your own activity history. It is the easiest way to keep oversight of autonomous agents, debug a run that went sideways, put together an end-of-week summary, and keep a trustworthy record of what was done and when.
Summarize what your agents did this week, Review a past chat conversation and the tool calls inside it, Audit tool-call history by tool, status, and date, Investigate why a workflow run failed, Check recent and upcoming scheduled workflow runs, Build an activity report for oversight, Trace a single tool's usage history, Keep a read-only audit trail of agent actions
Connect once through AgentPMT Dynamic MCP, then use approved tools from the same agent connection.
STDIO connector for Claude Code, Codex, Cursor, Zed, and other LLMs that require STDIO or custom connections.
npm install -g @agentpmt/mcp-routeragentpmt-setupMCP 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/mcpUse the hosted endpoint directly in clients that support remote MCP. Store your Bearer token in the client config or secret field.
{
"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 MCPYou can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
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\"}"
}
}
}
}View MCP Connection Instructions for more details.
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.