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_KEYExample: 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
/assignTerminalsAssign terminals
POST
/findTerminalGet the account or store of a terminal
POST
/getStoresUnderAccountGet the stores of an account
POST
/getTerminalDetailsGet the details of a terminal
POST
/getTerminalsUnderAccountGet the list of terminals