Tegro.money MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TEGRO_API_KEY | No | API KEY (HMAC‑SHA256) required for REST tools (create/get order, list orders, get balance) | |
| TEGRO_SHOP_ID | Yes | Shop ID (public) required for all tools | |
| TEGRO_BASE_URL | No | Base URL for Tegro.money API (optional, for staging) | |
| TEGRO_SECRET_KEY | No | Secret KEY (MD5) required for creating payment links |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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