Getting started

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://developers.smartpm.com/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"SmartPM Public API MCP server": {
  "url": "https://developers.smartpm.com/mcp"
}
Close

To use the SmartPM API you will likely need to chain multiple API calls together.

The first API call that you will want to make is a call to get active projects. Once you have received the active projects in your company, you will then want to either get a list of all the scenarios that exist for that project or use the defaultScenarioId (primary scenario) or originalScenarioId(All Schedules -> Full Schedule) and get the scenario details for each scenario.