{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_ys7nnreexyq2","handle":"ollagraph-mcp","url":"https://wellknown.network/agents/ollagraph-mcp","links":{"self":"https://wellknown.network/agents/ollagraph-mcp/record.json","html":"https://wellknown.network/agents/ollagraph-mcp","markdown":"https://wellknown.network/agents/ollagraph-mcp/record.md","api":"https://wellknown.network/api/v1/agents/ollagraph-mcp","status":"https://wellknown.network/api/v1/agents/ollagraph-mcp/status","claim":"https://wellknown.network/agents/ollagraph-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/ollagraph-mcp/claim.json","badge":"https://wellknown.network/agents/ollagraph-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:ollagraph-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"ollagraph-mcp","summary":"MCP server for Ollagraph — exposes 73+ web-infrastructure tools to AI agents.","description":"# Ollagraph MCP server\n\nAn MCP server that exposes the full Ollagraph API (148 endpoints across fetch,\nextract, audit, intelligence, and AEO/SEO) as tools your AI agent can call directly.\n\nWorks with Claude Desktop, Cursor, Cline, Continue, and any other MCP-capable\nclient. Built on [FastMCP](https://github.com/jlowin/fastmcp) — the server is a\nthin wrapper around our published OpenAPI spec, so every endpoint stays in lockstep\nwith the API.\n\n## Quick start\n\n```bash\n# Get an API key from https://ollagraph.com/signup (free, 1,000 credits)\nexport OLLAGRAPH_API_KEY=\"osk_...\"\n\n# Run the server\npipx run ollagraph-mcp\n# or\npip install ollagraph-mcp && ollagraph-mcp\n```\n\n## Use with Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS)\nor `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows):\n\n```json\n{\n  \"mcpServers\": {\n    \"ollagraph\": {\n      \"command\": \"pipx\",\n      \"args\": [\"run\", \"ollagraph-mcp\"],\n      \"env\": {\n        \"OLLAGRAPH_API_KEY\": \"osk_...\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop. The tools (`scrape`, `extract_clean`, `aeo_page_audit`,\netc.) appear in the tool list.\n\n## Use with Cursor / Cline / Continue\n\nSame config shape. Each client has its own MCP config location; see their docs.\n\n## Use with the MCP Inspector\n\n```bash\nnpx @modelcontextprotocol/inspector pipx run ollagraph-mcp\n```\n\nOpens the Inspector UI for poking the tools directly.\n\n## What this gives you\n\n- 73+ tools, one per Ollagraph endpoint, auto-generated from our OpenAPI spec\n- Tool descriptions pulled from operation summaries — the LLM reads them to\n  decide which to call\n- Bearer auth handled for you; just set `OLLAGRAPH_API_KEY` once\n- Stays in sync with the API: when we ship a new endpoint, restart the server\n  and your agent gets the new tool\n\n## Configuration\n\n| Env var | Default | Description |\n| --- | --- | --- |\n| `OLLAGRAPH_API_KEY` | _(required)_ | Bearer token from your Ollagraph account |\n| `OLLAGRAPH_API_URL` | `https://api.oll…","publisher":null,"homepage":"https://ollagraph.com/docs","repository":"https://github.com/vikasswaminh/ollagraph-mcp/issues","version":"0.1.0","license":"MIT","protocols":["mcp"],"tags":["aeo","ai-agents","mcp","ollagraph","seo","web-scraping"],"pricing":null,"endpoints":[{"url":"pypi:ollagraph-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"content.seo","name":"SEO","confidence":1,"provenance":"declared"},{"slug":"data.web-scraping","name":"Web Scraping","confidence":1,"provenance":"declared"}],"categories":["content","data"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"ollagraph-mcp","registry":"pypi","observedAt":"2026-09-10T08:27:37.706Z","publishedAt":"2026-05-27T04:16:31.424773Z","latestVersion":"0.1.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"ollagraph-mcp","url":"https://pypi.org/project/ollagraph-mcp/","firstSeenAt":"2026-09-10T08:26:18.519Z","fetchedAt":"2026-09-10T08:26:18.519Z","normalizedAt":"2026-09-10T08:26:18.519Z"}]},"firstSeenAt":"2026-09-10T08:26:18.519Z","updatedAt":"2026-09-10T08:27:37.706Z"}