mcp-server

the402ai/mcp-server
★ 1 stars TypeScript 🤖 AI/LLM Updated 22d ago
MCP server for the402.ai — AI agent service marketplace. Browse services, purchase via x402 micropayments, manage threads, list services as a provider.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "the402ai/mcp-server"
      ]
    }
  }
}