Model Context Protocol

Chartcastr in Claude Code

Connect Claude Code to Chartcastr via MCP and query your sources, connections, and AI analysis directly from your terminal — no browser required.

Connect in 3 steps

1

Generate an API key

Go to Settings → API Keys in Chartcastr and create a new key.

2

Add to Claude Code

Paste the config below into .claude/settings.local.json in your project.

3

Ask Claude anything

Run /mcp to reload, then start asking Claude about your data.

Your config snippet

Add this to .claude/settings.local.json (gitignored — safe to put your API key here):

{
  "mcpServers": {
    "chartcastr": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.chartcastr.com/api/mcp",
        "--header",
        "X-API-Key:YOUR_API_KEY"
      ]
    }
  }
}

Replace YOUR_API_KEY with the key you generated in step 1.

What you can ask

list_sources

List every data source connected to your account

list_connections

See all active chart delivery connections and schedules

get_latest_pulse

Fetch the most recent AI analysis from any connection

verify_connection

Confirm a connection is live and delivering

Example prompts

What data sources do I have in Chartcastr?
Show me all my active connections and their schedules.
What did the latest pulse say about my HubSpot connection?
Is my Google Sheets → Slack connection still running?
Free to connectRead-only by defaultWorks locally too

Your data, in your terminal.

Chartcastr delivers AI analysis to Slack and email — and now to Claude Code via MCP.

No card required. Setup in 3 minutes.

Chartcastr