{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_xrgzm5ekwb82","handle":"aiblueprint-mcp","url":"https://wellknown.network/agents/aiblueprint-mcp","links":{"self":"https://wellknown.network/agents/aiblueprint-mcp/record.json","html":"https://wellknown.network/agents/aiblueprint-mcp","markdown":"https://wellknown.network/agents/aiblueprint-mcp/record.md","api":"https://wellknown.network/api/v1/agents/aiblueprint-mcp","status":"https://wellknown.network/api/v1/agents/aiblueprint-mcp/status","claim":"https://wellknown.network/agents/aiblueprint-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/aiblueprint-mcp/claim.json","badge":"https://wellknown.network/agents/aiblueprint-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:aiblueprint-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"aiblueprint-mcp","summary":"MCP server for headless DXF generation via ezdxf + LibreCAD preview — purpose-built for site plans and architectural drafting","description":"# AIBlueprint MCP\n\n[![CI](https://github.com/thebossnow/aiblueprint-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/thebossnow/aiblueprint-mcp/actions/workflows/ci.yml)\n\n> MCP server for headless DXF generation via ezdxf + LibreCAD preview — purpose-built for site plans, architectural drafting, and pool bid layouts.\n\nBuilt on the ezdxf backend architecture from [autocad-mcp](https://github.com/puran-water/autocad-mcp) (MIT), extended with offset, fillet, dimension overrides, solid fills, and LibreCAD integration. No AutoCAD required — runs on Linux, macOS, WSL, or a Chromebook.\n\n## Why This Exists\n\nAutoCAD MCP servers exist, but they require Windows and an AutoCAD license ($600+/year). LibreCAD is free and open-source, but has no scripting API — its \"API\" is the DXF file format.\n\nAIBlueprint bridges the gap: an MCP server that generates DXF via ezdxf, renders previews through LibreCAD's `dxf2png`, and exposes the same tool interface LLMs already know from autocad-mcp — all at $0 in software costs.\n\n## Quick Start\n\n```bash\ngit clone https://github.com/thebossnow/aiblueprint-mcp.git\ncd aiblueprint-mcp\nuv sync\nuv run aiblueprint-mcp\n```\n\n### Configure LibreCAD (for previews)\n\n```bash\n# Set path to your librecad binary (required for previews)\nexport AIBLUEPRINT_LIBRECAD_BIN=/path/to/librecad\n\n# Optional: working directory for preview renders\nexport AIBLUEPRINT_WORKSPACE=/path/to/workspace\n```\n\n**Don't have LibreCAD?** The server works without it — you just won't get PNG previews. [Build from source](https://docs.librecad.org/en/latest/appx/build.html) or install via your package manager (`sudo apt install librecad` on Debian/Ubuntu).\n\n### MCP Client Configuration\n\nAdd to your MCP client (Claude Desktop, Hermes, etc.):\n\n```json\n{\n  \"mcpServers\": {\n    \"aiblueprint-mcp\": {\n      \"command\": \"uv\",\n      \"args\": [\"run\", \"--directory\", \"/path/to/aiblueprint-mcp\", \"aiblueprint-mcp\"],\n      \"env\": {\n        \"AIBLUEPRINT_LIBRECAD_BIN\": \"/path/to/librecad\",\n        \"…","publisher":null,"homepage":null,"repository":null,"version":"0.1.1","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:aiblueprint-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"},{"slug":"dev.ci-cd","name":"CI/CD & Deploy","confidence":0.688,"provenance":"derived"}],"categories":["dev"],"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":"aiblueprint-mcp","registry":"pypi","observedAt":"2026-09-09T08:22:38.918Z","publishedAt":"2026-06-16T16:55:18.265362Z","latestVersion":"0.1.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"aiblueprint-mcp","url":"https://pypi.org/project/aiblueprint-mcp/","firstSeenAt":"2026-09-09T08:21:33.216Z","fetchedAt":"2026-09-09T08:21:33.216Z","normalizedAt":"2026-09-09T08:21:33.216Z"}]},"firstSeenAt":"2026-09-09T08:21:33.216Z","updatedAt":"2026-09-09T08:22:38.918Z"}