← Back to Plugins
MCP Server MCP

tierproxy

github By github 👁 1 views ▲ 0 votes

Multi-provider proxy infrastructure for AI/ML. Geo, sessions, cost-aware routing, usage tools.

Homepage Verified source GitHub

Install

uvx tierproxy

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "tierproxy",
      "version": "0.4.0",
      "runtimeHint": "pipx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "isRequired": true,
          "value": "tierproxy[mcp]",
          "type": "named",
          "name": "--spec"
        }
      ],
      "packageArguments": [
        {
          "isRequired": true,
          "value": "tierproxy-mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "tierproxy API key (tp_live_... or tp_test_...). Sign up at https://tierproxy.com.",
          "isRequired": true,
          "isSecret": true,
          "name": "TIERPROXY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...