Skip the install. Get this working in under 2 minutes.
Start a free trial on cloud.anythingmcp.com, add the PlanRadar in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.
Summary
Connect PlanRadar to Claude AI using MCP. Manage construction projects, defects, and inspections with natural language. Step-by-step setup guide.
Try asking
Example prompts for PlanRadar
Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.
Claude is AI and can make mistakes. Please double-check responses.
Connect PlanRadar to Claude
PlanRadar is a digital platform for construction and real estate project management. With AnythingMCP, you can connect PlanRadar to Claude AI and manage your projects, defect tracking, and inspections using natural language.
What You Can Do
- "List all open defects in the Rohbau project"
- "Create a ticket for a missing fire extinguisher on floor 2"
- "Who is responsible for the unresolved tickets in project 4711?"
- "Show me all documents for the latest inspection"
Setup
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
- Open
http://localhost:3000/connectors/storeand import the PlanRadar adapter - Enter your PlanRadar API key (from Settings > API Access) and Customer ID
- Assign the connector to an MCP server
Connect Claude
{
"mcpServers": {
"planradar": { "url": "http://localhost:4000/mcp" }
}
}
Available Tools
| Tool | Description |
|---|---|
planradar_list_projects | List all accessible projects |
planradar_get_project | Get full project details |
planradar_list_tickets | List defects, tasks, and issues |
planradar_get_ticket | Get full ticket details |
planradar_create_ticket | Create a new defect or task |
planradar_update_ticket | Update status, priority, or assignee |
planradar_list_users | List users and subcontractors |
planradar_get_user | Get user details |
planradar_list_documents | List project documents |
planradar_get_document | Get document metadata |
Was this guide helpful?