Back to Guides

How to Connect PlanRadar to Claude for AI-Powered Construction Management

Connect PlanRadar to Claude AI using MCP. Manage construction projects, defects, and inspections with natural language. Step-by-step setup guide.

Pre-built adapter available on AnythingMCP Cloud

Skip the self-hosted setup — install this adapter in one click with a free trial. No credit card required.

Install on Cloud — Free Trial

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
  1. Open http://localhost:3000/connectors/store and import the PlanRadar adapter
  2. Enter your PlanRadar API key (from Settings > API Access) and Customer ID
  3. 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 |