Skip to main content
Glama
TegroTON

Tegro.money MCP Server

Official
by TegroTON

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TEGRO_API_KEYNoAPI KEY (HMAC‑SHA256) required for REST tools (create/get order, list orders, get balance)
TEGRO_SHOP_IDYesShop ID (public) required for all tools
TEGRO_BASE_URLNoBase URL for Tegro.money API (optional, for staging)
TEGRO_SECRET_KEYNoSecret KEY (MD5) required for creating payment links

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
tegro_create_payment_linkA

Build a ready-to-open payment URL (SCI form) for a given amount and currency. Needs TEGRO_SECRET_KEY. No money moves until the customer pays on the page.

tegro_create_orderC

Create a payment order via the REST API and get back its details/URL. Needs TEGRO_API_KEY. Collects a payment into the shop.

tegro_get_orderA

Look up one order by your orderId or the Tegro paymentId. Needs TEGRO_API_KEY.

tegro_list_ordersC

List the shop's orders. Needs TEGRO_API_KEY.

tegro_get_balanceA

Read the shop's available balance. Needs TEGRO_API_KEY.

tegro_list_shopsA

List the shops on the account. Needs TEGRO_API_KEY.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/TegroTON/tegro-money-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server