Documentation Index
Fetch the complete documentation index at: https://docs.chartcastr.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Cursor supports MCP servers from version 0.40 onwards. You can add Chartcastr as an MCP server so Cursor’s AI can read your account data when you ask it to.Prerequisites
- Cursor version 0.40 or later
- A Chartcastr account on any paid plan
- An API key from Settings → API Keys in your Chartcastr dashboard
Setup
1. Generate an API key
In Chartcastr, go to Settings → API Keys and create a new key.2. Add Chartcastr as an MCP server
You can configure MCP servers globally or per-project.- Global (all projects)
- Project-level
Create or edit
~/.cursor/mcp.json:YOUR_API_KEY with the key from step 1.
3. Enable the server in Cursor Settings
- Open Cursor Settings → MCP
- You should see
chartcastrlisted. Toggle it on. - Click Refresh if it doesn’t appear immediately.
4. Use it in Agent mode
Switch Cursor to Agent mode (not Ask or Edit). You can now reference Chartcastr tools in your prompts.Available Tools
| Tool | Description |
|---|---|
list_sources | List all data sources connected to your account |
list_destinations | List all configured destinations (Slack, email, etc.) |
list_connections | List all active chart delivery connections |
get_latest_pulse | Fetch the most recent AI analysis for a connection |
verify_connection | Confirm a connection is active |
open_chartcastr | Generate a deep link to open Chartcastr |
Example Prompts (in Agent mode)
- “List my Chartcastr sources”
- “Which of my connections are currently active?”
- “Get the latest pulse for my Xero connection”
Further Reading
- Cursor MCP docs — official setup guide
- Chartcastr API Keys — manage your keys

