Skip to main content

Quickstart

Get up and running with Cube2 for MetrePay in under 10 minutes.

Prerequisites​

  • An LLM tool that supports MCP (Claude Desktop, Cursor, etc.)
  • Python 3.13+ with uv package manager

Step 1: Configure Your LLM Tool​

Add cube2_metrepay to your MCP configuration:

{
"mcpServers": {
"cube2_metrepay": {
"command": "/path/to/uv",
"args": [
"--directory",
"/path/to/metrepay/cube_2_metrepay",
"run",
"assistant.py"
]
}
}
}

For detailed setup, choose your LLM tool:

Step 2: Test It​

  1. Open your LLM tool and type: "hi cube2"
  2. You should see the MetrePay Payment Links Integration welcome message
  3. Try a mapping request: "Map a payment link with amount and customer email"

See Test It → for more testing examples.

Step 3: Start Mapping​

Ask Cube2 to map your business scenarios:

RequestWhat It Does
"Map a single payment link"One-time payment via shareable link
"Map a STATIC subscription"Fixed-amount recurring payments
"Map a subscription modification"Change amounts or billing dates

What's Next?​