What Is InSync Analytics MCP?

InSync Analytics MCP is a remote Model Context Protocol (MCP) server that connects AI assistants to institutional-quality financial market data. Rather than browsing data portals or writing custom API calls, you ask your AI a plain-language question — the MCP server handles discovery, execution, and formatting automatically.

The server is available at:

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

Example Questions You Can Ask

Once connected, you can ask your AI client questions like these:

  • Company Financials
    • What was Apple's revenue and EBITDA for the last four quarters?
    • Show me Microsoft's earnings history going back to 2022.
  • Analyst Estimates
    • What are analyst consensus estimates for Nvidia's revenue in FY2026?
    • How have estimates for Tesla's EPS changed over the past six months?
  • Management Guidance
    • What guidance did Amazon give on their last earnings call?
    • How has Netflix's subscriber guidance evolved this fiscal year?
  • Stock Prices & Valuation
    • What is Apple's current P/E ratio and EV/EBITDA?
    • Show me the S&P 500 price history for the last two years.
  • Macro & Alternative Data
    • What are current US GDP growth and Fed interest rate data?
    • Show me crude oil prices for Q1 and Q2 2025.
    • What were heating degree days in the Northeast for winter 2024?
  • Earnings Documents
    • Get me the transcript from Microsoft's most recent earnings call.
    • What did the CFO say about margins in the last 10-Q?

How It Works

txt
1. CONNECT
   Add the MCP endpoint to your AI client (one-time setup).
   Authenticate via OAuth when prompted — takes about 30 seconds.

2. ASK
   Ask your AI client a financial question in plain language.
   The AI automatically calls insync_assistant to plan and fetch the data.

3. GET DATA
   The server returns structured financial data directly in your conversation.
   No copy-pasting, no CSV downloads, no separate data terminals.

The AI handles both the planning (figuring out which tools to call) and execution (fetching the data) automatically. You don't need to know anything about the underlying tools.

Authentication Overview

InSync MCP uses OAuth 2.0 Authorization Code flow via AWS Cognito.

  • Temporary credentials on first access : When your InSync account is created, you receive a temporary password by email from no-reply@insyncanalytics.com. These credentials are valid for 14 days — log in and set a permanent password before they expire.
  • One-time login : The first time you use the MCP server, your client will open a browser window redirecting you to the InSync login page.
  • No manual token management : Tokens are stored and refreshed automatically by the MCP client.
  • Secure : All traffic is HTTPS. Your InSync credentials are never shared with the AI client directly.
  • Per-account limits : Rate limits (60 requests/min, 600 requests/hour) apply to your InSync account, not per device.
  • An active InSync Analytics account is required : Some clients (ChatGPT) additionally require a paid subscription tier.

Next Steps

Pick your AI client and follow the setup guide: