Skip to main content

Model Context Protocol server for Analog — expose webpage extraction to MCP-compatible AI agents.

Reason this release was yanked:

Superseded by 0.5.1. This version pairs with analog-sdk releases that are yanked and can no longer authenticate. Upgrade both: pip install -U analog-sdk analog-mcp.

Project description

analog-mcp

A Model Context Protocol server that exposes Analog's webpage-extraction engine to MCP-compatible AI agents — Claude Desktop, Cursor, and anything else that speaks MCP.

The headline tool is analog(url). Point it at a webpage; get back structured records (articles, pricing tables, product listings, etc.) already parsed into JSON. Same one-call shape as the Python SDK; same brand verb — analog is what your agent calls when it needs the content of a page in a form it can actually reason over.

Install

pip install analog-mcp

Or via uv:

uvx analog-mcp     # one-off
uv tool install analog-mcp

Sign in

analog-mcp installs the analog CLI alongside it. Sign in once:

analog login

This opens your browser, signs you in, and stores the key in your OS keyring — analog-mcp reads it from there, so no key ever lands in a config file. (Prefer to paste a key instead? Set ANALOG_API_KEY in the client's env block, as noted below.)

Configure your MCP client

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "analog": {
      "command": "analog-mcp"
    }
  }
}

Restart Claude Desktop. The analog tool will appear in the tool list. If you signed in with analog login, no env block is needed; to paste a key instead, add "env": { "ANALOG_API_KEY": "ak_..." }.

Cursor / other MCP clients

Same idea — the server command is analog-mcp and it speaks stdio. Refer to your client's MCP configuration docs for the exact file location.

Usage

Once configured, just ask the agent things like:

Extract the speakers from https://example-conference.com/2026

The agent calls analog(url=…) under the hood. The tool returns self-contained JSON with the parsed records plus a markdown rendering of the page, which the agent can then reason over directly.

What this version ships

analog-mcp 0.2.0 exposes a single tool — analog(url) — over the stdio transport. That's enough to cover the bulk of "give me the structured content of this page" use cases.

Planned for future versions:

  • Additional tools for narrower queries
  • SSE / streamable-HTTP transport for hosted/remote agents
  • A [fetcher] extra that wires in JS-aware fetching for pages that need browser rendering (the install path exists today; the tool surface lands next)

License

MIT — see LICENSE.

Links

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

analog_mcp-0.2.1.tar.gz (10.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

analog_mcp-0.2.1-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file analog_mcp-0.2.1.tar.gz.

File metadata

  • Download URL: analog_mcp-0.2.1.tar.gz
  • Upload date:
  • Size: 10.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for analog_mcp-0.2.1.tar.gz
Algorithm Hash digest
SHA256 2edc30b698c22026230e9847b532f52706012b61cebe3f37ab60156947746115
MD5 e45d86fbb17610b8af62679f156084ae
BLAKE2b-256 b04ac447edd16c2962c791ba18702ef6db0339a155e3652f1ba70f4b793d1420

See more details on using hashes here.

Provenance

The following attestation bundles were made for analog_mcp-0.2.1.tar.gz:

Publisher: release-mcp-python.yml on getanalog/monorepo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file analog_mcp-0.2.1-py3-none-any.whl.

File metadata

  • Download URL: analog_mcp-0.2.1-py3-none-any.whl
  • Upload date:
  • Size: 7.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for analog_mcp-0.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0699b92d053e10727c8f988207c57c0c90f354fc02390e01d295573165ea3212
MD5 1c3b027ae4e65e84848766c74a629c43
BLAKE2b-256 4fb3a9bc5fd4c9a5aa732f05e162a1d0bbace9b2b4d7b65a5ff6edd59baac4d6

See more details on using hashes here.

Provenance

The following attestation bundles were made for analog_mcp-0.2.1-py3-none-any.whl:

Publisher: release-mcp-python.yml on getanalog/monorepo

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page