mako-mcp-server

ChrisDover/mako-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
MAKO's paid x402 endpoints (route, pulse, pricing, reputation, verify) as installable MCP tools. Drop-in for Claude Desktop, Hermes Agent, OpenClaw, Cline, and any MCP-native agent.
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": {
    "mako-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "ChrisDover/mako-mcp-server"
      ]
    }
  }
}