★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mako-mcp-server": {
"command": "npx",
"args": [
"-y",
"ChrisDover/mako-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mako-mcp-server npx -y ChrisDover/mako-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mako-mcp-server": {
"command": "npx",
"args": [
"-y",
"ChrisDover/mako-mcp-server"
]
}
}
}
📋 Copy