ContextWire
About
Free search API for AI agents with 105 engines, 22 search profiles, and 94.3% SimpleQA accuracy. MCP server included.
Details
- Author
- keptlive
- Categories
- Search, Other, AI, API
Jump to
Setup
Install ContextWire in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/keptlive/contextwire-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Add to your MCP client config (Claude Desktop, Claude Code, Cursor, etc.):
{ "mcpServers": { "contextwire": { "url": "https://contextwire.dev/mcp" } } }
No local server needed — it's a hosted MCP endpoint.
curl "https://contextwire.dev/api/ask" \ -H "Authorization: Bearer YOUR_KEY" \ -d '{"q": "What is the current price of Bitcoin?"}'
curl "https://contextwire.dev/api/search?q=rust+async+tutorial&profile=code" \ -H "Authorization: Bearer YOUR_KEY"
curl "https://contextwire.dev/api/extract?url=https://example.com&format=markdown" \ -H "Authorization: Bearer YOUR_KEY"
- 1,000 queries/month— no credit card required
- BYOK supported— bring your own LLM key to save credits
- /bin/bash LLM cost— default model is free via OpenRouter
import { ContextWire } from '@contextwire/sdk'; const cw = new ContextWire('YOUR_API_KEY'); const answer = await cw.ask('Who invented the transistor?'); console.log(answer.answer);
SDK repo:github.com/keptlive/contextwire-sdk
- Website:contextwire.dev
- API Docs:contextwire.dev/docs
- Quickstart:contextwire.dev/quickstart
- Playground:contextwire.dev/playground
- Compare:contextwire.dev/compare
- Status:contextwire.dev/status
Search global news using natural language. Webz.io News Search API returns the most relevant articles and content, with filters for source, country, language, date, sentiment, and category.
Multi-provider search broker for AI agents. Routes across SearXNG, Brave, Serper, Tavily, and Exa with automatic fallback, RRF ranking, content extraction, and budget enforcement.
Free search API for AI agents — 105 engines, 22 profiles, 94.3% SimpleQA accuracy, MCP server with 5 tools
Search the web using Kagi's search API
An MCP server that connects to Perplexity's Sonar API, enabling real-time web-wide research in conversational AI.
Official Tavily MCP server for AI search and content extraction, giving MCP clients web search, crawl, and extract tools.
Discover public A2A agents on the Agently platform using its public API.
Google for AI agents — live search across 25,000+ scored MCP servers, updated daily
DuckDuckGo web search + URL fetcher for AI agents. No API key needed for free tier (7 req/IP/day), Pro tier unlimited with API key.
Search and extract information about research papers from arXiv.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




