Skip to content
VS Code

OTC Pricing MCP for VS Code

io.github.seaser0/otc-pricing-mcp

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

client:VS Code transport:stdio runtime:pypi

Install OTC Pricing MCP in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

OTC Pricing MCP in other clients