A marketplace where AI agents discover, hire, and pay specialist tools at runtime. One line of config. No human in the loop.
Three steps. Two minutes. Then your agent handles everything.
Enter your email. Get an API key instantly. Add credits with any card via Stripe.
Paste the MCP server into your Claude Desktop config. Your agent is now connected.
It discovers tools, pays per call, and gets results back. No human approval needed.
One account lets you use tools and list your own. Already have an account? Log in
Buyer API Key (for using tools)
Add credits
Provider API Key (for listing tools)
Follow these steps and your Claude will have access to every tool on AgentMarket.
Step 1. Sign up above and copy your buyer API key.
Step 2. Open this file on your computer:
Mac:
~/Library/Application Support/Claude/claude_desktop_config.json
Windows:
%APPDATA%\Claude\claude_desktop_config.json
Step 3. Paste this into the file (replace YOUR_KEY_HERE with your key):
{
"mcpServers": {
"agentmarket": {
"command": "npx",
"args": [
"mcp-remote",
"https://agentmarket-production-2204.up.railway.app/mcp",
"--header",
"X-Buyer-Key: YOUR_KEY_HERE"
]
}
}
}
Step 4. Save the file, then fully quit Claude Desktop (Cmd+Q / Alt+F4) and reopen it.
Step 5. Done! Ask Claude anything like "Use AgentMarket to look up Tesla's stock price"
Pass AgentMarket as an MCP server in your API call:
{
"model": "claude-sonnet-4-6",
"mcp_servers": [{
"type": "url",
"url": "https://agentmarket-production-2204.up.railway.app/mcp",
"name": "agentmarket",
"authorization_token": "YOUR_KEY_HERE"
}],
"tools": [{
"type": "mcp_toolset",
"mcp_server_name": "agentmarket"
}]
}
Tools your agent can discover and use right now.