TropiPay MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TROPIPAY_BASE_URL | No | Custom API base URL (overrides environment) | |
| TROPIPAY_CLIENT_ID | Yes | Your TropiPay API client ID | |
| TROPIPAY_ENVIRONMENT | No | Environment: sandbox or production | sandbox |
| TROPIPAY_CLIENT_SECRET | Yes | Your TropiPay API client secret |
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 | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_default_account_balanceA | Get the current selected as default account balance from TropiPay |
| get_profile_dataA | Get user profile information from TropiPay account |
| get_movement_listA | Get list of account movements/transactions (requires ALLOW_GET_MOVEMENT_LIST scope). š Response Structure:
|
| get_accounts_listB | Get list of TropiPay accounts associated with the user |
| list_deposit_accountsA | Get list of deposit accounts (a.k.a beneficiaries). š” Tip: deposit accounts are also refered as beneficiaries can be internal (other Tropipay accounts) or external (bank accounts, external cripto wallets) š Response Structure:
|
| create_paymentcardA | Create a new payment card (payment link) using TropiPay API. IMPORTANT:- NEVER create payment cards without first asking the user for required information- ALWAYS collect: amount, currency, concept, and description before proceeding- DO NOT generate or assume default values for required fields- Ask clarifying questions if any information is missing or unclearRequired Information to Collect from User:
š Optional Fields:
|
| test_connectionA | Test the connection to TropiPay API and verify authentication by retrieving the selected default account balance |
| list_paymentcardsA | Get list of paymentcards (paylinks) created by the user |
| create_external_beneficiaryA | Create a new external bank account beneficiary using TropiPay API. Required: firstName, lastName, accountNumber, currency, countryDestinationId/countryISO Example: |
| create_internal_beneficiaryA | Create a new internal TropiPay beneficiary using TropiPay API. Required: alias, searchValue (email) Example: |
| create_crypto_beneficiaryA | Create a new crypto wallet beneficiary using TropiPay API. Required: firstName, lastName, accountNumber (wallet address), currency, network Example: |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| tropipay_movements_schema | Get comprehensive schema documentation for TropiPay movements/transactions data structure |
| tropipay_accounts_schema | Get comprehensive schema documentation for TropiPay accounts data structure |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| TropiPay Configuration | Current TropiPay API configuration and environment settings |
| API Status | TropiPay API connection status and health check |
| Movement Types Reference | Complete reference of TropiPay movementType IDs and their meanings |
| Movement States Reference | Complete reference of TropiPay movement state codes and their meanings |
| Account States Reference | Complete reference of TropiPay account state codes and their meanings |
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/yosle/tropipay-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server