mcp-server-creem
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CREEM_API_KEY | Yes | Your Creem API key | |
| CREEM_TEST_MODE | No | Set to 'true' to use test mode | false |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_productB | Create a new product in Creem. Products can be one-time payments or recurring subscriptions. |
| get_productA | Retrieve details of a specific product by ID |
| search_productsC | Search and list all products |
| create_checkoutB | Create a checkout session for a product. Returns a checkout URL to redirect customers to. |
| get_checkoutA | Retrieve checkout session details by ID |
| get_customerA | Retrieve customer details by email or customer ID |
| list_customersC | List all customers |
| create_customer_portal_linkA | Generate a customer portal login link for a customer to manage their subscriptions |
| get_subscriptionA | Retrieve subscription details by ID |
| cancel_subscriptionC | Cancel an active subscription |
| update_subscriptionC | Update subscription (e.g., change number of seats/units) |
| upgrade_subscriptionC | Upgrade or downgrade a subscription to a different product |
| activate_licenseB | Activate a license key for a specific instance/device |
| deactivate_licenseB | Deactivate a license key instance |
| validate_licenseB | Validate if a license key is active and valid |
| create_discountB | Create a discount code |
| get_discountC | Retrieve discount code details |
| delete_discountC | Delete a discount code |
| search_transactionsC | Search and list transactions |
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/Selenium39/mcp-server-creem'
If you have feedback or need assistance with the MCP directory API, please join our Discord server