io.github.codespar/mcp-transak
NPM · @CODESPAR/MCP-TRANSAK · SCANNED SEP 22
MCP server for Transak — fiat-to-crypto on/off-ramp across ~170 countries (Partner API)
Available components
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 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 91 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 2316 tokens (~128/item across 18 items; 18 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 Management97
- Stability observed for 29 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 Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 18 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 19 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
How do I install the io.github.codespar/mcp-transak server?
io.github.codespar/mcp-transak runs locally as an npm package, launched with npx -y @codespar/mcp-transak. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @codespar/mcp-transak
claude mcp add codespar-mcp-transak -- npx -y @codespar/mcp-transak
{
"mcpServers": {
"codespar-mcp-transak": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-transak"
]
}
}
} {
"servers": {
"codespar-mcp-transak": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-transak"
]
}
}
} codex mcp add codespar-mcp-transak -- npx -y @codespar/mcp-transak
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"codespar-mcp-transak": {
"type": "local",
"command": [
"npx",
"-y",
"@codespar/mcp-transak"
],
"enabled": true
}
}
} openclaw mcp add codespar-mcp-transak --command npx --arg -y --arg @codespar/mcp-transak
mcp_servers:
codespar-mcp-transak:
command: "npx"
args: ["-y", "@codespar/mcp-transak"] {
"McpServers": {
"codespar-mcp-transak": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@codespar/mcp-transak"
]
}
}
} assistant mcp add codespar-mcp-transak -t stdio -c npx -a -y @codespar/mcp-transak
{
"mcpServers": {
"codespar-mcp-transak": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-transak"
]
}
}
} 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.
- 21 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 19 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −3
- Stability: pass → 0.80 functional
- 16 Sept 26 +1
- Stability: 0.97 → pass security
- 14 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 −3
- Stability: pass → 0.80 functional
- 9 Sept 26 +1
- Stability: 0.97 → pass security
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 22 Sept 2026 · Analysed npm/@codespar/mcp-transak@0.2.0-alpha.3
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 95 packages
| Packages resolved | 95 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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 →
cancel_order ~56
Cancel a Transak order. Only works while the order is in a cancellable state (awaiting payment / pending). Completed or in-flight on-chain orders cannot be cancelled.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Transak order id to cancel |
No output schema declared.
No examples provided.
create_order ~383
Create a Transak order. Use isBuyOrSell='BUY' to onramp (fiat→crypto, funds delivered to walletAddress) or 'SELL' to offramp (crypto→fiat, payout to the linked bank account). Returns the order object with status, a widget/redirect URL if required, and the partner-side id.
| Name | Type | Req | Description |
|---|---|---|---|
| cryptoAmount | number | – | Crypto amount. Either fiatAmount or cryptoAmount must be set. |
| cryptoCurrency | string | yes | Crypto ticker (ETH, USDC, USDT, BTC, SOL, MATIC, etc) |
| string | yes | Buyer email (used for KYC + receipt) | |
| fiatAmount | number | – | Fiat amount in major units. Either fiatAmount or cryptoAmount must be set. |
| fiatCurrency | string | yes | ISO-4217 fiat currency code (USD, EUR, BRL, GBP, INR, etc) |
| isBuyOrSell | string | yes | BUY = fiat→crypto onramp; SELL = crypto→fiat offramp |
| network | string | yes | Blockchain network (ethereum, polygon, bsc, solana, bitcoin, arbitrum, optimism, base, etc) |
| partnerCustomerId | string | – | Merchant-side stable user id (for returning users) |
| partnerOrderId | string | yes | Merchant-side stable order id (echoed back on webhooks) |
| paymentMethod | string | – | Method id from list_payment_methods (credit_debit_card, apple_pay, google_pay, sepa_bank_transfer, pix, upi, etc) |
| redirectURL | string | – | URL Transak redirects to after the hosted flow completes |
| themeColor | string | – | Optional hex color (no #) for hosted widget branding |
| walletAddress | string | yes | Destination (BUY) or source (SELL) crypto wallet address |
No output schema declared.
No examples provided.
get_kyc_status ~120
Get the KYC status of a buyer the partner has previously sent through Transak. Look up by partnerCustomerId (preferred — your stable id) or email. Returns kycStatus (NOT_SUBMITTED, IN_REVIEW, APPROVED, REJECTED, EXPIRED), tier, country, and the timestamps. Use this to skip re-KYC for returning buyers and unlock higher limits.
| Name | Type | Req | Description |
|---|---|---|---|
| string | – | Buyer email (alternative to partnerCustomerId) | |
| partnerCustomerId | string | – | Your merchant-side stable user id |
No output schema declared.
No examples provided.
get_order ~55
Get a Transak order by its Transak order id. Returns full status, fiat/crypto amounts, fees, tx hash (once on-chain), and current state.
| Name | Type | Req | Description |
|---|---|---|---|
| id | string | yes | Transak order id (UUID) |
No output schema declared.
No examples provided.
get_order_limits ~193
Get the min and max trade amount for a fiat+crypto+country combination — what's the smallest USD a US buyer can spend on USDC/Polygon, and what's the cap before extra KYC kicks in? Public endpoint. Pair with get_quote so you can prevalidate amount before opening the widget.
| Name | Type | Req | Description |
|---|---|---|---|
| countryCode | string | – | ISO 3166-1 alpha-2 country code (US, GB, BR, IN, ...) |
| cryptoCurrency | string | yes | Crypto ticker (ETH, USDC, BTC, ...) |
| fiatCurrency | string | yes | ISO-4217 fiat code (USD, EUR, BRL, ...) |
| isBuyOrSell | string | yes | BUY or SELL — limits differ between onramp and offramp |
| network | string | – | Blockchain network (ethereum, polygon, solana, ...) |
| paymentMethod | string | – | Optional payment method id for rail-specific limits |
No output schema declared.
No examples provided.
get_partner_account ~41
Get the authenticated partner's account profile (name, api key info, configured webhooks, default currencies). Useful for debugging which partner credentials the server is using.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_partner_balance ~67
Get the partner's settlement balance(s) — Transak holds partner liquidity per fiat to fund SELL payouts and reserves earned commissions until they settle. Returns balances broken down by currency, available vs pending, and last-settlement timestamp. Use this to monitor funding levels before promoting a high-volume corridor.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
get_quote ~195
Get a fiat↔crypto price quote (public, no auth). Returns the rate, fees, min/max, delivery network, and the exact cryptoAmount the buyer receives for a given fiatAmount (or vice versa). Use this before calling create_order to show the user a price they can confirm.
| Name | Type | Req | Description |
|---|---|---|---|
| cryptoAmount | number | – | Crypto amount. Either fiatAmount or cryptoAmount. |
| cryptoCurrency | string | yes | Crypto ticker (ETH, USDC, BTC, SOL, ...) |
| fiatAmount | number | – | Fiat amount. Either fiatAmount or cryptoAmount. |
| fiatCurrency | string | yes | ISO-4217 fiat code (USD, EUR, BRL, GBP, INR, ...) |
| isBuyOrSell | string | yes | BUY or SELL |
| network | string | yes | Blockchain network (ethereum, polygon, solana, ...) |
| paymentMethod | string | – | Optional payment method id to price that specific rail |
No output schema declared.
No examples provided.
get_user_limits ~122
Get the current per-user transaction limits granted by Transak based on the user's KYC tier and country (daily, weekly, monthly, lifetime caps in fiat). Look up by partnerCustomerId or email. Use before quoting big-ticket purchases so you can warn a buyer they'll need a tier-up flow first.
| Name | Type | Req | Description |
|---|---|---|---|
| string | – | Buyer email (alternative to partnerCustomerId) | |
| fiatCurrency | string | – | Optional fiat to denominate the limits in (defaults to user's home fiat) |
| partnerCustomerId | string | – | Your merchant-side stable user id |
No output schema declared.
No examples provided.
list_countries ~84
List the countries Transak serves, with allowed fiat currencies, payment methods, and KYC requirements per country. Optionally filter by fiatCurrency to see only countries where that fiat is supported. Public endpoint — call this as a discovery step before showing a country picker.
| Name | Type | Req | Description |
|---|---|---|---|
| fiatCurrency | string | – | Optional ISO-4217 fiat code to restrict to countries supporting that fiat |
No output schema declared.
No examples provided.
list_crypto_currencies ~43
List all crypto assets Transak supports, including network, decimals, pay-in/pay-out eligibility, and jurisdictional restrictions (US state blocklists etc). Public endpoint.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_fiat_currencies ~52
List all fiat currencies Transak supports, with per-currency payment methods, limits, and country restrictions. Public endpoint — safe to call without credentials. Use as a discovery step before rendering a funding flow.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
list_network_fees ~100
List the network/gas fees Transak charges (or estimates) per crypto+network combination. Useful for showing buyers the all-in landed cost or for choosing the cheapest network when an asset is multi-chain (e.g. USDC on Polygon vs Ethereum). Public endpoint.
| Name | Type | Req | Description |
|---|---|---|---|
| cryptoCurrency | string | – | Optional crypto ticker filter (USDC, ETH, ...) |
| network | string | – | Optional network filter (ethereum, polygon, solana, ...) |
No output schema declared.
No examples provided.
list_orders ~215
List Transak orders for the partner account. Filter by status, walletAddress, partnerOrderId, isBuyOrSell, or createdAt date range. Use this to reconcile webhook-driven state, run sweeps on pending orders, or pull a partner-period statement.
| Name | Type | Req | Description |
|---|---|---|---|
| endDate | string | – | ISO-8601 upper bound (createdAt) |
| isBuyOrSell | string | – | Filter to BUY (onramp) or SELL (offramp) orders only |
| limit | number | – | Max rows to return |
| partnerOrderId | string | – | Filter by merchant-side order id |
| startDate | string | – | ISO-8601 lower bound (createdAt) |
| status | string | – | Filter by status (AWAITING_PAYMENT_FROM_USER, PAYMENT_DONE_MARKED_BY_USER, PROCESSING, COMPLETED, CANCELLED, FAILED, EXPIRED, REFUNDED, ON_HOLD_PENDING_DELIVERY_FROM_TRANSAK) |
| walletAddress | string | – | Filter by destination/source wallet address |
No output schema declared.
No examples provided.
list_payment_methods ~83
List payment methods available for a given fiat currency (card, Apple Pay, Google Pay, SEPA, UPI, Pix, wire, etc) with min/max amounts and processing time. Public endpoint. Use to dynamically build a funding-method picker per corridor.
| Name | Type | Req | Description |
|---|---|---|---|
| fiatCurrency | string | yes | ISO-4217 fiat code (USD, EUR, BRL, ...) |
No output schema declared.
No examples provided.
refresh_access_token ~67
Mint a fresh short-lived access-token from the partner api-secret. Some Partner API tiers require this token (sent as the access-token header) on order/user endpoints. The token is short-lived (~minutes); cache it and refresh on 401. Returns { accessToken, expiresAt }.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
update_order ~180
Update a Transak order after creation. Used for partner-side post-creation actions such as marking a SELL crypto deposit transaction hash, attaching/changing the partnerCustomerId, refreshing the redirectURL, or correcting the buyer email before KYC. Only mutable fields are accepted; immutable fields (amount, currency, network) require a fresh order.
| Name | Type | Req | Description |
|---|---|---|---|
| string | – | Updated buyer email (only before KYC submission) | |
| id | string | yes | Transak order id to update |
| partnerCustomerId | string | – | New/corrected merchant-side user id |
| redirectURL | string | – | Updated post-flow redirect URL |
| status | string | – | Partner-set status when applicable (e.g. PAYMENT_DONE_MARKED_BY_USER) |
| transactionHash | string | – | On-chain tx hash for SELL orders (buyer's crypto deposit to Transak) |
No output schema declared.
No examples provided.
verify_webhook_signature ~193
Locally verify the HMAC-SHA256 signature on a Transak webhook delivery. Transak signs the raw request body with the partner api-secret as the HMAC key; the signature is delivered in the x-transak-signature header (sometimes also `signature`). Pass the raw body string + the header value and this returns { valid: boolean }. Does NOT call Transak — pure local crypto. Always use this before trusting webhook contents.
| Name | Type | Req | Description |
|---|---|---|---|
| rawBody | string | yes | The raw, unparsed webhook request body (bytes-as-utf8 string). Must be the EXACT bytes Transak sent — do not JSON.parse-then-stringify, or the signature will mismatch. |
| secret | string | – | Optional override for the partner api-secret (defaults to TRANSAK_API_SECRET env var) |
| signature | string | yes | Hex-encoded signature from the x-transak-signature (or `signature`) header |
No output schema declared.
No examples provided.
What is the io.github.codespar/mcp-transak server?
io.github.codespar/mcp-transak is listed in the public MCP registry as io.github.codespar/mcp-transak. MCP server for Transak, fiat-to-crypto on/off-ramp across ~170 countries (Partner API). This page covers its npm package (@codespar/mcp-transak).
Is the io.github.codespar/mcp-transak server safe to use?
io.github.codespar/mcp-transak scores 84 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 22 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.codespar/mcp-transak server expose?
io.github.codespar/mcp-transak exposes 18 tools: create_order, get_order, list_orders, update_order, cancel_order, and 13 more. Their descriptions and schemas cost roughly 2,249 tokens of context every time the server is loaded.
Is the io.github.codespar/mcp-transak server still maintained?
io.github.codespar/mcp-transak is still listed as active in the MCP registry. We last reached this channel on 22 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.codespar/mcp-transak server under?
io.github.codespar/mcp-transak declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.