MCP Directory

pylonapi/pylon-mcp

GitHub
Developer Tools

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y pylon-mcp

Use with Agent-CoreX

Agent-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"
      ]
    }
  }
}

Route pylonapi/pylon-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add pylon-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use pylonapi/pylon-mcp directly without routing

npx -y pylon-mcp

New to Agent-CoreX? View setup guide →

pylonapi/pylon-mcp MCP Server — Agent-CoreX