cobroya
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MP_CURRENCY | No | Default currency (defaults to ARS) | ARS |
| MP_SUCCESS_URL | No | Default success redirect URL for payment preferences | |
| WA_NOTIFY_PHONE | No | Phone number for WhatsApp payment notifications | |
| TELEGRAM_BOT_TOKEN | No | Telegram bot token from @BotFather | |
| WHATSAPP_ACCESS_TOKEN | No | Meta Graph API token | |
| WHATSAPP_VERIFY_TOKEN | No | Webhook verification token | |
| WHATSAPP_PHONE_NUMBER_ID | No | WhatsApp Business phone number ID | |
| MERCADO_PAGO_ACCESS_TOKEN | Yes | Mercado Pago API access token | |
| MERCADO_PAGO_WEBHOOK_SECRET | No | HMAC secret for Mercado Pago webhook signature validation |
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 |
|---|---|
| create_payment_preferenceC | Creates a Mercado Pago checkout payment preference (payment link). Returns init_point URL for redirecting buyers. |
| get_paymentC | Retrieve a payment by its ID. Returns full payment details including status, amount, payer info. |
| create_refundA | Refund a payment fully or partially. Omit amount for full refund. |
| search_paymentsB | Search recent payments for the authenticated merchant. Supports filtering by status. |
| get_merchant_infoB | Retrieve the authenticated merchant's user profile including ID, nickname, and site. |
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/dan1d/mercadopago-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server