Web Search — Structured Results for AI Agents
axel-belfort/web-searchWeb search API for AI agents. Search the web and get structured results: title, URL, snippet, and metadata. Up to 10 results per query. Current news, documentation, research papers — everything indexed. Tools: web_search_query. Use this when your agent needs to find information, research topics, check current events, or verify facts. The fundamental research tool every agent needs. IMPORTANT: For deep fact-checking with evidence, use research_check_fact. Returns: {results: [{title, url, snippet}]}. No API key required — x402 micropayment $0.003/call on Base L2.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"web_search_—_structured_results_for_ai_agents": {
"url": "https://github.com/Br0ski777/web-search-x402",
"transport": "http"
}
}
}