Zeam Agents

MCP/AP2 front door for FX, Stellar path-pay, and on-chain receipts

AI Agent Discovery Portal

Agent Discovery Endpoints

๐Ÿค–

agent-services.json

Main discovery manifest

View Manifest โ†’
๐Ÿ”—

mcp.json

MCP protocol specification

View Manifest โ†’
๐Ÿ’ณ

ap2.json

AP2 payments protocol

View Manifest โ†’

Complete API Documentation

Full OpenAPI specification for seamless integration

๐Ÿ“š

OpenAPI Specification

Complete API documentation for all endpoints and schemas

Download API Spec

Quickstart Guide

Get started with OAuth2 client credentials authentication

1

Get Access Token

curl -s https://auth.zeam.money/oauth/token \
 -d grant_type=client_credentials \
 -d client_id=CLIENT_ID \
 -d client_secret=CLIENT_SECRET \
 -d scope="payments fx.read receipts.read"
2

Quote FX (ZAR โ†’ USDC)

curl -s https://api.zeam.money/mcp/fx/quote \
 -H "Authorization: Bearer ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"
 "base":"ZAR@Stellar",
 "quote":"USDC@Ethereum",
 "amount":"100.00",
 "side":"sell"
 }'
3

Execute Stellar Path Payment

curl -s https://api.zeam.money/mcp/payments/pathpay \
 -H "Authorization: Bearer ACCESS_TOKEN" \
 -H "Content-Type: application/json" \
 -d '{"
 "source_wallet":"GBKSLH65MPURUR5XRYD5W4FHYNCLOVJ...",
 "dest_wallet":"GCKNFDRD7HK2YJEB3T...",
 "send_asset":"ZAR@Stellar",
 "dest_asset":"USDZ@Stellar",
 "amount":"10.00",
 "quote_id":"QUOTE_ID_FROM_STEP_2"
 }'
4

Get Receipt

curl -s https://api.zeam.money/mcp/receipts/TX_ID \
 -H "Authorization: Bearer ACCESS_TOKEN"

Capabilities

๐Ÿ’ŽSupported Assets

ZARZ@Stellar - South African Rand
USDZ@Stellar - US Dollar
EURZ@Stellar - Euro
XAUZ@Stellar - Gold
BTCZ@Stellar - Bitcoin

๐Ÿš€Available Services

Settlement: Stellar Path Payments (SDEX)
Proofs: on-chain tx hash + explorer URL
FX Quotes: Real-time exchange rates
Mandates: Recurring payment authorization