Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.patwalls/superhighway-mcp

NPM · SUPERHIGHWAY-MCP · SCANNED SEP 20

Web search for AI agents — 5 tools: search, news, images, scrape, research. x402/USDC or API key.

Available components

0 this week 79 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security85
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects uuid 8.3.2, reached via x402-fetch > x402 > wagmi > @wagmi/connectors > @metamask/sdk > uuid. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Dependency health was assessed across the 400 of 661 dependencies we could resolve, so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability83
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 504 tokens (~100/item across 5 items; 5 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management80
  • Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 5 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 5 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.patwalls/superhighway-mcp server?

io.github.patwalls/superhighway-mcp runs locally as an npm package, launched with npx -y superhighway-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · superhighway-mcp

# add to Claude Code
claude mcp add patwalls-superhighway-mcp -- npx -y superhighway-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "patwalls-superhighway-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "superhighway-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "patwalls-superhighway-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "superhighway-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add patwalls-superhighway-mcp -- npx -y superhighway-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "patwalls-superhighway-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "superhighway-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add patwalls-superhighway-mcp --command npx --arg -y --arg superhighway-mcp
# ~/.hermes/config.yaml
mcp_servers:
  patwalls-superhighway-mcp:
    command: "npx"
    args: ["-y", "superhighway-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "patwalls-superhighway-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "superhighway-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add patwalls-superhighway-mcp -t stdio -c npx -a -y superhighway-mcp
// mcp.json
{
  "mcpServers": {
    "patwalls-superhighway-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "superhighway-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 18 Sept 26 0
    • Stability: 0.97 → pass security
    • Security disclosure: unverified → fail functional
  • 17 Sept 26 +1
    • Security disclosure: fail → unverified functional
  • 15 Sept 26 0
    • CVE-2026-67316 no longer affects this package security
    • CVE-2026-67313 no longer affects this package security
    • CVE-2026-67312 no longer affects this package security
    • CVE-2026-67321 no longer affects this package security
    • CVE-2026-67315 no longer affects this package security
    • CVE-2026-67320 no longer affects this package security
    • CVE-2026-67317 no longer affects this package security
    • CVE-2026-67318 no longer affects this package security
    • CVE-2026-67319 no longer affects this package security
    • CVE-2026-67314 no longer affects this package security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/superhighway-mcp@1.2.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 4 findings
ID CVE Severity Vector Fix available
GHSA-vcc3-ghjq-m6fr CVE-2026-45822 medium yes
GHSA-w5hq-g745-h8pq CVE-2026-41907 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N yes
GHSA-58qx-3vcg-4xpx CVE-2026-45736 medium CVSS:3.1/AV:N/AC:H/PR:H/UI:N/S:U/C:H/I:N/A:N yes
GHSA-96hv-2xvq-fx4p CVE-2026-48779 high CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 400 packages
Packages resolved 400
Deprecated 13
Stale 98
No linked repository 2
Tree resolution Partial

The dependency tree was only partially resolved, so these counts may be incomplete.

Background: SBOMs and build attestations, explained →

MCP tools · 5 exposed · ~504 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
image_search ~93

Image search. Returns direct image URLs, source pages, and thumbnails as JSON from a multi-engine image metasearch. Paid per call in USDC via x402 — no signup, no API key. Use for visual grounding, finding images for content generation, and multimodal research.

NameTypeReqDescription
limitnumberMax results, 1-20 (default 5).
querystringyesThe search query.

No output schema declared.

No examples provided.

news_search ~98

Real-time news search. Returns recent news articles (title, url, snippet, published date) as JSON from a multi-engine news metasearch. Paid per call in USDC via x402 — no signup, no API key. Use for current events, breaking news, monitoring, and time-sensitive facts.

NameTypeReqDescription
limitnumberMax results, 1-20 (default 5).
querystringyesThe search query.

No output schema declared.

No examples provided.

research ~128

One-call web research: searches the live web AND reads the top result pages as clean markdown — content, not just links. Give a question, get ranked results plus the readable text of the best pages ($0.005/call in USDC via x402 — no signup, no API key). Use to answer questions from fresh sources in a single tool call instead of search-then-scrape round-trips.

NameTypeReqDescription
pagesnumberHow many top results to read as markdown, 1-3 (default 2).
querystringyesThe question or topic to research.

No output schema declared.

No examples provided.

scrape ~90

Read any web page as clean text + markdown. Give a URL, get back the page title, readable markdown, and plain text. Paid per call in USDC via x402 — no signup, no API key. Use to let the agent read pages, fetch articles/docs it can't access, scrape content, and feed RAG.

NameTypeReqDescription
urlstringyesThe page URL to read (http/https).

No output schema declared.

No examples provided.

web_search ~95

Real-time web search. Returns ranked organic results (title, url, snippet) as JSON from a multi-engine metasearch. Paid per call in USDC via x402 — no signup, no API key. Use for fresh facts, research, fact-checking, and grounding/RAG.

NameTypeReqDescription
limitnumberMax results, 1-20 (default 5).
querystringyesThe search query.

No output schema declared.

No examples provided.

Common questions

What is the io.github.patwalls/superhighway-mcp server?

io.github.patwalls/superhighway-mcp is listed in the public MCP registry as io.github.patwalls/superhighway-mcp. Web search for AI agents, 5 tools: search, news, images, scrape, research. x402/USDC or API key. This page covers its npm package (superhighway-mcp).

Is the io.github.patwalls/superhighway-mcp server safe to use?

io.github.patwalls/superhighway-mcp scores 79 out of 100 on VerifyMCP. We recorded 4 known advisories against it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.patwalls/superhighway-mcp server expose?

io.github.patwalls/superhighway-mcp exposes 5 tools: web_search, news_search, scrape, research, image_search. Their descriptions and schemas cost roughly 504 tokens of context every time the server is loaded.

Is the io.github.patwalls/superhighway-mcp server still maintained?

io.github.patwalls/superhighway-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.patwalls/superhighway-mcp server under?

io.github.patwalls/superhighway-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.