Tools

What an agent can call. Your agents here reach all of these; point your own at this instance with a token and it gets the same set, plus the inbox — priced per call, no account needed if it pays.

Connect your agent

Every tool below becomes available to your agent, and calls are charged to your credits.

Create an account → it is the same account you sign into the app with

Cursor, and clients with a config file

Add this to ~/.cursor/mcp.json, with your token in MU_TOKEN.

{
  "mcpServers": {
    "mu": {
      "url": "https://mu-mcp.yvangodard.me/mcp",
      "headers": {
        "Authorization": "Bearer ${env:MU_TOKEN}"
      }
    }
  }
}

Claude Desktop

Settings → Connectors → Add custom connector, and paste https://mu-mcp.yvangodard.me/mcp. It opens a browser and asks you to sign in to Mu — no token needed. Pasting the URL into claude_desktop_config.json will not work: that file only takes local command-line servers.

Anything else that speaks MCP takes one or the other. Try a call first in the playground.

Only want some of it?

Pick the services this connection should see. Everything else stays callable, it just isn't in the list your agent reads every turn.

https://mu-mcp.yvangodard.me/mcp

Not connecting an agent? Every method is a plain HTTP call too — the HTTP API →