J.Jupid Docs
MCP for Jupid users

MCP quickstart

Add the hosted Jupid MCP endpoint to an MCP-capable agent client.

Connect your AI client, complete Jupid authorization, then verify a real tool call. Before starting, sign in to Jupid and select the business whose data you want the assistant to use. Your client must support remote MCP over Streamable HTTP with OAuth, and your workspace must allow custom servers.

The hosted server URL is the same for everyone:

https://backend.jupid.com/mcp

The client opens Jupid sign-in in the browser the first time it connects. Client menu names and plan availability change; each tab links to the current client documentation.

1. Add the server

Run:

claude mcp add --transport http jupid https://backend.jupid.com/mcp

Then type /mcp in Claude Code and complete the OAuth flow.

Claude Code MCP instructions.

2. Verify the connection

Confirm the client's server view shows Jupid as connected and its tools are enabled for the current conversation. The server exposes 17 tools; client policies may enable only a subset.

Ask a question that requires Jupid data:

What data is connected to Jupid?

Then try a finance question:

What was my biggest expense last month?

The first answer should use tools such as getProfile and listAccounts and match the business you selected in Jupid. The finance answer should use transaction tools and return app links. An empty account list can be a valid result for a business with no connected data.

If the assistant answers without tools, or you see the wrong business, follow Troubleshooting.

Next steps

  • Browse the tool catalog — every tool with inputs, outputs, and example questions.
  • Billing changes, payment methods, and account settings stay in the Jupid web app; the MCP billing tool reports your own subscription and returns a link.
  • To disconnect later, see Troubleshooting.

On this page