Server Details
Monetize and manage your Tip4Serv store directly from your LLM.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
19 toolscreate_discount_couponInspect
Create a store coupon
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Coupon code used by customers. | |
| type | Yes | Type of discount. | |
| limit | No | Maximum number of uses allowed for this coupon. | |
| value | Yes | Discount amount (percentage or fixed value depending on `type`). | |
| maximum | No | Maximum purchase amount in store currency allowed to use the coupon. | |
| minimum | No | Minimum purchase amount in store currency required to use the coupon. | |
| expiration | No | Expiration timestamp (store timezone). | |
| accepted_products | No | List of product IDs eligible for the coupon. Empty array means all products. | |
| accepted_categories | No | List of category IDs eligible for the coupon. Empty array means all categories. |
create_discount_giftcardInspect
Create a store gift card
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the gift card. | |
| currency | Yes | Currency of the gift card. | |
| initial_credit | Yes | Initial credit value of the gift card in its currency. |
get_categoriesInspect
Get store categories (paginated)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| parent | No | Optional parent category ID to filter child categories. | |
| max_page | No | The maximum number of elements per page (5–50). |
get_customersInspect
Get customers (paginated, sortable, filterable by date range)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| sort | No | Sorting criteria for customers. Currently supported: `revenue`. | |
| max_page | No | The maximum number of elements per page (5–50). | |
| date_filter | No | Time filtering for customers, using timestamps in store's timezone. Format: "[start_timestamp,end_timestamp]" Example: "[1759333917,1761234717]". |
get_discount_couponsInspect
Get store coupons (paginated)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| max_page | No | The maximum number of elements per page (5–50). |
get_discount_giftcardsInspect
Get store gift cards (paginated)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| max_page | No | The maximum number of elements per page (5–50). |
get_paymentInspect
Get payment
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The payment ID to retrieve. |
get_paymentsInspect
Get payments (paginated, optionally filtered by user identifier)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| max_page | No | The maximum number of elements per page (5–50). | |
| identifier | No | User identifier to filter payments. Accepted identifiers: email, username, eosid, ue4_id, steam_username, steam_id, minecraft_uuid, discord_id, discord_username, fivem_xPlayer_id, fivem_citizen_id, minecraft_username. |
get_product_by_idInspect
Get product by ID
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the product to retrieve (path parameter). | |
| details | No | If true, returns detailed product information. |
get_productsInspect
Get store products (paginated, with optional filters)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| details | No | If true, returns detailed product information. | |
| max_page | No | The maximum number of elements per page (5–50). | |
| only_enabled | No | If true, returns only enabled products. |
get_server_by_idInspect
Get server by ID
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the server to retrieve. |
get_server_commandsInspect
Get remaining actions/commands to execute for a server
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the server. |
get_serversInspect
Get servers (paginated)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| max_page | No | The maximum number of elements per page (5–50). |
get_store_infoInspect
Get general information about the store
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_store_themeInspect
Get general information about the store theme
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_subscriptionsInspect
Get subscriptions (paginated, filterable, recurring only, by user identifier)
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | The page number to retrieve. | |
| max_page | No | The maximum number of elements per page (5–50). | |
| identifier | No | User identifier to filter subscriptions. Same accepted identifiers as for payments. | |
| only_recurring_subscription | No | Include only recurring subscriptions. |
post_server_commandsInspect
Update server commands (mark delivered actions for a server)
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the server. | |
| delivered_commands_by_id | Yes | Map of command-group IDs to delivery results. Keys MUST be like `pay_<id>` or `sub_<id>`. DO NOT send an array. Examples: Single command: { "pay_603191": { "action": "payment", "cmds": { "0": "Executed" } } } Multiple commands: { "pay_71524": { "action": "payment", "cmds": { "123": "Executed", "124": "Not Executed" } } } |
update_discount_couponInspect
Update a store coupon
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the coupon to update. | |
| payload | Yes | Fields to update on the coupon. |
update_discount_giftcardInspect
Update a store gift card
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the gift card. | |
| payload | Yes | Fields to update on the gift card. |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Last verification attempt failed.
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!