Yugo MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port (only used with SSE transport) | 3000 |
| TRANSPORT | No | Transport type: stdio or sse | stdio |
| YUGO_API_KEY | Yes | Your Yugo API key (contact support@yugo.finance) | |
| YUGO_BASE_URL | No | API base URL. Set to https://api.yugo.finance/api/v2 for production | https://sandbox-api.yugo.finance/api/v2 |
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 | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_payinsA | List Payins — Retrieve a paginated list of all Payins for the merchant — [GET /payins] |
| create_payinA | Create Payin — Create a new Payin resource - accepting funds from a Payer — [POST /payins] |
| get_payin_by_idA | Get Payin — Retrieve details of a specific Payin by its unique identifier — [GET /payins/{id}] |
| get_payoutsA | List Payouts — Retrieve a paginated list of all Payouts for the merchant — [GET /payouts] |
| create_payoutA | Create Payout — Create a new Payout resource - sending funds to a Recipient — [POST /payouts] |
| get_payout_by_idA | Get Payout — Retrieve details of a specific Payout by its unique identifier — [GET /payouts/{id}] |
| get_banksA | List Banks — Retrieve a paginated list of banks available for open banking payments — [GET /banks] |
| get_accountsA | List Accounts — Retrieve a paginated list of accounts with their balances — [GET /accounts] |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Yugo OpenAPI Specification | The full OpenAPI 3.1 specification for the Yugo Payments API. Inspect to see all available endpoints, schemas, and parameters. |
| Supported Payment Rails & Currencies | Reference data for available payment methods, settlement methods, and supported currencies. |
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/georgi-shulev/yugo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server