Base Intel Search
Click on "Deploy 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., "@Base Intel Searchsearch for latest AI news"
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.
Base Intel Search — MCP server 🔎⚡
Pay-per-call web search for AI agents, settled in USDC on Base via x402.
Add one MCP server and your agent gets a web_search tool. Each query is paid
automatically from your wallet (~$0.015 USDC per call) — no API key, no
account, no subscription. Powered by the Base Intel /search API.
agent calls web_search("…")
→ GET /search?q=… → 402 Payment Required
→ x402 signs a USDC payment from your wallet
→ request retried → 200 + ranked, cited resultsThe agent never sees the payment — it just calls a tool and gets answers. Payment is transparent, instant, and per-call.
Why use it
No signup / no key. Fund a wallet with a few dollars of USDC on Base; that's it.
Pay only for what you use. ~$0.015 per query, no monthly fee.
Real-time web. Ranked, de-duplicated results with source + date, plus top news.
Filters. Recency (day/week/month/year), site restriction, result count.
Related MCP server: dyoe-agent-tools-mcp
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"base-intel-search": {
"command": "npx",
"args": ["-y", "base-intel-search-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0xYOUR_PAYING_WALLET_PRIVATE_KEY"
}
}
}
}Restart Claude Desktop. You'll see a web_search tool.
Any MCP client
EVM_PRIVATE_KEY=0x… npx -y base-intel-search-mcpFunding the wallet
EVM_PRIVATE_KEY is a wallet you control that pays per query. Fund it on Base:
A few dollars of USDC (covers hundreds of searches at ~$0.015 each)
A tiny amount of ETH for gas
Use a dedicated low-balance wallet for agent spending — never your main wallet.
The web_search tool
Param | Type | Notes |
| string | required |
|
| optional time window |
| string | restrict to a domain, e.g. |
| number (1–20) | results to return (default 10) |
Returns ranked results (title, url, snippet, source, date, extra context) + top news as JSON.
Configuration
Env | Default | Purpose |
| — (required) | wallet that pays per query |
| Base Intel | override the search endpoint |
|
| payment network (Base mainnet) |
How payment works
Built on the x402 protocol v2 using @x402/axios + @x402/evm.
The first request to /search returns 402 Payment Required; the x402 client signs
a USDC transferWithAuthorization from your wallet and retries. Settlement is on
Base L2 (sub-cent gas, ~2s). You pay the resource directly — this server holds no
funds and takes no custody.
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Market data and web intelligence for AI agents, paid per call in USDC on Base via x402.
Live web search for AI agents. $0.001/call, x402 on Base, no API key.
Pay-per-call web scraping for AI agents via x402 on Base USDC. Six tools, no signup.
Pay-per-call tools for autonomous agents, settled in USDC on Base via x402.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables web search for AI agents with pay-per-search in USDC, no API keys needed.MIT
- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.16-
- AlicenseNot gradedqualityBmaintenanceWebsite intelligence tools for AI agents. Ten pay-per-call tools via x402 micropayments (USDC on Base) — no accounts, no API keys.2MIT
- AlicenseNot gradedqualityBmaintenanceWeb search for AI agents. Up to 10 results for $0.001 USDC via x402 on Base. No API key.MIT