Skip to main content
Home/MCP Server/Client Setup

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.

We use cookies for authentication and to improve your experience. By continuing to use this site, you accept our use of cookies.

|