How to Use the Charity Navigator MCP in Cursor
Inject live Charity Navigator data directly into your code with Cursor's agent.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Charity Navigator MCP to Cursor
Create your Vinkius account to connect Charity Navigator to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build with real nonprofit data
Stop using mock data for your charity-focused app. Tell the agent to hit the `search_charities` tool and write the code that handles the live API response. You get working code that uses real nonprofit information from day one. This is perfect for building donation features or internal dashboards. You can test your logic against actual data structures for charity names, EINs, ratings, and financial summaries.
Automate data gathering scripts
Need to pull data for a specific list of nonprofits? Give the agent the EINs and have it call `get_charity` for each one. It can generate a script to pull mission statements, websites, and financial data into a CSV or JSON file. You can also use `get_charity_ratings` and `get_charity_advisories` to automatically flag any organizations with poor ratings or active warnings. This MCP Server makes quick work of data-heavy research tasks.
Explore the API without leaving your editor
Instead of reading API docs, just ask the agent what's possible. Use `get_categories` to see all the available cause areas you can filter by. The agent can show you the exact structure of the data you'll get back. This makes discovery fast. You can figure out exactly what data you need from Charity Navigator and have Cursor's agent write the code to fetch it, all in one place.
Set up Charity Navigator MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Charity Navigator MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Charity Navigator transactions." If the MCP tools are loaded correctly, Cursor will call the Charity Navigator tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"charity-navigator-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Charity Navigator. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Charity Navigator MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Charity Navigator MCP today
We host it, we monitor it, we maintain it. You just paste one token.