junto-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WOOVI_APP_ID | Yes | API key for the Woovi/OpenPix provider | |
| JUNTO_PER_TX_MAX | No | Max single transaction in cents | 20000 |
| JUNTO_DAILY_LIMIT | No | Max total spend per day in cents | 50000 |
| JUNTO_CONFIRM_ABOVE | No | Ask human before sending if the amount in cents exceeds this threshold | 5000 |
| JUNTO_ALLOWED_PROVIDERS | No | Comma-separated allowlist of providers | |
| JUNTO_ALLOWED_DESTINATIONS | No | Comma-separated type allowlist of destinations |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| payC | Send money to a destination via the best available provider. Amount in cents. |
| chargeC | Create a payment request, invoice, or QR code. |
| statusB | Check payment or charge status by correlation ID. |
| refundB | Refund a completed payment by correlation ID. |
| balanceB | Check available funds on a payment provider. |
| providersA | List configured payment providers and their capabilities. |
| limitsA | Check current spending limits and today's usage (all values in cents). |
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
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/vrllrv/junto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server