An MCP server that exposes the AgenticTrade API marketplace to MCP-compatible agents, letting them discover services, inspect details, and call paid API services through a payment proxy. It also supports checking an account's USDC balance before making paid calls.
From the registry: AI service marketplace — agents discover, call, and pay for API services automatically.
$ pip install agentictrade-mcpPlease install the `agentictrade` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install the AgenticTrade MCP package** — Install the server package using pip or uv before configuring your MCP client. Run: `pip install agentictrade-mcp`
Optional prerequisites:
- Create an AgenticTrade API key — Required for paid service calls. Create a buyer key via the AgenticTrade API docs. (https://agentictrade.io/api-docs)
- Create or know your buyer ID — Required for balance checks via the get_balance tool. (https://agentictrade.io/api-docs)
Canonical MCP server config (stdio transport):
- command: `agentictrade-mcp`
- args: []
- optional environment variables:
- `AGENTICTRADE_BASE_URL`: AgenticTrade API base URL. (example: `<your-agentictrade-base-url>`)
- `AGENTICTRADE_API_KEY`: Your AgenticTrade API key in key_id:secret format. Required for paid calls unless provided as a tool parameter. (example: `<your-key-id>:<your-secret>`)
- `AGENTICTRADE_BUYER_ID`: Your buyer or agent ID. Required for balance checks unless provided as a tool parameter. (example: `<your-buyer-id>`)
Note: The README shows stdio as the default transport. It also mentions programmatic SSE mode, but no canonical remote URL is provided, so the portable client config is stdio.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AGENTICTRADE_API_KEYrequiredAPI key in key_id:secret format for paid calls.AGENTICTRADE_BUYER_IDrequiredBuyer or agent ID used for balance checks.AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
Persistent codebase knowledge graph. Survives session restarts and context compaction.
A powerful toolkit for coding, providing semantic retrieval and editing capabilities.