This endpoint serves the Model Context Protocol (MCP) over Streamable HTTP at https://pilot.pflow.xyz/mcp.
One command in your terminal:
claude mcp add --transport http petri-pilot https://pilot.pflow.xyz/mcp
Verify it registered:
claude mcp list
Or add it manually by editing ~/.claude.json (user scope) or .mcp.json in your project root:
{
"mcpServers": {
"petri-pilot": {
"type": "http",
"url": "https://pilot.pflow.xyz/mcp"
}
}
}
Once added, restart Claude Code and the tools below will be available.
For Claude Desktop, Cursor, or any MCP-compatible client, use this config snippet:
{
"mcpServers": {
"petri-pilot": {
"url": "https://pilot.pflow.xyz/mcp"
}
}
}
Connect via MCP client:
{
"mcpServers": {
"petri-pilot": {
"url": "https://pilot.pflow.xyz/mcp"
}
}
}
Or use the OpenAPI spec for REST-style tool invocation.
18 tools registered