API Documentation
API reference for ProcessMind: endpoints, authentication, and integration guides for developers.
The MCP (Model Context Protocol) server lets AI assistants and AI-powered tools connect to your ProcessMind organization and work with your process data directly. Instead of building a custom integration, you configure your MCP client to use ProcessMind’s server, and the assistant can read processes, models, datasets, and simulation results through standard MCP tools.
MCP is an open standard that defines how AI applications (the “client”, such as an AI IDE or assistant) connect to external data sources and tools (the “server”). It works like a USB-C port for AI: one standard connection gives assistants access to many tools and resources. ProcessMind implements an MCP server so you can use your existing AI tooling against your organization’s data without writing and maintaining custom glue code.
The server exposes the same data that the REST API provides, surfaced as MCP tools and resources. This includes access to your organization’s:
The exact tools available depend on your environment’s configuration. Because the server is backed by the same API, everything you can do through the API reference is available through MCP.
Before connecting, make sure you have:
The general setup is the same in every MCP client:
x-api-key header to your API keyA typical configuration entry looks like this:
{
"mcpServers": {
"processmind": {
"url": "<mcp-server-url>",
"headers": {
"x-api-key": "<your-api-key>"
}
}
}
} Use the MCP server URL for your environment and your own API key in the x-api-key header. (OAuth client-credentials tokens are also supported through the token endpoint.)
We use cookies to improve your experience, personalize content, and analyze traffic. By clicking "Accept All," you consent to our use of cookies.