← metrxbot.com
INDIVIDUAL MCP TOOL
metrx_set_budget
Create or update a budget configuration for an agent or the entire organization.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.metrxbot-com]
url = "https://metrxbot.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"metrxbot-com": {
"type": "http",
"url": "https://metrxbot.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: metrxbot-com
Remote MCP URL: https://metrxbot.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"metrxbot-com": {
"url": "https://metrxbot.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"metrxbot-com": {
"type": "http",
"url": "https://metrxbot.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "metrxbot-com",
"transport": "streamable-http",
"url": "https://metrxbot.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
metrx_get_cost_summary— Get a comprehensive cost summary for your AI agent fleet.metrx_list_agents— List all AI agents in your organization with their status, category, and cost.metrx_get_agent_detail— Get detailed information about a specific agent including its model, framework, category, outcome configuration, and failure risk score.metrx_get_optimization_recommendations— Get AI-powered cost optimization recommendations for a specific agent or your entire fleet.metrx_apply_optimization— Apply a one-click optimization recommendation to an agent.metrx_route_model— Get a model routing recommendation for a specific task based on complexity.metrx_compare_models— Compare LLM model pricing and capabilities across providers.metrx_get_budget_status— Get the current status of all budget configurations.