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
Generate an API key
Go to Settings → API Keys in Chartcastr and create a new key.
Add to Claude Code
Paste the config below into .claude/settings.local.json in your project.
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
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.






