Server data from the Official MCP Registry
Web search for AI agents — 5 tools: search, news, images, scrape, research. x402/USDC or API key.
Web search for AI agents — 5 tools: search, news, images, scrape, research. x402/USDC or API key.
Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (6/6 approved).
3 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-patwalls-superhighway-mcp": {
"args": [
"-y",
"superhighway-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
Add to your MCP client config (e.g. Claude Desktop's claude_desktop_config.json):
{
"mcpServers": {
"superhighway": {
"command": "npx",
"args": ["-y", "github:patwalls/superhighway-mcp"],
"env": {
"AGENT_PRIVATE_KEY": "0xYOUR_FUNDED_BASE_WALLET_KEY",
"X402_NETWORK": "base"
}
}
}
}
Restart your client. The agent now has three tools that do the whole search job — web_search (live, ranked results), news_search (recent articles with dates), and scrape (read any URL as clean markdown). Find it, read it, pay per call.
AGENT_PRIVATE_KEY is a wallet you control, funded with a little USDC on Base
(each search costs $0.001; gas is covered by the facilitator, so you don't need ETH).
The key only ever signs tiny USDC payments — keep it to a small balance.
Want to try free first? Set X402_NETWORK=base-sepolia and fund the wallet from a
Base Sepolia faucet to pay in test USDC.
web_search (web) and news_search (recent news) each return results as JSON:
{ "query": "...", "count": 5, "results": [ { "title": "...", "url": "...", "description": "..." } ] }
Powered by Superhighway — the web-search API agents pay for.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.