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.jsonConfiguration 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
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.jsonEnvironment Variables
POS_TERMINAL_MANAGEMENT_API_API_KEYReplace your_pos_terminal_management_api_api_key with your actual pos terminal management api api key
Endpoints
/assignTerminalsAssign terminals
/findTerminalGet the account or store of a terminal
/getStoresUnderAccountGet the stores of an account
/getTerminalDetailsGet the details of a terminal
/getTerminalsUnderAccountGet the list of terminals