Belmoney Integration Pack
MCP Server, Postman, YAML & Slack Configuration
About this Pack
This section is for Belmoney and Belmoney's partners who want to:
- Explore and test the Belmoney API
- Use Cube2 as an MCP server to generate and maintain integrations
- Interact with Cube2 via Slack during projects
All resources on this page are designed for sandbox / POC use and can be adapted for production environments.
Files & Downloads
API Specification & Collections
Belmoney OpenAPI Spec (YAML)
Clean, public-facing OpenAPI spec with all tested operations and payloads.
Belmoney Postman Collection
Postman collection with sample requests/responses for the full "send payment" flow (PreRegister → Confirm → Status / Processing, etc.).
MCP / Cube2 Configuration
Cube2 Belmoney MCP Config
cube2-belmoney.mcp.json
Sample MCP server configuration to plug Cube2 (Belmoney) into your LLM environment.
Slack Integration
Cube2 Belmoney Slack Setup Guide
cube2-belmoney-slack-setup.md
Step-by-step instructions to add the Cube2 bot to your Slack workspace and connect it to the Belmoney MCP configuration.
What this MCP server does
- Knows the Belmoney RemittanceTransfer model and the core flows (e.g. PreRegister, Confirm, Status / Processing).
- Uses the Belmoney OpenAPI YAML and Postman collection as the source of truth.
- Helps LLMs:
- Generate mapping functions between partner data and Belmoney
- Produce typed request/response models
- Create end-to-end example flows for "send payment" and related operations
How Everything Fits Together
Here's a summary for new developers:
| Resource | Purpose |
|---|---|
| YAML + Postman collection | Understand the Belmoney API and test calls |
| MCP config (cube2-belmoney) | Connect your LLM tools (Claude, Cursor, etc.) to Cube2 with Belmoney context preloaded |
| Slack bot | Collaborate with Cube2 directly from your project channels and generate mapping code, examples, and integration checklists |