https://ai-mcp.insyncanalytics.com/mcp
Run this command in your terminal:
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.
The first time you send a financial data query, Claude Code will:
Subsequent requests authenticate silently. Tokens refresh automatically.
| 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 |
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):
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.
After adding, run:
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?"
©Copyright 2025 InSync Analytics Corp. All Rights Reserved.