Superhighway MCP

Web search for AI agents that pays for itself. An MCP server that gives any MCP-speaking agent (Claude Desktop, etc.) a real-time web search tool. Under the hood it pays Superhighway $0.001 per search in USDC via the x402 protocol, using your wallet - no API key, no signup, no human in the loop. It runs locally over stdio via the published package.

People connecting search tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-06-11 · ★ 1 · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Superhighway MCP

before you install - you'll need

Set AGENT_PRIVATE_KEY, X402_NETWORK before connecting.

Claude Code

claude mcp add patwalls-superhighway-mcp -- npx -y superhighway-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package superhighway-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.patwalls is GitHub-verified and matches the repo owner

03 · Who maintains Superhighway MCP

superhighway-mcp is maintained by patwalls. We track 4 MCP servers from patwalls - 3 actively maintained, 2 combined GitHub stars, oldest repo from Jun 2026.

04 · Facts

category
search - actively maintained as of 2026-08-25.
registry
io.github.patwalls/superhighway-mcp (active, first published 2026-06-08 · 2 versions)
packages
npm:superhighway-mcp

05 · Superhighway MCP FAQ

What is Superhighway MCP?

Web search for AI agents that pays for itself. An MCP server that gives any MCP-speaking agent (Claude Desktop, etc.) a real-time web search tool. Under the hood it pays Superhighway $0.001 per search in USDC via the x402 protocol, using your wallet - no API key, no signup, no human in the loop. It runs locally over stdio via the published package.

Is Superhighway MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-06-11. We re-verify nightly.

How do I install Superhighway MCP?

Run `npx -y superhighway-mcp`. The README documents 2 environment variables (AGENT_PRIVATE_KEY, X402_NETWORK) to set first. Set AGENT_PRIVATE_KEY, X402_NETWORK before connecting. You can also paste the ready-made client config above.

Does Superhighway MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Superhighway MCP