MCP Server
MCP
tierproxy
Multi-provider proxy infrastructure for AI/ML. Geo, sessions, cost-aware routing, usage tools.
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
By
Comments
Sign in to leave a comment