Skip to content
MCP-Bridge
Finance & Payments

POS Terminal Management API MCP Config

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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/adyen-com-tfmapiservice.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/adyen-com-tfmapiservice.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/adyen-com-tfmapiservice.json

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