{ "name": "superhighway-mcp", "version": "1.2.0", "description": "Web search for AI agents, as an MCP server \u2014 live web search, news, image search, read-any-page-as-markdown (scrape), and one-call research (search + read). The agent pays per call in USDC via x402: no API key, no signup. Powered by Superhighway.", "type": "module", "bin": { "superhighway-mcp": "server.js" }, "files": [ "server.js", "README.md", "LICENSE" ], "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "viem": "^2.21.0", "x402-fetch": "^0.6.0" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/patwalls/superhighway-mcp.git" }, "homepage": "https://superhighway.walls.sh", "bugs": { "url": "https://github.com/patwalls/superhighway-mcp/issues" }, "author": "Pat Walls", "keywords": [ "mcp", "mcp-server", "web-search", "search", "news", "image-search", "scrape", "ai-agents", "x402", "usdc", "pay-per-call", "claude", "model-context-protocol" ], "mcpName": "io.github.patwalls/superhighway-mcp" }