{
  "markdown": "# Averra Extract MCP Server\n\nMCP (Model Context Protocol) server for [Averra Extract](https://averra.dev) — lets AI agents like Claude, Cursor, and ChatGPT convert any webpage into clean, LLM-ready Markdown.\n\n**Listed in the official [MCP registry](https://registry.modelcontextprotocol.io) as `dev.averra/extract`.** MCP clients that support registry-based install can reference that identifier directly; for clients that need manual configuration, see the install sections below.\n\n## What it does\n\nExposes the Averra Extract API as 5 MCP tools:\n\n| Tool | Description |\n|---|---|\n| `averra_extract_url` | Convert any URL to clean Markdown with metadata |\n| `averra_check_usage` | Check monthly quota and remaining requests |\n| `averra_create_api_key` | Create a new API key |\n| `averra_list_api_keys` | List all API keys on the account |\n| `averra_revoke_api_key` | Revoke an API key by ID |\n\n## Get an API key\n\nSign up at [averra.dev](https://averra.dev) — the free plan includes 50 requests/month.\n\n## Install (Claude Desktop)\n\nAdd this to your `claude_desktop_config.json`:\n\n**macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`\n**Windows:** `%APPDATA%\\Claude\\claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"averra-extract\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@averra/extract-mcp\"],\n      \"env\": {\n        \"AVERRA_EXTRACT_API_KEY\": \"sk_live_your_key_here\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop. The 5 tools will appear in your session.\n\n## Install (Cursor)\n\nAdd to `~/.cursor/mcp.json` (or use the Cursor MCP settings UI):\n\n```json\n{\n  \"mcpServers\": {\n    \"averra-extract\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@averra/extract-mcp\"],\n      \"env\": {\n        \"AVERRA_EXTRACT_API_KEY\": \"sk_live_your_key_here\"\n      }\n    }\n  }\n}\n```\n\n## Install (other MCP clients)\n\nAny stdio-based MCP client works. Point it at `npx -y @averra/extract-mcp` with `AVERRA_EXTRACT_API_KEY` in the environment.\n\n## Configuration\n\n| Env var | Required | Default | Description |\n|---|---|---|---|\n| `AVERRA_EXTRACT_API_KEY` | yes | — | Your Extract API key (starts with `sk_live_`) |\n| `AVERRA_EXTRACT_BASE_URL` | no | `https://averra.dev` | Override API host |\n| `TRANSPORT` | no | `stdio` | `stdio` (local) or `http` (hosted) |\n| `PORT` | no | `3000` | Port when `TRANSPORT=http` |\n\n## Example prompts (Claude Desktop)\n\nOnce installed, try:\n\n- \"Extract the content from https://example.com and summarize it\"\n- \"What's my remaining Extract quota this month?\"\n- \"Read https://docs.anthropic.com/en/docs/intro and tell me the key concepts\"\n- \"List my Extract API keys\"\n\n## License\n\nMIT\n",
  "bytes": 2636,
  "sha": "ed28cd9ddb416929e9b66ffc302a4df77d96cd6ea8e61b0dc1eb5b05ee4b4299",
  "repo_slug": "swwyymm/averra-extract-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_dev_averra_extract_24467793/readme"
}