What is the Scope Analytics MCP server?
Install + query Scope analytics from an AI coding agent (Claude Code, Cursor, etc.).
How to install Scope Analytics
Copy-paste configuration for popular MCP clients.
SCOPE_API_KEYrequiredsecretYour Scope project SECRET key (sk_...), from the Scope dashboard at https://scopeai.dev.
SCOPE_API_BASEScope backend base URL. Optional; defaults to https://api.scopeai.dev.
{
"mcpServers": {
"scope-analytics-mcp": {
"command": "uvx",
"args": [
"scope-analytics-mcp"
],
"env": {
"SCOPE_API_KEY": "<YOUR_SCOPE_API_KEY>",
"SCOPE_API_BASE": "<YOUR_SCOPE_API_BASE>"
}
}
}
}{
"mcpServers": {
"scope-analytics-mcp": {
"command": "uvx",
"args": [
"scope-analytics-mcp"
],
"env": {
"SCOPE_API_KEY": "<YOUR_SCOPE_API_KEY>",
"SCOPE_API_BASE": "<YOUR_SCOPE_API_BASE>"
}
}
}
}{
"mcpServers": {
"scope-analytics-mcp": {
"command": "uvx",
"args": [
"scope-analytics-mcp"
],
"env": {
"SCOPE_API_KEY": "<YOUR_SCOPE_API_KEY>",
"SCOPE_API_BASE": "<YOUR_SCOPE_API_BASE>"
}
}
}
}{
"servers": {
"scope-analytics-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"scope-analytics-mcp"
],
"env": {
"SCOPE_API_KEY": "<YOUR_SCOPE_API_KEY>",
"SCOPE_API_BASE": "<YOUR_SCOPE_API_BASE>"
}
}
}
}claude mcp add scope-analytics-mcp --env SCOPE_API_KEY=<YOUR_SCOPE_API_KEY> --env SCOPE_API_BASE=<YOUR_SCOPE_API_BASE> -- uvx scope-analytics-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.