Connect Claude Code CLI

MCP Endpoint

URL
https://ai-mcp.insyncanalytics.com/mcp

Add the server

Run this command in your terminal:

bash
claude mcp add insync-analytics --transport http https://ai-mcp.insyncanalytics.com/mcp

This registers the server at the user level (available in all your projects). That's it — no config file to edit manually.

Authentication Flow

The first time you send a financial data query, Claude Code will:

  1. Detect that the server requires OAuth authentication.
  2. Open a browser window redirecting you to the InSync login page.
  3. After you log in, redirect back to the terminal session.
  4. Store your token securely for future use.

Subsequent requests authenticate silently. Tokens refresh automatically.

Useful Commands

Command What it does
claude mcp list List all registered MCP servers
claude mcp get insync-analytics Show config details for the server
claude mcp remove insync-analytics Remove the server

Scope Options

By default, claude mcp add registers the server at user scope (your ~/.claude/ config), making it available in every project.

To register it for a specific project only (writes to .mcp.json in the current directory):

bash
claude mcp add insync-analytics --transport http https://ai-mcp.insyncanalytics.com/mcp --scope project

Use project scope when you want to commit the MCP configuration to a repository so teammates automatically get the server when they open the project.

Verification

After adding, run:

bash
claude mcp list

You should see insync-analytics in the list with the endpoint URL. Then start Claude Code and ask: "What financial data tools are available?"