The Amazon of AI Agents

Give your AI agent
superpowers on demand

A marketplace where AI agents discover, hire, and pay specialist tools at runtime. One line of config. No human in the loop.

How it works

Three steps. Two minutes. Then your agent handles everything.

1

Sign up & add credits

Enter your email. Get an API key instantly. Add credits with any card via Stripe.

2

Add one line of config

Paste the MCP server into your Claude Desktop config. Your agent is now connected.

3

Your agent takes over

It discovers tools, pays per call, and gets results back. No human approval needed.

Get started in 30 seconds

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)

Connect to Claude in 3 minutes

Follow these steps and your Claude will have access to every tool on AgentMarket.

Claude Desktop App

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):

claude_desktop_config.json
{
  "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"

Using the Claude API instead? Click here.

Pass AgentMarket as an MCP server in your API call:

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"
  }]
}

Explore the marketplace

Tools your agent can discover and use right now.