
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
platformtaxhub-mcp
Advanced tools
MCP server exposing PlatformTaxHub's free platform-income calculators as tools for AI agents: take-home pay, payout calendar, benefits safety net, and combined multi-platform/multi-currency income conversion.
An MCP server exposing three free platform-income calculators from Platform Income Utils as tools any MCP-compatible AI agent can call directly.
All three tools reuse the exact same math as the live web pages, so an agent's answer never drifts from what a human sees on platformincome.com.
take_home_pay_calculatorTake-home pay after platform fees, optional ~2% currency-conversion cost, and optional
per-withdrawal transaction fees, across 18 gig/creator/freelance/ecommerce platforms.
Mirrors take-home-pay.html.
list_take_home_platformsLists every platform id/name/fee structure take_home_pay_calculator accepts.
platform_payout_calendarFor one or more platforms, returns the next expected payout-initiated date and
bank-arrival date (payout date + regional transfer delay, pushed off weekends).
Fetches live data from the same source as
platform-payout-calendar.html,
so newly-added platforms or corrected schedules show up automatically with no server
redeploy needed.
list_payout_platformsLists every platform id/name/verification-status platform_payout_calendar accepts
(live from the same data source).
benefits_safety_net_calculatorFor gig workers, freelancers, creators, sellers, and hosts with no employer benefits,
calculates a monthly self-funded health + retirement set-aside (default 5%, split
60/40), plus an optional emergency buffer. Mirrors
benefits-safety-net.html.
list_benefits_countriesLists every country benefits_safety_net_calculator accepts, with its currency.
currency_takehome_calculatorThe genuine differentiator tool: combine earnings from several platforms, each in its
own currency, into one converted total via whichever international-account provider
(Wise, Payoneer, Airwallex, etc.) nets the most money for your country — using live
exchange rates. Most free take-home-pay calculators only handle one platform and one
currency at a time; this one is built specifically to answer "I earn from five
platforms in three currencies, what do I actually end up with?" Mirrors
currency-takehome.html.
list_currency_takehome_countriesLists every country code currency_takehome_calculator accepts.
list_platformtaxhub_toolsLists every other free calculator on platformincome.com, including the ones not wrapped as their own MCP tool here (mileage deduction, tax deadline clock, fees comparison, and more) — so an agent can point a user to the right free tool even when the question doesn't fit one of the tools above.
npx platformtaxhub-mcp
Or add it to your MCP client config (Claude Desktop, Claude Code, etc.):
{
"mcpServers": {
"platformtaxhub": {
"command": "npx",
"args": ["-y", "platformtaxhub-mcp"]
}
}
}
No API key or account required — every tool here is free, matching the free tools on platformincome.com.
npm install
npm run build
npm start
src/data.ts holds the platform-fee table and country/currency tables, ported
verbatim from the corresponding <select> options and JS objects in
take-home-pay.html and benefits-safety-net.html. If those change on the live
site, update data.ts to match. platform_payout_calendar has no static table to
maintain — it always fetches live from the same n8n webhook the calendar page uses.
MIT — see the platformincome.com free tools this wraps for the calculators themselves; this package is just the MCP interface to them.
FAQs
MCP server exposing PlatformTaxHub's free platform-income calculators as tools for AI agents: take-home pay, payout calendar, benefits safety net, and combined multi-platform/multi-currency income conversion.
The npm package platformtaxhub-mcp receives a total of 243 weekly downloads. As such, platformtaxhub-mcp popularity was classified as not popular.
We found that platformtaxhub-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.