io.github.codespar/mcp-transak
NPM · @CODESPAR/MCP-TRANSAK · SCANNED AUG 3
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 →
Supply Chain Security86
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- 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 41 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability76
- 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 Management27
- Stability observed for 8 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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @codespar/mcp-transak
claude mcp add codespar-mcp-transak -- npx -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": {
"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.
- 3 Aug 26 +4
- Stability: unverified → 0.27 ▲ functional
- 2 Aug 26 +45
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → excellent ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Licence: MIT functional
- 1 Aug 26 +14
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 31 Jul 26 −39
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 27 Jul 26 45
First indexed and scored.
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 3 Aug 2026 · Analysed npm/@codespar/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 94 packages
94 packages in the resolved dependency tree · 94 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
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.