sapo-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SAPO_STORE | Yes | Store subdomain | |
| SAPO_API_KEY | Yes | Private App API Key | |
| SAPO_ALLOW_OPS | No | CSV of allowed destructive categories | |
| SAPO_HTTP_HOST | No | HTTP bind host (loopback by default) | 127.0.0.1 |
| SAPO_HTTP_PORT | No | HTTP port | 3333 |
| SAPO_LOG_LEVEL | No | Log level (error/warn/info/debug/trace) | info |
| SAPO_RETRY_MAX | No | HTTP retry attempts | 3 |
| SAPO_API_SECRET | No | Private App API Secret (or use SAPO_API_SECRET_FILE) | |
| SAPO_MAX_AUTO_PAGES | No | Max auto-pagination pages | 10 |
| SAPO_MCP_AUTH_TOKEN | No | Bearer token. Required if host is non-loopback | |
| SAPO_API_SECRET_FILE | No | Path to file containing secret (takes precedence) | |
| SAPO_HTTP_CORS_ORIGINS | No | CSV of allowed CORS origins (default: disabled) | |
| SAPO_HTTP_MAX_SESSIONS | No | Max concurrent MCP sessions | 100 |
| SAPO_HTTP_SESSION_IDLE_MS | No | Idle session GC threshold (30 min) | 1800000 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nguyennguyenit/Sapo-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server