Connect Cursor / VS Code

MCP Endpoint

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

Configuration Block

Both Cursor and VS Code use the same JSON structure:

json
{
  "mcpServers": {
    "insync-analytics": {
      "type": "http",
      "url": "https://ai-mcp.insyncanalytics.com/mcp"
    }
  }
}

Cursor Setup

Option A — One-Click Install (Recommended)

Click the link below to automatically add the InSync MCP server to Cursor: Install InSync MCP in Cursor

Option B — Settings UI
  1. Open Cursor.
  2. Go to SettingsMCP (in the sidebar).
  3. Click Add Server.
  4. Fill in:
    • Name: insync-analytics
    • Type: http
    • URL: https://ai-mcp.insyncanalytics.com/mcp
Option C — Config File
  1. Edit ~/.cursor/mcp.json (create it if it does not exist) and add the configuration block above.
  2. Restart Cursor after saving.

VS Code Setup

VS Code built-in MCP support requires version 1.99 or later.

Option A — One-Click Install (Recommended)

Click the link below to automatically install and configure the MCP server in VS Code: Install InSync MCP in VS Code

Option B — Manual Setup
  1. In your project (or globally), create or edit .vscode/mcp.json.
  2. Add the configuration block above.
  3. VS Code will detect the server automatically — no restart required.
  4. On first financial data query, a browser window opens for OAuth login.

To add globally (available in all workspaces), use the VS Code user settings path instead of .vscode/mcp.json. Refer to the VS Code MCP documentation for the user-level config file location on your OS.

Authentication Flow

Both clients handle OAuth the same way:
  1. First financial data request triggers authentication.
  2. Browser opens → InSync login page.
  3. Log in with your InSync Analytics credentials.
  4. Browser redirects back → session stored.

Verification

Ask your AI assistant: "What financial data tools are available?"

The assistant should invoke insync_assistant and return a description of available tools. In Cursor, you can also verify the server appears in Settings → MCP with a green status indicator.