kubera.com
Kubera is a personal finance and portfolio tracking service that aggregates assets, liabilities, and net worth information. It lets users view and export their portfolio data and connect that data to AI assistants.
Kubera exposes a portfolio data HTTP API plus MCP servers at `https://api.kubera.com/api/v1/mcp` and `https://api.kubera.com/api/v2/mcp`; the MCP surfaces use OAuth (v1) or an API/MCP token via `Authorization: Basic` (v2), while the HTTP API is documented publicly but its exact request auth mechanics could not be confirmed from the accessible docs.
- Kubera MCP Server v1detected
- Kubera MCP Server v2discovered
- Kubera Data APIdiscovered
In Kubera on desktop, go to Settings > API and choose Create New API Key / MCP Token. Kubera's help docs point to Kubera API for API access and MCP Setup Guide for MCP clients; both indicate the token is created from Settings > API. Use the generated token directly for MCP clients that ask for an API key, or send it in the Authorization header as Basic <token> where required.
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing