P6XER MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| parse_xer_fileA | |
| get_project_activitiesA | |
| get_critical_pathA | |
| analyze_resource_utilizationA | |
| check_schedule_qualityA | |
| get_resourcesA | |
| get_resource_assignmentsB | |
| get_wbsC | Get the Work Breakdown Structure (WBS) hierarchy, optionally filtered by project. |
| get_relationshipsA | |
| get_calendarsB | List all calendar definitions in the XER file with hours-per-period data. |
| get_schedule_summaryC | |
| get_earned_valueC | |
| get_activity_detailA | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_xer_project | Generate an analysis prompt for a Primavera P6 XER project file. analysis_type options: - general – comprehensive overview (default) - schedule – critical path, milestones, timeline risks - resources – allocation, over-allocation, optimisation - progress – completion %, earned value, variances - quality – DCMA-style logic and schedule health |
| xer_reporting_prompt | Generate a prompt for creating a professional project report from XER data. report_type options: - executive – high-level KPIs and risks for stakeholders (default) - detailed – full activity, resource, and schedule detail - critical_path – critical activities and risk mitigation - resource – utilisation, costs, and optimisation - milestone – milestone status and forecast dates |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 13 tools
Each tool targets a distinct aspect of Primavera P6 XER analysis: resource utilization, schedule quality, activity details, calendars, critical path, earned value, filters, relationships, assignments, resources, summary, WBS, and initial parsing. No overlapping purposes.
All tools follow a consistent verb_noun pattern in snake_case (e.g., analyze_resource_utilization, check_schedule_quality, get_activity_detail). The naming is predictable and clear.
13 tools is well-scoped for a specialized domain like P6 XER file analysis. Each tool earns its place, covering parsing, activities, resources, schedules, EVM, and WBS without being excessive.
The tool surface covers the full analysis lifecycle: initial file parsing, detailed views of activities/resources/schedules, critical path, EVM, schedule quality, and summary. No obvious gaps for an analysis-oriented tool.