Odel
OTC Pricing MCP

OTC Pricing MCP

Local
@seaser0PythonGPL-3.0Updated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIotc-pricing-mcpv0.1.1

Run

uvx otc-pricing-mcp

MCP client config

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