{
  "markdown": "# Revit MCP\r\n\r\n**Revit integration via Autodesk Platform Services** — Extract elements, parameters, run schedules, detect clashes, export IFC.\r\n\r\n[![Live](https://img.shields.io/badge/status-live-brightgreen)](https://revit-mcp.itmartin24.workers.dev/)\r\n[![MCP](https://img.shields.io/badge/protocol-MCP%202024--11--05-blue)](https://modelcontextprotocol.io)\r\n\r\n## Tools (8)\r\n\r\n| Tool | Description |\r\n|------|-------------|\r\n| `revit_upload` | Upload Revit file to APS and translate |\r\n| `revit_get_elements` | Get elements by category |\r\n| `revit_get_parameters` | Get element parameters |\r\n| `revit_run_schedule` | Extract schedule data |\r\n| `revit_clash_detect` | Clash detection with VDC rules |\r\n| `revit_export_ifc` | Export model as IFC |\r\n| `revit_get_sheets` | List all sheets |\r\n| `revit_get_views` | List all views |\r\n\r\n## Quick Start\r\n\r\n```json\r\n{\r\n  \"mcpServers\": {\r\n    \"revit\": {\r\n      \"url\": \"https://revit-mcp.itmartin24.workers.dev/mcp\"\r\n    }\r\n  }\r\n}\r\n```\r\n\r\n## Architecture\r\n\r\n- **Runtime**: Cloudflare Workers\r\n- **Auth**: APS OAuth2 (client_credentials)\r\n- **Database**: Cloudflare D1 (usage logging)\r\n- **Cache**: Cloudflare KV (token caching)\r\n\r\n## Part of [ScanBIM Labs AEC MCP Ecosystem](https://github.com/ScanBIM-Labs)\r\n\r\nMIT — ScanBIM Labs LLC\r\r\n\r\n## Authentication\r\n\r\nTwo accepted header formats. **Use one, do NOT mix:**\r\n\r\n1. `x-scanbim-api-key: <your_user_key>` — value is the user_key verbatim.\r\n2. `Authorization: Bearer sk_scanbim_<your_user_key>` — value is the entire string including the `sk_scanbim_` prefix; the D1 `user_key` column must match this full string.\r\n\r\nMixing formats auto-creates a fresh free-plan row for the alternate key (you'll silently get a new 50-credit account on each switch).\r\n\r\nGet your user_key at [scanbim.app/settings/billing](https://scanbim.app/settings/billing).\r\n\r\n### Example\r\n\r\n```bash\r\ncurl -X POST https://mcp.scanbimlabs.io/unified/mcp \\\r\n  -H \"content-type: application/json\" \\\r\n  -H \"x-scanbim-api-key: $SCANBIM_USER_KEY\" \\\r\n  -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/call\",\"params\":{\"name\":\"list_models\",\"arguments\":{}}}'\r\n```\r\n\r\n### Response codes\r\n\r\n- `200` — tool call proceeded; credits debited.\r\n- `401` — missing or malformed auth header (middleware returns JSON-RPC error code `-32001`).\r\n- `402` — insufficient credits; response body includes `checkout_urls` for all 5 credit packs and `top_up_url` for the billing page.\r\n",
  "bytes": 2415,
  "sha": "09f74078337396628210ca29a6c039c5f1b4cf98f6632ee76cfeb85110da00ea",
  "repo_slug": "scanbim-labs/revit-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_scanbimlabs_revit_17ad3eed/readme"
}