perceptdot connects Claude Code, Cursor, and Windsurf to your real-world services — GA4, Vercel, Sentry, GitHub — so your agent can see what's happening, measure ROI, and report back automatically.
Works with any MCP client
How it works
perceptdot sits between your AI agent and your external services. No dashboards to check. No manual analysis. Just answers.
Add perceptdot to your Claude Code or Cursor config in under 60 seconds. No signup required for the free tier.
Your agent calls perceptdot tools to pull GA4 traffic, Vercel deployment status, and performance metrics in real time.
perceptdot calculates what the agent's work actually saved — time, cost, tokens — and delivers a clear summary to you.
Features
Built as lightweight MCP servers. Each integration is independent — install only what you need.
Real-time pageviews, sessions, conversion rates, and top pages — queryable directly from your AI agent.
Monitor deployment status, build times, edge function errors, and rollbacks without leaving your editor.
perceptdot measures how much context it saved your agent by providing structured data instead of raw HTML scraping.
At the end of each session, get a plain-language summary of what the agent accomplished and what it cost.
Unresolved issues, stack traces, event counts, and 24h/7d/30d stats — your agent catches bugs before you do.
Open PRs, review status, CI/CD workflow runs, and issues — full repo visibility without leaving your agent.
Pricing
No credit card required for the free plan. Upgrade only when your agent outgrows it.
Install
perceptdot ships as standard MCP servers. Install the packages, add the config, and your agent gains new senses.
1 — Install the packages
npm install -g @perceptdot/ga4 @perceptdot/vercel @perceptdot/sentry @perceptdot/github
2 — Add to Claude Code config
{
"mcpServers": {
"perceptdot-ga4": {
"command": "npx",
"args": ["@perceptdot/ga4"]
},
"perceptdot-vercel": {
"command": "npx",
"args": ["@perceptdot/vercel"]
},
"perceptdot-sentry": {
"command": "npx",
"args": ["@perceptdot/sentry"]
},
"perceptdot-github": {
"command": "npx",
"args": ["@perceptdot/github"]
}
}
}
3 — Ask your agent anything
# In Claude Code or Cursor:
"How many users visited the site today? What pages are they landing on?"
"Did the last Vercel deployment succeed? How long did it take?"
"Any unresolved Sentry errors from the last 24 hours?"
"List open PRs and which ones are approved and ready to merge."
"Give me an ROI summary of what you built this week."
FAQ
Everything you need to know before your agent takes its first look at the world.
ga4_realtime, vercel_deployments, or sentry_issues directly — no human in the loop..mcp.json). It never leaves your machine except to authenticate with perceptdot. Treat it like a password.percept_roi_summary at any time and your agent will summarize tokens saved, cost avoided, and time recovered — in plain language you can share with your team.