Skip to content
Cursor

OTC Pricing MCP for Cursor

io.github.seaser0/otc-pricing-mcp

MCP server for the Open Telekom Cloud Price Calculator API (eu-de, eu-nl, eu-ch2).

client:Cursor transport:stdio runtime:pypi

Install OTC Pricing MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "otc-pricing-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "otc-pricing-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OTC Pricing MCP in other clients