Client Setup
Step-by-step guides for connecting popular MCP-compatible chatbots to your Moneysaurus data.
Add to claude_desktop_config.json under mcpServers:
"moneysaurus": {
"url": "https://api.moneysaurus.id/api/v1/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}For live push notifications, clients that support Server-Sent Events can connect to
https://api.moneysaurus.id/api/v1/mcp/sse. Clients without SSE fall back to polling list_pending_notifications.