Skip to main content
Glama
serpdive

serpdive

Official
by serpdive

serpdive-cli

One command to give every AI coding agent on your machine live web search.

npx -y serpdive-cli init --key sd_live_YOUR_KEY

Free key, no card: serpdive.com/dashboard/keys.

What it wires

The MCP server — your agent gains a serpdive_search tool. One call returns the extracted, answer-ready text of live pages, not a list of links to go fetch. Hosted, so there is nothing to install or keep up to date.

A skill — the half people forget. The tool lets an agent search; the skill tells it which model to pick, how to keep the response small, and what the error codes mean. Without it the agent guesses.

Claude Code · Codex · Cursor · Windsurf · VS Code · Zed · OpenCode · Gemini CLI · Cline · Goose · Grok Build · GitHub Copilot CLI · Claude Desktop · Antigravity — whichever are installed. The rest are skipped.

Related MCP server: Scout MCP Server

Options

--key <sd_live_…>   your API key. Defaults to $SERPDIVE_API_KEY.
--agent <id>        one agent only (repeatable): codex, cursor, claude-code, …
--local             run the server yourself via npx, instead of the hosted one
--skip-skill        register the tool but install no skill
--skip-mcp          install the skill only
--dry-run           print what would run, change nothing

How it writes your configs

It doesn't. MCP registration is handed to add-mcp, which exists to know each agent's config format and is downloaded ~225k times a week.

That is not laziness, it is the fix for a real bug. The first version of this CLI wrote the configs itself, assuming every agent used the same { "mcpServers": … } JSON. They do not: Codex keeps its servers in TOML as [mcp_servers.name] with a type = "http" and an http_headers table, OpenCode uses a different root key, VS Code another, Zed another. Agents were reported as wired while receiving nothing — a green line for a lie. Sixteen formats is somebody's full-time job, and somebody is already doing it.

What is still ours:

  • Global configs only. A CLI run from some directory has no business adding a server to that project's committed files.

  • The key travels in a header, not in the URL, so it stays out of shell history and screen recordings. --local puts it in the environment instead.

  • The skill is a plain file copy — no config parsed, nothing of yours at risk. Running twice changes nothing the second time.

Nothing phones home.

Without the CLI

The hosted server needs no install at all:

claude mcp add --transport http serpdive https://mcp.serpdive.com \
  --header "Authorization: Bearer sd_live_YOUR_KEY"

Docs: serpdive.com/docs · MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivitySlowing
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides AI agents and coding assistants with advanced web crawling and RAG capabilities, allowing them to scrape websites and leverage that knowledge through various retrieval strategies.
    2
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Provides coding agents with live web capabilities including web search, scraping to Markdown, structured extraction, crawling, screenshots, and company lookup, all with zero dependencies.
    8
    1
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to perform web searches, extract webpage content, and conduct end-to-end search-and-extract operations using multiple search providers and content extraction methods.
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to fetch and extract clean, readable content from web pages, and search within pages for specific queries, without needing a full browser.
    1
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/serpdive/serpdive-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server