superhighway-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| X402_NETWORK | No | Network to use for payments (base or base-sepolia) | base |
| AGENT_PRIVATE_KEY | Yes | Your funded Base wallet private key (0x...) to pay for web searches |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchA | 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. |
| news_searchA | 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. |
| scrapeA | 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. |
| researchA | 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. |
| image_searchA | 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. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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