INDIVIDUAL MCP TOOL
plan_mcp_token_budget
Plan and attribute MCP token spend across agents, servers and workflows — something the protocol provides no native support for.
LIVE ENDPOINT
https://freetoolhub.org/api/mcp
Connect to this endpoint to inspect the live schema for plan_mcp_token_budget and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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.freetoolhub]
url = "https://freetoolhub.org/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"freetoolhub": {
"type": "http",
"url": "https://freetoolhub.org/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: freetoolhub
Remote MCP URL: https://freetoolhub.org/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": {
"freetoolhub": {
"url": "https://freetoolhub.org/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"freetoolhub": {
"type": "http",
"url": "https://freetoolhub.org/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "freetoolhub",
"transport": "streamable-http",
"url": "https://freetoolhub.org/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calculate_se_tax— Calculate US self-employment tax (15.calculate_freelancer_tax— Complete freelancer tax: SE tax, QBI deduction, federal + state income tax.calculate_1099k_tax— Estimate tax on 1099-K income (reselling, gig work).calculate_capital_gains_tax— US capital gains tax on stock/crypto.compare_w2_vs_1099— Compare take-home pay: W-2 salary vs 1099 contractor rate.get_sales_tax_rate— Get state sales tax rate for any US state.calculate_payroll_tax— Calculate paycheck deductions: federal tax, Social Security, Medicare, state tax.calculate_estate_tax— Calculate federal estate tax.