Skip to content
MCP-Bridge
Finance & PaymentsAuto-generated

POS Terminal Management API MCP Server

This API provides endpoints for managing your point-of-sale (POS) payment terminals. You can use the API to obtain information about a specific terminal, retrieve overviews of your terminals and stores, and assign terminals to a merchant account or store. For more information, refer to [Assign term

Quick Setup

Transport: STDIO

Command: npx -y @mcp/adyen-com-tfmapiservice

Environment Variables

POS_TERMINAL_MANAGEMENT_API_API_KEY

Example: your_pos_terminal_management_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "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"
}
    }
  }
}

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