Loading MCP server directory, please wait...
Leanroute MCP: route to 13 LLM providers, check pricing/usage/credit, manage keys from any agent.
npx @getmcp/cli add dev.leanroute/mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
LEANROUTE_ADMIN_KEYAdmin API key (gw_admin_*). Mint at https://leanroute.dev/dashboard/admin-keys. Required for platform tools (pricing, usage, credit, key management).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dev.leanroute/mcp-server": {
"command": "npx",
"args": [
"-y",
"@leanroute/mcp-server"
],
"env": {
"LEANROUTE_ADMIN_KEY": "",
"LEANROUTE_RUNTIME_KEY": "",
"LEANROUTE_BASE_URL": "https://api.leanroute.dev"
}
}
}
}