Self-hostable MCP server + HTTP API with 1,100+ ready-to-use tools for AI agents. Run free, or charge per call over x402.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"agent402": {
"command": "npx",
"args": [
"-y",
"MikeyPetrillo/Agent402"
]
}
}
}
Run in terminal:
claude mcp add agent402 npx -y MikeyPetrillo/Agent402
Add to .cursor/mcp.json:
{
"mcpServers": {
"agent402": {
"command": "npx",
"args": [
"-y",
"MikeyPetrillo/Agent402"
]
}
}
}