{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_daksv8k4arwn","handle":"scraping-mcp","url":"https://wellknown.network/agents/scraping-mcp","links":{"self":"https://wellknown.network/agents/scraping-mcp/record.json","html":"https://wellknown.network/agents/scraping-mcp","markdown":"https://wellknown.network/agents/scraping-mcp/record.md","api":"https://wellknown.network/api/v1/agents/scraping-mcp","status":"https://wellknown.network/api/v1/agents/scraping-mcp/status","claim":"https://wellknown.network/agents/scraping-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/scraping-mcp/claim.json","badge":"https://wellknown.network/agents/scraping-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:scraping-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"scraping-mcp","summary":"MCP server for Scraping — REST API wrapper for LLM agents.","description":"# scraping-mcp\n\nMCP (Model Context Protocol) server for [Scraping](https://scraping.io) — lets LLM agents (Cursor, Claude Desktop, Claude Code, Zed) call our scraping tools directly.\n\n## Install\n\n```bash\npip install scraping-mcp\n# or with pipx for isolation:\npipx install scraping-mcp\n```\n\nRequires Python 3.11+.\n\n## Hosted alternative (no install)\n\nIf you don't want to install Python locally, point your MCP client at the\nhosted instance:\n\n```json\n{\n  \"mcpServers\": {\n    \"scraping\": {\n      \"url\": \"https://api.scraping.io/mcp/\",\n      \"transport\": \"http\",\n      \"headers\": {\n        \"Authorization\": \"Bearer fc_live_...\"\n      }\n    }\n  }\n}\n```\n\nThe hosted version exposes the same 7 tools as the stdio package.\n\n## Setup\n\nGet an API key at [dashboard/keys](https://api.scraping.io/dashboard/keys).\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) / `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows):\n\n```json\n{\n  \"mcpServers\": {\n    \"scraping\": {\n      \"command\": \"scraping-mcp\",\n      \"env\": {\n        \"SCRAPING_API_KEY\": \"fc_live_abc123...\",\n        \"SCRAPING_BASE_URL\": \"https://api.scraping.io\"\n      }\n    }\n  }\n}\n```\n\nRestart Claude Desktop. Tools will appear as \"scraping\".\n\n### Cursor\n\nCreate `.cursor/mcp.json` in the repo root:\n\n```json\n{\n  \"mcpServers\": {\n    \"scraping\": {\n      \"command\": \"scraping-mcp\",\n      \"env\": { \"SCRAPING_API_KEY\": \"fc_live_abc123...\" }\n    }\n  }\n}\n```\n\n### Claude Code\n\nAdd to `~/.claude.json` (user scope):\n\n```json\n{\n  \"mcpServers\": {\n    \"scraping\": {\n      \"command\": \"scraping-mcp\",\n      \"env\": { \"SCRAPING_API_KEY\": \"fc_live_abc123...\" }\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | Description |\n|---|---|\n| `scrape(url, format?, cookies?, timeout_s?)` | Scrape single URL. Returns markdown or `{status:pending, task_id}` on timeout. |\n| `crawl(urls[], cookies?, timeout_s?)` | Batch-scrape up to 500 URLs. Returns items or `{status:pending, crawl_id}` on timeout. |\n| `cancel_crawl(crawl_id)` | C…","publisher":null,"homepage":"https://github.com/Nodirbek2001/scraper","repository":"https://github.com/Nodirbek2001/scraper","version":"0.2.0","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:scraping-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":"data.web-scraping","name":"Web Scraping","confidence":1,"provenance":"derived"},{"slug":"data.apis","name":"API Access","confidence":0.859,"provenance":"derived"}],"categories":["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":"scraping-mcp","registry":"pypi","observedAt":"2026-09-10T12:23:12.326Z","publishedAt":"2026-04-25T16:37:52.685856Z","latestVersion":"0.2.0"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"scraping-mcp","url":"https://pypi.org/project/scraping-mcp/","firstSeenAt":"2026-09-10T12:21:01.503Z","fetchedAt":"2026-09-10T12:21:01.503Z","normalizedAt":"2026-09-10T12:21:01.503Z"}]},"firstSeenAt":"2026-09-10T12:21:01.503Z","updatedAt":"2026-09-10T12:23:12.326Z"}