SimpleShop MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SIMPLESHOP_LOGIN | Yes | Your SimpleShop login email | |
| SIMPLESHOP_API_KEY | Yes | Your SimpleShop API key | |
| SIMPLESHOP_BASE_URL | No | Base URL for SimpleShop API (default: https://api.simpleshop.cz/2.0/) | https://api.simpleshop.cz/2.0/ |
| SIMPLESHOP_TIMEOUT_SECONDS | No | Timeout in seconds for API requests (default: 30) | 30 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| simpleshop_find_documentsB | Find SimpleShop documents by search filters or explicit document IDs. |
| simpleshop_download_documentsC | Batch-download the PDF rendering of SimpleShop documents. |
| simpleshop_find_productsB | Find SimpleShop products by search filters or explicit product IDs. |
| simpleshop_get_product_salesC | Return SimpleShop product sales using the 'who bought' export. |
| simpleshop_get_metadataC | Return SimpleShop metadata useful for filtering and accounting classification. |
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/mikz/simpleshop-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server