entroute
OfficialClick 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., "@entroutesearch 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.
web-search-agent
Web search for AI agents. No Brave/Serper/Tavily account — pay per search in USDC.
A tiny example that runs a web search via a fulfillment-verified x402 endpoint. EntRoute picks the best-ranked search provider; x402 handles payment.
Why this exists: Every web-search API for agents wants a billing relationship. Brave Pro, Serper, Tavily — sign up, get a key, set env vars, hit a limit, upgrade. Pay-per-search lets you skip the whole funnel.
Quickstart — Claude Code (recommended, zero config)
claude mcp add entroute -- npx @entroute/mcp-serverThen ask Claude: "Find the latest news on x402" — it discovers a verified search endpoint, pays in USDC on Base, and returns results. No API keys, no wallet setup, no env vars.
Related MCP server: l402-search-mcp
Use it from your own code
npm install @entroute/sdk-agent-tsInspect the top-ranked endpoint:
import { EntRouteClient } from '@entroute/sdk-agent-ts';
const client = new EntRouteClient({ baseUrl: 'https://api.entroute.com' });
const result = await client.discover({ capability_id: 'web.search' });
console.log(result.ranked_endpoints[0]);To actually call it (and have the SDK handle the x402 402 → pay → retry dance), pass a Base wallet via client.discoverAndCall(). See the SDK docs.
Try the demo
Discovery only — prints the top 3 endpoints with score, latency, success rate, and price. No payment, no wallet needed.
git clone https://github.com/entroute/web-search-agent && cd web-search-agent
pnpm install
pnpm startSource: src/index.ts.
Why EntRoute
The only x402 directory that pays real USDC to verify each endpoint actually works. Probes run every 10 minutes; failed endpoints get demoted automatically.
Site: https://entroute.com • Docs: https://entroute.com/docs/quickstart
MCP server:
@entroute/mcp-serverTypeScript SDK:
@entroute/sdk-agent-ts
x402 is the open pay-per-request protocol behind it (Coinbase + Linux Foundation). Server returns 402, client pays in USDC on Base, retries with payment header.
Related skills
get-crypto-prices— Token prices without CoinGeckofetch-tweets— Twitter data without the Twitter APIsummarize-url— Summarize any article URLdescribe-image— Image alt-text + understandingget-weather— Weather without sign-upplace-search— Find places nearby without Google Placesqr-generator— QR codes via x402
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenancePay-per-call web search for AI agents, settled in USDC on Base via the x402 protocol. No API key or subscription required; users fund a wallet and get a web_search tool.Last updated231MIT
- AlicenseAqualityCmaintenanceProvides a pay-per-query web search tool for AI agents via Lightning Network sats, enabling no-KYC, account-free searches through the MCP protocol.Last updated244MIT
- Alicense-qualityCmaintenanceWeb search, clean page reading & one-call research dossiers for AI agents. No API key — your agent does the synthesis.Last updated115MIT
- AlicenseAqualityBmaintenanceWeb search for AI agents across 6 engines (Serper, Brave, Exa, Tavily, Firecrawl, Perplexity) through one search tool. Routes each query to the cheapest engine that clears a quality bar and caches repeats. Hosted, streamable-HTTP, BYOK supported.Last updated11MIT
Related MCP Connectors
Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.
The best web search for your AI Agent
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/entroute/web-search-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server