keptlive/contextwire-mcp
Free search API MCP server for AI agents — 105 engines, 22 profiles, 94.3% SimpleQA accuracy. Works with Claude Code, Cursor, and any MCP client.
Platform-specific configuration:
{
"mcpServers": {
"contextwire-mcp": {
"command": "npx",
"args": [
"-y",
"contextwire-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://opensource.org/licenses/MIT) [](https://modelcontextprotocol.io/) [](https://contextwire.dev/compare.html) [](https://contextwire.dev)
A Model Context Protocol server that gives AI agents access to web search across 105 engines, academic research, content extraction, and more.
94.3% accuracy on [SimpleQA](https://openai.com/index/introducing-simpleqa/) benchmark.
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.
| Tool | Description | |------|-------------| | | Ask a factual question → synthesized answer with sources | | | Web search across 105 engines with 14 search profiles | | | Extract clean text/markdown from any URL | | | Search academic papers (arXiv, PubMed, Semantic Scholar, etc.) | | | Run multiple searches in parallel |
| Profile | Engines | Best for | |---------|---------|----------| | | Google, Bing, DDG, Wikipedia | General search | | | Google News, Bing News | Current events | | | arXiv, PubMed, Semantic Scholar | Research papers | | | GitHub, StackOverflow | Programming | | | Hacker News, Lobsters, Reddit | Developer news | | | Yahoo Finance, market data | Financial data | | | GitHub, GitLab | Code repositories | | | npm, PyPI, crates.io | Package search | | | CVE databases | Security advisories | | | Reddit, Twitter | Social media | | | Wikipedia, Wiktionary | Reference material | | | Google Images, Bing Images | Image search | | | YouTube, Vi
Loading reviews...