DataFast MCP
The DataFast MCP server lets MCP-compatible clients such as Codex, Claude Code, and Cursor query your analytics and manage your account through natural language.
Ads
Overview
The DataFast MCP server lets MCP-compatible clients such as Codex, Claude Code, and Cursor query your analytics and manage your account through natural language. It provides the same functionality, permissions, and safety checks as the REST API and CLI. It uses Streamable HTTP at https://datafa.st/api/mcp. Open Account Settings → API / MCP, choose which websites and permissions the client can access, then create a token. Copy the dft_ token when it appears—you will use it in the next step, and it is only shown once.
Installation
claude mcp add --transport http datafast https://datafa.st/api/mcp --header "Authorization: Bearer dft_xxx"
Configuration
{
"mcpServers": {
"datafast": {
"url": "https://datafa.st/api/mcp",
"headers": {
"Authorization": "Bearer dft_xxx"
}
}
}
}Capabilities
- Query analytics overview
Ask for site-wide metrics like visitors, pageviews, and trends via `datafast_analytics_overview`.
- List websites
Retrieve all websites your token can access with `datafast_websites_list` for quick reference.
- Manage goals and funnels
Create, update, or inspect conversion goals and funnels to track user journeys.
- Review visitor details
Pull individual visitor sessions and behavior data for deeper analysis.
- Check integration status
Verify whether payment or other integrations are connected, without exposing credentials.
- Preview sensitive actions
Request a dry-run preview of irreversible operations like deletes or key minting before confirming with `confirm: true`.
Tags
- anthropic
- llm
- ai-model
- documentation
- document
Related MCP servers
Metabase
OfficialOfficial Metabase MCP server for searching data, building queries on the semantic layer, and visualizing results through MCP clients.
AWS CloudTrail
OfficialThis AWS Labs Model Context Protocol (MCP) server for CloudTrail enables your AI agents to query AWS account activity for security investigations, compliance auditing, and operational troubleshooting.
AWS Bedrock KB Retrieval
OfficialQuery Amazon Bedrock Knowledge Bases using natural language to retrieve relevant information from your data sources.
AWS CDK
OfficialGet prescriptive CDK advice, explain CDK Nag rules, check suppressions, generate Bedrock Agent schemas, and discover AWS Solutions Constructs patterns.