Skip to content
MCP-Bridge
Finance & Payments

POS Terminal Management API Claude Desktop Config

Add the POS Terminal Management API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "adyen-com-tfmapiservice": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/adyen-com-tfmapiservice"
      ],
      "env": {
        "POS_TERMINAL_MANAGEMENT_API_API_KEY": "your_pos_terminal_management_api_api_key"
      }
    }
  }
}

Environment Variables

POS_TERMINAL_MANAGEMENT_API_API_KEY

Replace your_pos_terminal_management_api_api_key with your actual pos terminal management api api key

Endpoints

POST/assignTerminals

Assign terminals

POST/findTerminal

Get the account or store of a terminal

POST/getStoresUnderAccount

Get the stores of an account

POST/getTerminalDetails

Get the details of a terminal

POST/getTerminalsUnderAccount

Get the list of terminals