Model Context Protocol

Connect Bluu to your AI assistant.

Bluu exposes an MCP server. Connect Claude, ChatGPT or any compatible assistant to your account to check your wealth and log transactions by chat. You confirm every write in Bluu before it's saved.

Connection details

The production endpoint is being verified. The URL is public: paste it as-is into your assistant.

Server URL
https://api.bluulabs.com/api/v1/mcp
Client ID
bluu-mcp

The Client Secret stays empty: it's a public client using PKCE.

Step by step

How to connect it

  1. In your assistant, look for “Connectors”, “Custom connectors” or “MCP” and choose to add a new one.

  2. In the “Remote server URL” field, paste the server URL.

  3. When it asks for a Client ID, paste the one above. Leave the Client Secret EMPTY: it's a public client.

  4. A Bluu window opens for you to sign in and authorize access. Review the permissions and approve.

  5. Done: you're back in your assistant, connected. Ask it “show me this month's transactions” to test.

The Client Secret stays empty

Bluu uses a public client with PKCE. If your assistant shows an error trying to “register automatically”, that's expected: enter the Client ID by hand and leave the secret blank.

Your writes are always confirmed

Logging an expense or importing a statement by chat always asks you to confirm in Bluu before it's saved. The assistant proposes, you approve.

Permissions

What you authorize

  • bluu:readVer tus Spaces, transacciones y resúmenes
  • bluu:writeRegistrar transacciones e importar extractos

    Siempre con tu confirmación

Per-client setup

Ready-to-paste examples

Exact steps vary by assistant. These are common starting points.

Claude Desktop

Add this entry to your file and restart Claude Desktop.

{
  "mcpServers": {
    "bluu": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://api.bluulabs.com/api/v1/mcp"]
    }
  }
}

Claude web, ChatGPT or Cursor

Add a remote connector and paste the server URL and Client ID above. Leave the Client Secret empty.

Don't have a Bluu account yet?

MCP connects to your account. Create yours, or write us if you have connection questions.