mcp transak for Cline
io.github.codespar/mcp-transak
MCP server for Transak — fiat-to-crypto on/off-ramp across ~170 countries (Partner API)
client:Cline
transport:stdio
runtime:npm
Install mcp transak in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-transak": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-transak"
],
"env": {
"TRANSAK_API_KEY": "<TRANSAK_API_KEY>",
"TRANSAK_API_SECRET": "<TRANSAK_API_SECRET>",
"TRANSAK_ENV": "<TRANSAK_ENV>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs