The Jeeves MCP (Model Context Protocol) server provides a standardised way for compatible AI tools to access your Jeeves analytics data securely. This allows AI assistants to help you explore dashboards, run queries, analyse data, and generate insights directly from your environment.
What You Can Do with Jeeves MCP
Dashboards & Visualizations
- Browse and discover available dashboards
- View dashboard details, layouts, and cards
- Access visualizations and underlying data
- Track dashboard revision history
Data Analysis & Queries
- Execute saved cards and retrieve results
- Run custom SQL queries on connected databases
- Export results in CSV, Excel, or JSON formats
- Explore database schemas and table metadata
Content Discovery
- Search across dashboards, cards, and collections
- Browse collections and organizational structures
- Identify related content and dependencies
- Explore database tables and fields
User Management
- View users and their permissions
- Audit access levels and roles
Financial Operations
- Create bills for vendors and suppliers
- Send payments locally or internationally
- Manage accounts payable workflows
- Process bulk payments
Bulk Operations
- Create multiple cards in bulk
- Generate dashboard collections at scale
- Automate reporting workflows
Setup
Prerequisites
- A compatible MCP client (such as Claude Desktop, Cursor, or VS Code with Continue)
- Your Jeeves MCP API key
Get Your API Key
- Log in to Jeeves
- Go to Settings → Product Settings
- Locate the MCP Integration section
- Copy your API key
Configure Your MCP Client
Add the following configuration to your MCP client:
{
"mcpServers": {
"jeeves": {
"url": "https://mcp.tryjeeves.com/mcp",
"apiKey": "YOUR_API_KEY_HERE"
}
}
}Restart your MCP client to activate the connection.
Authentication & Security
- API Key: Used to authenticate requests and inherits your existing Jeeves permissions
- Access Control: Only data you have permission to view is accessible
- Security Best Practice: Store your API key securely and do not expose it in code repositories
- Encryption: All data is transmitted over secure HTTPS
Troubleshooting
Connection Issues
- Confirm your API key is correct and active
- Check your configuration is valid JSON
- Restart your MCP client
Authentication Errors
- Regenerate your API key in Jeeves settings
- Ensure the API key is correctly added to your configuration
Permission Errors
- Verify your user account has the required access
- Contact your administrator if additional permissions are needed
Should you need any further assistance, please contact our support team.