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

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)

+24 this week 69 Trust /100
Trust breakdown (6 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 →

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
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
Install

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

# add to Claude Code
claude mcp add codespar-mcp-transak -- npx -y @codespar/mcp-transak
# add to Codex CLI
codex mcp add codespar-mcp-transak -- npx -y @codespar/mcp-transak
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "codespar-mcp-transak": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@codespar/mcp-transak"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add codespar-mcp-transak --command npx --arg -y --arg @codespar/mcp-transak
# ~/.hermes/config.yaml
mcp_servers:
  codespar-mcp-transak:
    command: "npx"
    args: ["-y", "@codespar/mcp-transak"]
// mcp.json
{
  "mcpServers": {
    "codespar-mcp-transak": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-transak"
      ]
    }
  }
}
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.

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

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

MCP tools — 18 exposed · ~2,249 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.

Tool Tokens
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.

NameTypeReqDescription
idstringyesTransak 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.

NameTypeReqDescription
cryptoAmountnumberCrypto amount. Either fiatAmount or cryptoAmount must be set.
cryptoCurrencystringyesCrypto ticker (ETH, USDC, USDT, BTC, SOL, MATIC, etc)
emailstringyesBuyer email (used for KYC + receipt)
fiatAmountnumberFiat amount in major units. Either fiatAmount or cryptoAmount must be set.
fiatCurrencystringyesISO-4217 fiat currency code (USD, EUR, BRL, GBP, INR, etc)
isBuyOrSellstringyesBUY = fiat→crypto onramp; SELL = crypto→fiat offramp
networkstringyesBlockchain network (ethereum, polygon, bsc, solana, bitcoin, arbitrum, optimism, base, etc)
partnerCustomerIdstringMerchant-side stable user id (for returning users)
partnerOrderIdstringyesMerchant-side stable order id (echoed back on webhooks)
paymentMethodstringMethod id from list_payment_methods (credit_debit_card, apple_pay, google_pay, sepa_bank_transfer, pix, upi, etc)
redirectURLstringURL Transak redirects to after the hosted flow completes
themeColorstringOptional hex color (no #) for hosted widget branding
walletAddressstringyesDestination (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.

NameTypeReqDescription
emailstringBuyer email (alternative to partnerCustomerId)
partnerCustomerIdstringYour 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.

NameTypeReqDescription
idstringyesTransak 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.

NameTypeReqDescription
countryCodestringISO 3166-1 alpha-2 country code (US, GB, BR, IN, ...)
cryptoCurrencystringyesCrypto ticker (ETH, USDC, BTC, ...)
fiatCurrencystringyesISO-4217 fiat code (USD, EUR, BRL, ...)
isBuyOrSellstringyesBUY or SELL — limits differ between onramp and offramp
networkstringBlockchain network (ethereum, polygon, solana, ...)
paymentMethodstringOptional 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.

NameTypeReqDescription
cryptoAmountnumberCrypto amount. Either fiatAmount or cryptoAmount.
cryptoCurrencystringyesCrypto ticker (ETH, USDC, BTC, SOL, ...)
fiatAmountnumberFiat amount. Either fiatAmount or cryptoAmount.
fiatCurrencystringyesISO-4217 fiat code (USD, EUR, BRL, GBP, INR, ...)
isBuyOrSellstringyesBUY or SELL
networkstringyesBlockchain network (ethereum, polygon, solana, ...)
paymentMethodstringOptional 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.

NameTypeReqDescription
emailstringBuyer email (alternative to partnerCustomerId)
fiatCurrencystringOptional fiat to denominate the limits in (defaults to user's home fiat)
partnerCustomerIdstringYour 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.

NameTypeReqDescription
fiatCurrencystringOptional 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.

NameTypeReqDescription
cryptoCurrencystringOptional crypto ticker filter (USDC, ETH, ...)
networkstringOptional 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.

NameTypeReqDescription
endDatestringISO-8601 upper bound (createdAt)
isBuyOrSellstringFilter to BUY (onramp) or SELL (offramp) orders only
limitnumberMax rows to return
partnerOrderIdstringFilter by merchant-side order id
startDatestringISO-8601 lower bound (createdAt)
statusstringFilter by status (AWAITING_PAYMENT_FROM_USER, PAYMENT_DONE_MARKED_BY_USER, PROCESSING, COMPLETED, CANCELLED, FAILED, EXPIRED, REFUNDED, ON_HOLD_PENDING_DELIVERY_FROM_TRANSAK)
walletAddressstringFilter 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.

NameTypeReqDescription
fiatCurrencystringyesISO-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.

NameTypeReqDescription
emailstringUpdated buyer email (only before KYC submission)
idstringyesTransak order id to update
partnerCustomerIdstringNew/corrected merchant-side user id
redirectURLstringUpdated post-flow redirect URL
statusstringPartner-set status when applicable (e.g. PAYMENT_DONE_MARKED_BY_USER)
transactionHashstringOn-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.

NameTypeReqDescription
rawBodystringyesThe 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.
secretstringOptional override for the partner api-secret (defaults to TRANSAK_API_SECRET env var)
signaturestringyesHex-encoded signature from the x-transak-signature (or `signature`) header

No output schema declared.

No examples provided.