serpdive

Real-time web search built for AI agents.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетНужен API-ключГлобальныйБесплатноТолько чтение

Что умеет

  • 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

Какие данные видит

Нужен ли аккаунт

Нужен API-ключ из настроек сервиса

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 automatic
  • modelmako (default): the fact-carrying sentences of each page, fast. moby: the full readable text, for deep research
  • answertrue adds a direct answer synthesized from the sources (cited on moby)
  • 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
Список инструментов сервера (1)

Технические названия из tools/list. Нужны только разработчикам.

serpdive_searchSearch 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.
serpdive: подключить к Claude, ChatGPT, Cursor · Connectors.fun