serpdive
Real-time web search built for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeRead-only
What it can do
- Serpdive Search: Search the live web and get back answer-ready page content, not a list of links. Each result carries the actual text of the page (url, title, date, content), already extracted, cleane
What data it sees
Do you need an account
An API key from the service settings is required
Real-time web search built for AI agents. One tool, serpdive_search, returns the actual content of the best pages β extracted, cleaned, and sized for LLMs β not a list of links to crawl.
Why SERPdive
On a public, replayable 1,000-question benchmark against Tavily:
- Same speed (median ~1.7 s server-side)
- 20.2% fewer tokens fed to your LLM per search
- π 60.7% of decided quality duels won
Same questions, same judge, replayable end to end on your machine.
The tool
serpdive_search(query, model?, answer?, max_results?)
queryβ the search, in any language; localization is automaticmodelβmako(default): the fact-carrying sentences of each page, fast.moby: the full readable text, for deep researchanswerβtrueadds a direct answer synthesized from the sources (cited onmoby)max_resultsβ hard cap on results, 1 to 10
Every result ships as { url, title, date?, content } β quote and cite straight from the response. Failed searches are never billed.
Get started
Free API key, no card required β serpdive.com/dashboard/keys
- Hosted server:
https://mcp.serpdive.com(this listing) - Local stdio:
npx -y serpdive-mcp(GitHub) - Docs: serpdive.com/docs
Server tool list (1)
Raw names from tools/list. Only developers need these.
| serpdive_search | Search the live web and get back answer-ready page content, not a list of links. Each result carries the actual text of the page (url, title, date, content), already extracted, cleaned and trimmed for LLM use, so facts can be quoted and cited straight from the response. Use it for anything that needs current or post-training information: news, prices, releases, docs, sports, niche facts. Write the query the way a person would type it, in any language: localization is automatic. The 'mako' model (default) returns the fact-carrying sentences of each page, fast and concise, right for most questions. The 'moby' model returns the full readable text of each page: use it for deep research or when complete context matters. Set answer=true to also get a direct answer synthesized from the sources. |