Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.platformtaxhub-hash/platformtaxhub-mcp

NPM · PLATFORMTAXHUB-MCP · SCANNED SEP 25

Free platform-income calculators (take-home pay, payout calendar, benefits) as MCP tools.

Available components

70 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability72
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1238 tokens (~137/item across 9 items; 9 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management13
  • Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "take_home_pay_calculator" implies "pay" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.platformtaxhub-hash/platformtaxhub-mcp server?

io.github.platformtaxhub-hash/platformtaxhub-mcp runs locally as an npm package, launched with npx -y platformtaxhub-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · platformtaxhub-mcp

# add to Claude Code
claude mcp add platformtaxhub-hash-platformtaxhub-mcp -- npx -y platformtaxhub-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "platformtaxhub-hash-platformtaxhub-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "platformtaxhub-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "platformtaxhub-hash-platformtaxhub-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "platformtaxhub-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add platformtaxhub-hash-platformtaxhub-mcp -- npx -y platformtaxhub-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "platformtaxhub-hash-platformtaxhub-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "platformtaxhub-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add platformtaxhub-hash-platformtaxhub-mcp --command npx --arg -y --arg platformtaxhub-mcp
# ~/.hermes/config.yaml
mcp_servers:
  platformtaxhub-hash-platformtaxhub-mcp:
    command: "npx"
    args: ["-y", "platformtaxhub-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "platformtaxhub-hash-platformtaxhub-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "platformtaxhub-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add platformtaxhub-hash-platformtaxhub-mcp -t stdio -c npx -a -y platformtaxhub-mcp
// mcp.json
{
  "mcpServers": {
    "platformtaxhub-hash-platformtaxhub-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "platformtaxhub-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 23 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 22 Sept 26 0
    • Tool safety: pass → unverified ▼ security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified ▼ functional
    • Tool coverage: 100 → unverified ▼ functional
    • Stability: unverified → 0.03 ▲ functional
    • First check of Schema quality: unverified functional
    • Package version: 1.1.1 → 1.3.0 functional
  • 21 Sept 26 68

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/platformtaxhub-mcp@1.3.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 9 exposed · ~1,238 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
benefits_safety_net_calculator ~252

For gig workers, freelancers, creators, sellers, and hosts with no employer-provided benefits, calculates a monthly set-aside for a self-funded health + retirement safety net (default 5% of income, split 60% health / 40% retirement), plus an optional emergency buffer. Mirrors platformincome.com/benefits-safety-net.html exactly. Call list_benefits_countries first if you don't already know a country's exact name.

NameTypeReqDescription
countrystringyesCountry name exactly as returned by list_benefits_countries, e.g. 'United States', 'Nigeria', 'India'.
emergencyPercentnumber–Optional additional % of monthly income for an emergency buffer, on top of the baseline set-aside. Defaults to 0 (off).
icpstring–Which kind of platform earner this is for — only changes the wording of the per-unit breakdown, not the math.
monthlyIncomenumberyesMonthly platform income/earnings target.
setAsidePercentnumber–Total % of monthly income to set aside. Defaults to 5% (the recommended baseline), split 60% health / 40% retirement.

No output schema declared.

No examples provided.

currency_takehome_calculator ~257

The one tool that answers 'I earn from several platforms, in several currencies — how much do I actually end up with in my own currency?' Give it a list of platform earnings (each with its own currency and platform fee %), plus your country and target currency, and it converts and combines them all through whichever international-account provider (Wise, Payoneer, Airwallex, etc.) nets you the most money — using live exchange rates, not estimates. This aggregation-across-platforms capability is not something other free take-home-pay calculators do; most only handle one platform and one currency at a time. Mirrors platformincome.com/currency-takehome.html exactly. Call list_currency_takehome_countries first if you don't know a country's 2-letter code.

NameTypeReqDescription
countrystringyes2-letter country code you'll receive the money in, e.g. 'US', 'NG', 'IN'. Call list_currency_takehome_countries for the full list.
platformsarrayyesOne entry per platform/income source you want combined into a single total.
targetCurrencystringyes3-letter currency code to convert everything into, e.g. 'USD', 'NGN', 'EUR'.

No output schema declared.

No examples provided.

list_benefits_countries ~30

Returns every country id (and its currency) supported by benefits_safety_net_calculator.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_currency_takehome_countries ~43

Returns every country code/name currency_takehome_calculator accepts, used to filter which international-account providers (Wise, Payoneer, etc.) are available.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_payout_platforms ~42

Returns every platform id and name currently tracked by platform_payout_calendar, live from platformincome.com's data source, including which ones have no verified schedule yet.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_platformtaxhub_tools ~85

Returns the full list of platformincome.com's free calculators, including ones not exposed as their own MCP tool here (mileage deduction, tax deadline clock, fees comparison, and more). Use this when a user's question is about platform income but doesn't fit take_home_pay_calculator, platform_payout_calendar, benefits_safety_net_calculator, or currency_takehome_calculator.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_take_home_platforms ~32

Returns every platform id, display name, category, and fee structure supported by take_home_pay_calculator.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

platform_payout_calendar ~221

Given one or more platforms, returns when their next payout is expected to be initiated and when it should actually arrive in your bank account (payout date plus regional bank-transfer delay, pushed off weekends). Mirrors platformincome.com/platform-payout-calendar.html exactly, using the same live data source. Call list_payout_platforms first if you don't already know a platform's id.

NameTypeReqDescription
monthstring–Month to check, as YYYY-MM (e.g. '2026-10'), for looking up a specific past or future month. If omitted, the tool instead returns each platform's actual NEXT upcoming payout (rolling forward past any…
platformIdsarrayyesOne or more platform ids, e.g. ['youtube', 'upwork', 'airbnb']. Call list_payout_platforms to see all valid ids.
regionstring–Region, used for the default bank-transfer delay when a platform doesn't publish its own. Defaults to 'int' (International, 5 days).

No output schema declared.

No examples provided.

take_home_pay_calculator ~276

Calculate actual take-home pay after platform fees, optional currency-conversion cost (~2%), and optional per-withdrawal transaction fees, for 18 gig/creator/freelance/ecommerce platforms (Uber, YouTube, Upwork, Etsy, Airbnb, and more). Mirrors platformincome.com/take-home-pay.html exactly. Call list_take_home_platforms first if you don't already know a platform's id.

NameTypeReqDescription
currencystring–3-letter currency code, e.g. USD, GBP, EUR, NGN, INR. Defaults to USD.
grossAmountnumberyesGross monthly earnings, before any fees.
includeCurrencyConversionboolean–Add an estimated 2% currency-conversion cost on top of the platform fee.
includeTransactionFeeboolean–Add the platform's per-withdrawal transaction fee, where one applies (e.g. Uber Instant Pay, Upwork wire transfer). Ignored for platforms with no transaction fee.
periodstring–Period to express the result in. grossAmount is always treated as a MONTHLY figure; period only changes the display breakdown.
platformstringyesPlatform id, e.g. 'uber-lyft', 'youtube', 'upwork'. Call list_take_home_platforms to see all valid ids.

No output schema declared.

No examples provided.

Common questions

What is the io.github.platformtaxhub-hash/platformtaxhub-mcp server?

io.github.platformtaxhub-hash/platformtaxhub-mcp is listed in the public MCP registry as io.github.platformtaxhub-hash/platformtaxhub-mcp. Free platform-income calculators (take-home pay, payout calendar, benefits) as MCP tools. This page covers its npm package (platformtaxhub-mcp).

Is the io.github.platformtaxhub-hash/platformtaxhub-mcp server safe to use?

io.github.platformtaxhub-hash/platformtaxhub-mcp scores 70 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.platformtaxhub-hash/platformtaxhub-mcp server expose?

io.github.platformtaxhub-hash/platformtaxhub-mcp exposes 9 tools: take_home_pay_calculator, list_take_home_platforms, list_payout_platforms, platform_payout_calendar, list_benefits_countries, and 4 more. Their descriptions and schemas cost roughly 1,238 tokens of context every time the server is loaded.

Is the io.github.platformtaxhub-hash/platformtaxhub-mcp server still maintained?

io.github.platformtaxhub-hash/platformtaxhub-mcp is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.platformtaxhub-hash/platformtaxhub-mcp server under?

io.github.platformtaxhub-hash/platformtaxhub-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.