Skip to main content

MCP server for Ollagraph — exposes 73+ web-infrastructure tools to AI agents.

Project description

Ollagraph MCP server

An MCP server that exposes the full Ollagraph API (148 endpoints across fetch, extract, audit, intelligence, and AEO/SEO) as tools your AI agent can call directly.

Works with Claude Desktop, Cursor, Cline, Continue, and any other MCP-capable client. Built on FastMCP — the server is a thin wrapper around our published OpenAPI spec, so every endpoint stays in lockstep with the API.

Quick start

# Get an API key from https://ollagraph.com/signup (free, 1,000 credits)
export OLLAGRAPH_API_KEY="osk_..."

# Run the server
pipx run ollagraph-mcp
# or
pip install ollagraph-mcp && ollagraph-mcp

Use with Claude Desktop

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

{
  "mcpServers": {
    "ollagraph": {
      "command": "pipx",
      "args": ["run", "ollagraph-mcp"],
      "env": {
        "OLLAGRAPH_API_KEY": "osk_..."
      }
    }
  }
}

Restart Claude Desktop. The tools (scrape, extract_clean, aeo_page_audit, etc.) appear in the tool list.

Use with Cursor / Cline / Continue

Same config shape. Each client has its own MCP config location; see their docs.

Use with the MCP Inspector

npx @modelcontextprotocol/inspector pipx run ollagraph-mcp

Opens the Inspector UI for poking the tools directly.

What this gives you

  • 73+ tools, one per Ollagraph endpoint, auto-generated from our OpenAPI spec
  • Tool descriptions pulled from operation summaries — the LLM reads them to decide which to call
  • Bearer auth handled for you; just set OLLAGRAPH_API_KEY once
  • Stays in sync with the API: when we ship a new endpoint, restart the server and your agent gets the new tool

Configuration

Env var Default Description
OLLAGRAPH_API_KEY (required) Bearer token from your Ollagraph account
OLLAGRAPH_API_URL https://api.ollagraph.com Override for self-hosted deployments
OLLAGRAPH_TIMEOUT_SECONDS 60 Per-tool-call HTTP timeout

License

MIT.

Project details


Download files

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

Source Distribution

ollagraph_mcp-0.1.0.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

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

ollagraph_mcp-0.1.0-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file ollagraph_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: ollagraph_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for ollagraph_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ba0a03dcddc33934871a4b4c08f4bb87671384b72d21bb65819a879d615b858d
MD5 f0fc1dfbda30e8baead2a6d3ae50600a
BLAKE2b-256 797d63691e9a686536f3f770ae147e09f2e72c657790b4c2e0a968cfe7d258cc

See more details on using hashes here.

File details

Details for the file ollagraph_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: ollagraph_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.10

File hashes

Hashes for ollagraph_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2bd878249688a58af9719aaba631898ed1a2c037f37264d924d9951a6dfdef2a
MD5 aaebfe65f1f6565df318f9a5585a4852
BLAKE2b-256 15d4d37a44b22a6acfcdb34ab991d405efb08613878fdf308005a4fded9cec7c

See more details on using hashes here.

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