Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

19 tools
create_discount_couponInspect

Create a store coupon

ParametersJSON Schema
NameRequiredDescriptionDefault
codeYesCoupon code used by customers.
typeYesType of discount.
limitNoMaximum number of uses allowed for this coupon.
valueYesDiscount amount (percentage or fixed value depending on `type`).
maximumNoMaximum purchase amount in store currency allowed to use the coupon.
minimumNoMinimum purchase amount in store currency required to use the coupon.
expirationNoExpiration timestamp (store timezone).
accepted_productsNoList of product IDs eligible for the coupon. Empty array means all products.
accepted_categoriesNoList of category IDs eligible for the coupon. Empty array means all categories.
create_discount_giftcardInspect

Create a store gift card

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesName of the gift card.
currencyYesCurrency of the gift card.
initial_creditYesInitial credit value of the gift card in its currency.
get_categoriesInspect

Get store categories (paginated)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
parentNoOptional parent category ID to filter child categories.
max_pageNoThe maximum number of elements per page (5–50).
get_customersInspect

Get customers (paginated, sortable, filterable by date range)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
sortNoSorting criteria for customers. Currently supported: `revenue`.
max_pageNoThe maximum number of elements per page (5–50).
date_filterNoTime filtering for customers, using timestamps in store's timezone. Format: "[start_timestamp,end_timestamp]" Example: "[1759333917,1761234717]".
get_discount_couponsInspect

Get store coupons (paginated)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
max_pageNoThe maximum number of elements per page (5–50).
get_discount_giftcardsInspect

Get store gift cards (paginated)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
max_pageNoThe maximum number of elements per page (5–50).
get_paymentInspect

Get payment

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe payment ID to retrieve.
get_paymentsInspect

Get payments (paginated, optionally filtered by user identifier)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
max_pageNoThe maximum number of elements per page (5–50).
identifierNoUser 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

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the product to retrieve (path parameter).
detailsNoIf true, returns detailed product information.
get_productsInspect

Get store products (paginated, with optional filters)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
detailsNoIf true, returns detailed product information.
max_pageNoThe maximum number of elements per page (5–50).
only_enabledNoIf true, returns only enabled products.
get_server_by_idInspect

Get server by ID

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the server to retrieve.
get_server_commandsInspect

Get remaining actions/commands to execute for a server

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the server.
get_serversInspect

Get servers (paginated)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
max_pageNoThe maximum number of elements per page (5–50).
get_store_infoInspect

Get general information about the store

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_store_themeInspect

Get general information about the store theme

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

get_subscriptionsInspect

Get subscriptions (paginated, filterable, recurring only, by user identifier)

ParametersJSON Schema
NameRequiredDescriptionDefault
pageNoThe page number to retrieve.
max_pageNoThe maximum number of elements per page (5–50).
identifierNoUser identifier to filter subscriptions. Same accepted identifiers as for payments.
only_recurring_subscriptionNoInclude only recurring subscriptions.
post_server_commandsInspect

Update server commands (mark delivered actions for a server)

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the server.
delivered_commands_by_idYesMap 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

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the coupon to update.
payloadYesFields to update on the coupon.
update_discount_giftcardInspect

Update a store gift card

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesThe ID of the gift card.
payloadYesFields 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.

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.