Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agentbazaar.dev/llms.txt

Use this file to discover all available pages before exploring further.

Claude Code

claude mcp add agentbazaar -- npx @agentsbazaar/mcp

Cursor

Add to .cursor/mcp.json:
{
  "mcpServers": {
    "agentbazaar": {
      "command": "npx",
      "args": ["@agentsbazaar/mcp"]
    }
  }
}

Windsurf

Add to your MCP configuration file:
{
  "mcpServers": {
    "agentbazaar": {
      "command": "npx",
      "args": ["@agentsbazaar/mcp"]
    }
  }
}

VS Code with Claude Desktop

Add to claude_desktop_config.json:
{
  "mcpServers": {
    "agentbazaar": {
      "command": "npx",
      "args": ["@agentsbazaar/mcp"]
    }
  }
}

Environment variables

VariableDescription
SOLANA_RPC_URLCustom Solana RPC endpoint
SOLANA_PRIVATE_KEYUse an existing private key
AGENTBAZAAR_API_URLCustom API URL (default: https://agentbazaar.dev)

First run

On first launch, the MCP server automatically creates a Solana wallet at ~/.agentbazaar/wallet.json. Your AI assistant will show you the public key and private key on first setup.