Productivity
freetoolhub.org
Provides tax calculation tools for freelancers and self-employed individuals, including self-employment, 1099-K, capital gains, and W-2 vs 1099 comparisons.
ENDPOINT 1
https://freetoolhub.org/api/mcp
MCP server metadata
- Name
- FreeToolHub
- Version
- 2.0.0
Known tools 44
calculate_freelancer_taxComplete freelancer tax: SE tax, QBI deduction, federal + state income tax.
Inferred read-onlycalculate_payroll_taxCalculate paycheck deductions: federal tax, Social Security, Medicare, state tax.
Inferred read-onlycheck_economic_nexusCheck which US states you have economic nexus in for sales tax collection.
Inferred read-onlycalculate_mortgageMonthly mortgage payment (P&I) + property tax, insurance, PMI.
Potential side effectscalculate_rental_roiRental property ROI: cap rate, cash-on-cash return, NOI, annual cash flow.
Inferred read-onlycalculate_student_loanStudent loan payoff: monthly payment, total interest, months saved with extra payments.
Potential side effectscalculate_life_insuranceCalculate life insurance needs using DIME method: Debt, Income, Mortgage, Education.
Inferred read-onlycalculate_home_equityCalculate home equity, max borrowable amount (HELOC), and monthly payments.
Inferred read-onlycalculate_dropship_profitTrue dropshipping profit after product cost, platform fees, payment processing, ad spend.
Potential side effectscalculate_reseller_profitCompare real profit across reselling platforms (eBay, Poshmark, Mercari, etc.
Inferred read-onlycalculate_freelancer_pricingTurn hourly rate into project quote with overhead, profit margin, milestone splits.
Inferred read-onlyestimate_mcp_context_budgetEstimate how much of an LLM context window your MCP servers consume, and which tool definitions to cut first.
Inferred read-onlycompress_tool_definitionsShrink MCP tool descriptions and JSON schemas to cut context cost without changing how agents call them.
Inferred read-onlyscore_mcp_server_trustScore an MCP server A–F on trustworthiness and maintenance health, so you can choose between four servers that all claim to do the same thing.
Inferred read-onlyvalidate_mcp_server_cardValidate an MCP Server Card against SEP-1649 and report every missing or malformed field before you publish it.
Potential side effectsplan_mcp_token_budgetPlan and attribute MCP token spend across agents, servers and workflows — something the protocol provides no native support for.
Inferred read-onlygenerate_mcp_client_configGenerate ready-to-paste MCP server config for Claude Desktop, Cursor, VS Code and Windsurf from one input.
Inferred read-onlycalculate_github_actions_costEstimate a GitHub Actions monthly bill using the January 2026 runner rates (Linux $0.
Inferred read-onlycompare_automation_platform_costsCompare real monthly cost on Zapier (per task) versus Make (per operation) for the same workflow volume, including the counting-model difference that makes the two quotes non-obvious.
Inferred read-onlydetect_polling_cost_trapsFind the most common hidden cost in no-code automation: using polling where a webhook would do.
Inferred read-onlyestimate_selfhosted_tcoCompare paying hosted CI overage against running self-hosted runners, including the maintenance hours people forget to cost.
Inferred read-onlycompare_ai_coding_tool_costsCompare monthly and annual cost of AI coding subscriptions (GitHub Copilot, Cursor, Claude Code/Pro/Max, OpenAI Codex) for a given team size and usage intensity, then compare the winner against pay-as-you-go API pricing for the same workload.
Potential side effectscompare_llm_api_costsRank 18 LLM models by the real monthly cost of a given workload (input/output tokens per call × calls per month).
Inferred read-onlyplan_context_window_budgetGiven a set of MCP servers and their tool counts, show for every model context window (128K, 200K, 1M, 10M) how much of the window the tool definitions consume, how much is left for conversation, and whether the server set fits at all.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.