mcp-transak
About
MCP server for Transak — fiat-to-crypto on/off-ramp across ~170 countries (Partner API)
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
TRANSAK_API_KEY TRANSAK_API_SECRET TRANSAK_ENVClaude Code
claude mcp add --env TRANSAK_API_KEY= --env TRANSAK_API_SECRET= --env TRANSAK_ENV= mcp-transak -- npx @codespar/mcp-transak
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp-transak","command":"npx","args":["@codespar/mcp-transak"],"env":{"TRANSAK_API_KEY":"","TRANSAK_API_SECRET":"","TRANSAK_ENV":""}}'
JSON
{
"mcpServers": {
"mcp-transak": {
"command": "npx",
"args": [
"@codespar/mcp-transak"
],
"env": {
"TRANSAK_API_KEY": "",
"TRANSAK_API_SECRET": "",
"TRANSAK_ENV": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.