← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-transak

github By github 👁 1 views ▲ 0 votes

MCP server for Transak — fiat-to-crypto on/off-ramp across ~170 countries (Partner API)

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-transak",
      "version": "0.2.0-alpha.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Transak 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.",
          "isRequired": true,
          "format": "string",
          "name": "TRANSAK_API_KEY"
        },
        {
          "description": "Transak 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).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TRANSAK_API_SECRET"
        },
        {
          "description": "Environment selector: 'staging' (default) targets https://api-stg.transak.com; 'production' targets https://api.transak.com.",
          "format": "string",
          "name": "TRANSAK_ENV"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...