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
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_pos_terminal_management_api_api_key with your actual 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