Finance & PaymentsAuto-generated
POS API MCP Server
Welcome to the POS API. You can use this API to access all POS API endpoints. ## Base URL The base URL for all API requests is `https://unify.apideck.com` We also provide a [Mock API](https://developers.apideck.com/mock-api) that can be used for testing purposes: `https://mock-api.apideck.com`
Quick Setup
Transport: STDIO
Command: npx -y @mcp/apideck-com-pos
Environment Variables
POS_API_API_KEYExample: your_pos_api_api_key
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"apideck-com-pos": {
"command": "npx",
"args": ["-y","@mcp/apideck-com-pos"],
"env": {
"POS_API_API_KEY": "your_pos_api_api_key"
}
}
}
}Endpoints
GET
/pos/itemsList Items
POST
/pos/itemsCreate Item
GET
/pos/items/{id}Get Item
DELETE
/pos/items/{id}Delete Item
PATCH
/pos/items/{id}Update Item
GET
/pos/locationsList Locations
POST
/pos/locationsCreate Location
GET
/pos/locations/{id}Get Location
DELETE
/pos/locations/{id}Delete Location
PATCH
/pos/locations/{id}Update Location