Loading MCP server directory, please wait...
MCP server for Transak — fiat-to-crypto on/off-ramp across ~170 countries (Partner API)
npx @getmcp/cli add io.github.codespar/mcp-transakRequires Node.js 18+. Community-contributed server. Review source before installing.
TRANSAK_API_KEYTransak partner API key (from partner dashboard). Used as partnerApiKey query param on public quote endpoint and bundled with api-secret to mint the access-token for Partner API calls.
TRANSAK_API_SECRETTransak partner API secret. Sent as the api-secret header to endpoints that require server-to-server authentication (and used to mint access tokens for order endpoints).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-transak": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-transak"
],
"env": {
"TRANSAK_API_KEY": "",
"TRANSAK_API_SECRET": "",
"TRANSAK_ENV": ""
}
}
}
}