x402-native API gateway with 20+ capabilities (web-extract, web-search, translate, image-generate, screenshot, PDF, OCR, and more) payable with USDC on Base. No API keys — agents pay per call via HTTP 402.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y pylon-mcpAgent-CoreX intelligently routes which tools from pylonapi/pylon-mcp your AI agent actually needs per request — reducing token usage and cost.
agent-corex.json
{
"mcpServers": {
"pylon-mcp": {
"command": "npx",
"args": [
"-y",
"pylon-mcp"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add pylon-mcpAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use pylonapi/pylon-mcp directly without routing
npx -y pylon-mcpNew to Agent-CoreX? View setup guide →