Connect Any AI Tool to Your Data
Use Model Context Protocol (MCP) to give Claude, ChatGPT, and other AI tools direct access to your data. Ask questions in natural language, get instant insights—no SQL required.
Overview
Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to external data sources and tools. Our MCP integration makes your data accessible to any MCP-compatible AI tool.
Instead of copying data into chat interfaces or writing complex SQL queries, your AI assistant can directly query, analyze, and visualize your data using natural language.
Key Benefits:
- Real-time access to your latest data
- Natural language queries—no SQL knowledge needed
- Secure, read-only access with granular permissions
- Works with Claude, ChatGPT, and any MCP-compatible AI
- Instant insights without context switching
Benefits
Instant Data Access
Ask questions about your data in natural language. Your AI assistant retrieves and analyzes the data in real-time.
Powered by AI
Leverage the intelligence of Claude, ChatGPT, or your preferred AI tool to gain insights from your data.
Universal Compatibility
Works with any MCP-compatible AI tool. Connect once, use everywhere.
Secure by Design
Read-only access with workspace-level permissions. Your data stays safe and private.
Always Up-to-Date
Real-time data sync ensures your AI always works with the latest information.
Team Collaboration
Share workspace access with your team. Everyone gets AI-powered data insights.
Getting Started
Install the MCP Server
Install our MCP server package using npm. This server acts as a bridge between AI tools and your data.
npm install -g @agentsfordata/mcp-server
Generate an API Key
Go to your workspace settings in Agents for Data and create a new API key with read permissions. Keep this key secure.
Configure Your AI Tool
Add the MCP server to your AI tool configuration. For Claude Desktop, edit your config file:
{
"mcpServers": {
"agentsfordata": {
"command": "agentsfordata-mcp",
"args": ["--api-key", "YOUR_API_KEY_HERE"]
}
}
}
Start Analyzing
Open your AI tool and start asking questions about your data. The AI will automatically query your datasets and provide insights.
Use Cases
Business Intelligence
Ask "What were our top selling products last quarter?" and get instant answers with visualizations.
Data Exploration
Quickly explore new datasets by asking questions. Understand your data structure and contents without writing queries.
Ad-Hoc Analysis
Get quick answers to business questions without waiting for scheduled reports or analyst availability.
Report Generation
Ask AI to generate comprehensive reports with charts, statistics, and insights from your data.
Trend Detection
Identify patterns and trends across time periods by asking natural language questions.
Technical Documentation
1System Requirements
<ul>
<li><strong>Node.js:</strong> v16 or higher</li>
<li><strong>MCP-compatible AI tool:</strong> Claude Desktop, ChatGPT with MCP support, or custom client</li>
<li><strong>Network:</strong> Internet connection for API access</li>
<li><strong>API Key:</strong> Valid Agents for Data API key with appropriate permissions</li>
</ul>
2Configuration Options
<p>The MCP server supports several configuration options:</p>
<ul>
<li><code>--api-key</code>: Your Agents for Data API key (required)</li>
<li><code>--workspace</code>: Workspace ID or identifier (optional, defaults to primary workspace)</li>
<li><code>--timeout</code>: Query timeout in seconds (default: 30)</li>
<li><code>--log-level</code>: Logging level (debug, info, warn, error)</li>
</ul>
# With workspace selection
agentsfordata-mcp --api-key YOUR_KEY --workspace my-company
# With custom timeout
agentsfordata-mcp --api-key YOUR_KEY --timeout 60
3Supported AI Tools
<p>Our MCP integration works with any tool that supports the Model Context Protocol standard:</p>
<ul>
<li><strong>Claude Desktop:</strong> Full support with native integration</li>
<li><strong>ChatGPT:</strong> Via MCP plugin (coming soon)</li>
<li><strong>Custom Applications:</strong> Use our MCP client library</li>
</ul>
4Security & Permissions
<p>Security is our top priority:</p>
<ul>
<li><strong>Read-Only Access:</strong> MCP connections can only read data, never modify it</li>
<li><strong>API Key Authentication:</strong> All requests require a valid API key</li>
<li><strong>Workspace Isolation:</strong> Each API key is scoped to specific workspaces</li>
<li><strong>Audit Logs:</strong> All MCP queries are logged for security monitoring</li>
<li><strong>Rate Limiting:</strong> Automatic rate limiting prevents abuse</li>
</ul>
Frequently Asked Questions
Ready to Connect Your AI Tools?
Start using MCP integration today. Connect Claude, ChatGPT, or any AI tool to your data in minutes.