Back to Guides

How to Connect PlanRadar to MCP for AI Agents

Manage construction projects, defect tracking, and inspections with AI agents via MCP. PlanRadar is a leading construction and real estate management platform.

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

PlanRadar Construction Management with AI Agents

PlanRadar is a digital platform for construction and real estate project management, widely used in Germany, Austria, and across Europe. By connecting its REST API to MCP, AI agents can manage projects, track defects, assign tasks, and handle documentation.

Quick Setup

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Open http://localhost:3000/connectors/store, import the PlanRadar adapter, and enter your PlanRadar API key and customer ID.

Get your API key from PlanRadar Settings > API Access by generating a Personal Access Token.

{
  "mcpServers": {
    "planradar": { "url": "http://localhost:4000/mcp" }
  }
}

Available Tools

| Tool | Description | |------|-------------| | planradar_list_projects | List all accessible projects with pagination | | planradar_get_project | Get full project details by ID | | planradar_list_tickets | List tickets (defects, tasks, issues) in a project | | planradar_get_ticket | Get full ticket details with custom fields | | planradar_create_ticket | Create a new ticket in a project | | planradar_update_ticket | Update ticket status, priority, or assignee | | planradar_list_users | List all users and subcontractors | | planradar_get_user | Get user details and permissions | | planradar_list_documents | List project documents, plans, and photos | | planradar_get_document | Get document metadata and download info |

Use Cases

  • "Show all open defects in project Neubau Freiburg"
  • "Create a ticket for a crack in the basement wall, priority high"
  • "Which tickets are assigned to subcontractor Müller?"
  • "List all documents for the roof inspection"
  • "How many unresolved issues do we have across all projects?"