MCP Platform · Now Available

Give Your AI Agent
Eyes

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.

Install from npm See how it works

Works with any MCP client

Claude Code · Cursor · Windsurf · Cline · Continue

How it works

Your agent does the work.
You get the report.

perceptdot sits between your AI agent and your external services. No dashboards to check. No manual analysis. Just answers.

Step 01
🔌

Install perceptdot MCP

Add perceptdot to your Claude Code or Cursor config in under 60 seconds. No signup required for the free tier.

Step 02
👁️

Agent reads live data

Your agent calls perceptdot tools to pull GA4 traffic, Vercel deployment status, and performance metrics in real time.

Step 03
📊

ROI report delivered

perceptdot calculates what the agent's work actually saved — time, cost, tokens — and delivers a clear summary to you.

Features

Everything your agent needs
to see the full picture

Built as lightweight MCP servers. Each integration is independent — install only what you need.

📈

GA4 Integration

Real-time pageviews, sessions, conversion rates, and top pages — queryable directly from your AI agent.

🚀

Vercel Deployment Tracking

Monitor deployment status, build times, edge function errors, and rollbacks without leaving your editor.

🪙

Token Savings Tracking

perceptdot measures how much context it saved your agent by providing structured data instead of raw HTML scraping.

📋

Automatic ROI Reports

At the end of each session, get a plain-language summary of what the agent accomplished and what it cost.

🐛

Sentry Error Tracking

Unresolved issues, stack traces, event counts, and 24h/7d/30d stats — your agent catches bugs before you do.

🐙

GitHub Repository Monitoring

Open PRs, review status, CI/CD workflow runs, and issues — full repo visibility without leaving your agent.

Pricing

Start free. Scale when you need it.

No credit card required for the free plan. Upgrade only when your agent outgrows it.

Free
$0
Forever free. No card required.
  • 1 integration (GA4 or Vercel)
  • 100 API calls / day
  • Basic ROI summary
  • Multiple integrations
  • Unlimited calls
  • Team access
Get Started Free
Team
$49/mo
For teams with multiple agents.
  • Everything in Pro
  • Up to 5 team members
  • Shared ROI dashboard
  • Aggregated agent reports
  • Webhook notifications
  • Custom integration support
Contact Us

Install

Up and running in 60 seconds

perceptdot ships as standard MCP servers. Install the packages, add the config, and your agent gains new senses.

1 — Install the packages

Terminal
npm install -g @perceptdot/ga4 @perceptdot/vercel @perceptdot/sentry @perceptdot/github

2 — Add to Claude Code config

~/.claude/claude_desktop_config.json
{
  "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

Example prompts
# 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

Common questions

Everything you need to know before your agent takes its first look at the world.

No. perceptdot is account-free. You get an API key when you subscribe — paste it into your agent's config and you're done. No passwords, no dashboards.
Your agent loads perceptdot as an MCP server. Once loaded, it can call tools like ga4_realtime, vercel_deployments, or sentry_issues directly — no human in the loop.
Any MCP-compatible client: Claude Code, Cursor, Windsurf, Cline, and more. If it speaks MCP, it works with perceptdot.
You receive 5 API keys — one per seat. Share each key with a team member. They add it to their agent config. No invitations, no logins required.
Check your receipt email. It contains a link to your customer portal where you can upgrade, downgrade, or cancel — no login needed.
No. perceptdot calls your services (GA4, Vercel, etc.) directly and returns data to your agent. Nothing is stored on our servers.
Your API key stays in your local config file (.mcp.json). It never leaves your machine except to authenticate with perceptdot. Treat it like a password.
After 100 API calls/day, your agent receives a structured message explaining the limit and a link to upgrade. It won't crash — it gracefully notifies.
Yes. Call 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.
GA4 (analytics), Vercel (deployments), Sentry (errors), and GitHub (PRs, workflows, issues). More integrations ship every sprint — check the changelog at github.com/perceptdot.