superhighway-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@superhighway-mcpsearch for the latest news on AI"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.
Install
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.
Related MCP server: 4o-mini-search-mcp
Wallet
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.
What you get
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.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/patwalls/superhighway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server