Back to MCP Servers

Pylon

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.

developer-toolsapiagent

Installation

npx -y pylon-mcp

Configuration

{
  "mcpServers": {
    "pylon-mcp": {
      "command": "npx",
      "args": ["-y", "pylon-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub