# io.github.platformtaxhub-hash/platformtaxhub-mcp (npm · platformtaxhub-mcp)

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

- Trust score: 70/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- npm · `platformtaxhub-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/platformtaxhub-hash-platformtaxhub-mcp/platformtaxhub-mcp.md), [page](https://verifymcp.io/servers/platformtaxhub-hash-platformtaxhub-mcp/platformtaxhub-mcp)

## Channel facts

- Registry: `npm`
- Package: `platformtaxhub-mcp`
- Version: `1.3.0`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-25.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 3 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 72/100
  - AI-judged instruction clarity (excellent).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 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.
  - An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## 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.

### Claude

```bash
claude mcp add platformtaxhub-hash-platformtaxhub-mcp -- npx -y platformtaxhub-mcp
```

### Cursor

```json
{
  "mcpServers": {
    "platformtaxhub-hash-platformtaxhub-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "platformtaxhub-mcp"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "platformtaxhub-hash-platformtaxhub-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "platformtaxhub-mcp"
      ]
    }
  }
}
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add platformtaxhub-hash-platformtaxhub-mcp --command npx --arg -y --arg platformtaxhub-mcp
```

### Hermes

```yaml
mcp_servers:
  platformtaxhub-hash-platformtaxhub-mcp:
    command: "npx"
    args: ["-y", "platformtaxhub-mcp"]
```

### Netclaw

```json
{
  "McpServers": {
    "platformtaxhub-hash-platformtaxhub-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "platformtaxhub-mcp"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add platformtaxhub-hash-platformtaxhub-mcp -t stdio -c npx -a -y platformtaxhub-mcp
```

### Other

```json
{
  "mcpServers": {
    "platformtaxhub-hash-platformtaxhub-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "platformtaxhub-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-25 (score 70, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-09-23 (score 69, +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.

### 2026-09-22 (score 68, 0)

- [security regression] 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.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional improvement] Stability: unverified → 0.03
- [functional] First check of Schema quality: unverified
- [functional] Package version: 1.1.1 → 1.3.0

### 2026-09-21 (score 68)

First indexed and scored.

## MCP tools (9)

### `take_home_pay_calculator` (~276 tokens)

Take-Home Pay Calculator

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.

Input parameters:

- `currency` (string): 3-letter currency code, e.g. USD, GBP, EUR, NGN, INR. Defaults to USD.
- `grossAmount` (number, required): Gross monthly earnings, before any fees.
- `includeCurrencyConversion` (boolean): Add an estimated 2% currency-conversion cost on top of the platform fee.
- `includeTransactionFee` (boolean): 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.
- `period` (string): Period to express the result in. grossAmount is always treated as a MONTHLY figure; period only changes the display breakdown.
- `platform` (string, required): Platform id, e.g. 'uber-lyft', 'youtube', 'upwork'. Call list_take_home_platforms to see all valid ids.

### `list_take_home_platforms` (~32 tokens)

List platforms supported by the take-home pay calculator

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

### `list_payout_platforms` (~42 tokens)

List platforms supported by the payout calendar

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.

### `platform_payout_calendar` (~221 tokens)

Platform Payout Calendar

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.

Input parameters:

- `month` (string): 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…
- `platformIds` (array, required): One or more platform ids, e.g. ['youtube', 'upwork', 'airbnb']. Call list_payout_platforms to see all valid ids.
- `region` (string): Region, used for the default bank-transfer delay when a platform doesn't publish its own. Defaults to 'int' (International, 5 days).

### `list_benefits_countries` (~30 tokens)

List countries supported by the benefits safety net calculator

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

### `benefits_safety_net_calculator` (~252 tokens)

Benefits Safety Net Calculator

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.

Input parameters:

- `country` (string, required): Country name exactly as returned by list_benefits_countries, e.g. 'United States', 'Nigeria', 'India'.
- `emergencyPercent` (number): Optional additional % of monthly income for an emergency buffer, on top of the baseline set-aside. Defaults to 0 (off).
- `icp` (string): Which kind of platform earner this is for — only changes the wording of the per-unit breakdown, not the math.
- `monthlyIncome` (number, required): Monthly platform income/earnings target.
- `setAsidePercent` (number): Total % of monthly income to set aside. Defaults to 5% (the recommended baseline), split 60% health / 40% retirement.

### `list_currency_takehome_countries` (~43 tokens)

List countries supported by the combined income calculator

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

### `currency_takehome_calculator` (~257 tokens)

Combined Multi-Platform / Multi-Currency Take-Home Calculator

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.

Input parameters:

- `country` (string, required): 2-letter country code you'll receive the money in, e.g. 'US', 'NG', 'IN'. Call list_currency_takehome_countries for the full list.
- `platforms` (array, required): One entry per platform/income source you want combined into a single total.
- `targetCurrency` (string, required): 3-letter currency code to convert everything into, e.g. 'USD', 'NGN', 'EUR'.

### `list_platformtaxhub_tools` (~85 tokens)

List all PlatformTaxHub / Platform Income Utils free tools

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.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/platformtaxhub-hash-platformtaxhub-mcp/platformtaxhub-mcp#diagnostics

## Score history

- 2026-09-25: 70
- 2026-09-24: 69
- 2026-09-23: 69
- 2026-09-22: 68
- 2026-09-21: 68

## 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.

## Links

- npm package: https://www.npmjs.com/package/platformtaxhub-mcp
- Socket report: https://socket.dev/npm/package/platformtaxhub-mcp
- Repository: https://github.com/platformtaxhub-hash/platformtaxhub-mcp
- Changelog RSS feed: https://verifymcp.io/servers/platformtaxhub-hash-platformtaxhub-mcp/platformtaxhub-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/platformtaxhub-hash-platformtaxhub-mcp/platformtaxhub-mcp.json
- HTML version of this page: https://verifymcp.io/servers/platformtaxhub-hash-platformtaxhub-mcp/platformtaxhub-mcp
