Synoppy v1.0 is here— start free
Blog
Product

Give your agent the live web with MCP

One config and Claude, Cursor, or ChatGPT can read, crawl, and extract — as native tools.

The Synoppy team
Jun 9, 2026 · 4 min read

The Model Context Protocol is the emerging standard for giving assistants real tools. The Synoppy MCP server exposes all seven capabilities — read, crawl, map, extract, classify, enrich, and images — as tools any MCP client can call. No glue code, no wrappers.

Add it to your client

It works with Claude Desktop, Claude.ai, Cursor, ChatGPT, and any other MCP client. Point the client at the server and pass your key:

json
{
  "mcpServers": {
    "synoppy": {
      "command": "npx",
      "args": ["-y", "@synoppy/mcp"],
      "env": { "SYNOPPY_API_KEY": "syn_live_..." }
    }
  }
}

What your agent can do

Every call is metered against the same pooled credits as the REST API, so there's nothing separate to manage. Full setup is in the MCP docs.

One server, every client. Because it speaks plain MCP over stdio, the same config drops into whatever assistant your team already uses.

More from the blog

Give your agents the whole web

Read, crawl, map, extract, enrich, classify, and images are live today — all on one key. Agent actions are on the way. Build the next thing on Synoppy.