Agent Web Search MCP

by tiagohanna123

Not rated
GitHub

About

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.

Details

Author
tiagohanna123
Categories
Search, Other, AI

Setup

Install Agent Web Search MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/tiagohanna123/agent-web-search-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

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.

Web search + URL fetcher for AI agents. DuckDuckGo Lite — zero API keys to get started.

Two tools:search_web(DuckDuckGo, 10 results with title/URL/snippet) andfetch_url(reads page content, strips HTML, 8000 chars limit). Works with any MCP-compatible client — Claude Code, Cursor, Windsurf, Continue.dev, and raw JSON-RPC.

# Install npm install PORT=3169 node index.js

Or connect directly to the public endpoint:

{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_web","arguments":{"query":"latest AI news"}}}

Response contains results with title, URL, and snippet per tool.

# Step 1: Initiate purchase curl -X POST https://hermes-api.tiagohanna.com/buy \ -H 'Content-Type: application/json' \ -d '{"email": "your@email.com"}' # → Returns pending_id + purchase URL # Step 2: Pay R$50 (Pix or credit card) # Use the purchase URL from step 1 # Step 3: Activate with payment proof curl -X POST https://hermes-api.tiagohanna.com/activate \ -H 'Content-Type: application/json' \ -d '{"pending_id": "pend-xxx...", "payment_ref": "your-order-id", "email": "your@email.com"}' # → Returns your API key # Step 4: Use it curl -X POST https://hermes-api.tiagohanna.com/ \ -H 'Content-Type: application/json' \ -H 'x-api-key: YOUR_PRO_KEY' \ -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_web","arguments":{"query":"hello world"}}}'

https://checkout.infinitepay.io/mkblprodutora?lenc=GzcBYBwJduzICuU4dMz9_dyOkAllVa2TwkT_7E2RKFYJ2bUkri-gGqWJ6srTA4cwCNqCttri_stBTnjQE0Q_yqG2uWwiwnsvRA2hzJ4B6qnU07L-YX6heyWdFUDzqqoJoqLJ8pb2uCSRFf8mnhUU5katL8d7T7i1Ubb_24uTCG6ktxvbte6CaufMuigAC7kFBo-ZKVAYAt1MB_AtUnqIBC4d6upcNHvQ6yJu5C1SJx9VQW25UVTI9CEw09TkBZFtSVxreiKxs138EwBEw1VdxA2ziepSCa6WZoZYlHooRZWbmQO6Cg.v1.2e0fe926212753c6

Then call POST /activate with your payment_ref and email.

curl https://hermes-api.tiagohanna.com/ # → {"status":"ok","server":"agent-web-search-mcp","version":"2.0.0","freeTier":"7 req/IP/day","proTier":"R$50 via Pix/Credit"}
git clone https://github.com/tiagohanna123/agent-web-search-mcp cd agent-web-search-mcp npm install PORT=3169 node index.js

Deploy to any Node.js host (Railway, Fly.io, Render, VPS).

AI agents don't have convenient web search. Most search APIs cost money or require complex setup. DuckDuckGo Lite is free, no API key, no rate limit on their end — this server wraps it in a clean MCP interface that any agent can consume programmatically.

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.

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.

Google for AI agents — live search across 25,000+ scored MCP servers, updated daily

Search and extract information about research papers from arXiv.

Unified real-time search engine skill for AI agents.

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.

Evidence-backed web research for AI agents. BM25+NLI claim verification, confidence scores, citations, contradiction detection. 12 MCP tools. Works with Claude Desktop, Cursor, Windsurf. Python SDK (pip install browseaidev), LangChain, CrewAI, LlamaIndex integrations. npx browseai-dev

Free search API for AI agents — 105 engines, 22 profiles, 94.3% SimpleQA accuracy, MCP server with 5 tools

Free search API for AI agents with 105 engines, 22 search profiles, and 94.3% SimpleQA accuracy. MCP server included.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.