Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Agent Watch
Agent Watch logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 7:51:20 PM

Agent Watch

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

Monitoring for the agent economy β€” liveness, latency, trust scoring for MCP endpoints

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "agent-watch": {
      "url": "https://agent-watch-api-production.up.railway.app/v1/census"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Agent Watch β€” Monitoring for the Agent Economy

Continuous liveness, latency, schema-drift, auth-posture, and price-integrity monitoring for MCP endpoints and paid agent services (x402/MPP).

We ran a full liveness census of the official MCP registry: 7,454 endpoints probed, 65.6% dead. Live census data β†’

Live API Status page MCP Registry

Try it in 30 seconds β€” no signup

Probe any MCP endpoint from your browser: status page β†’ probe widget

Or curl:

Terminal
curl -X POST https://agent-watch-api-production.up.railway.app/v1/probe \
  -H "Content-Type: application/json" \
  -d '{"url":"https://any-mcp-endpoint.com/mcp/"}'

Install (MCP clients)

Add to your MCP client config (Claude Desktop, Cursor, any streamable-http client):

config.json
{
  "mcpServers": {
    "agent-watch": {
      "url": "https://agent-watch-api-production.up.railway.app/mcp/"
    }
  }
}

Tools: aw_health, aw_check_endpoint, aw_census, aw_list_monitored, aw_alerts, aw_watch (watchlists with plan quotas).

Agent-facing API reference: llms.txt

Pricing

TierEndpointsPrice
Free5$0
Builder50 + history + alerts$19/mo
Team500 + full API$99/mo

Pay β†’ onboarding email β†’ POST /v1/watch with your endpoints β†’ 6-hourly probe cron β†’ alerts when one goes down or its tool schema drifts.

Architecture

  • Probe engine (probes/probe_engine.py): real MCP initialize handshake β†’ tools/list, p50/p95 latency, tool-schema hash (drift detection), RFC 9728 auth-metadata check. Fallback HTTP-402 probe for paid non-MCP services.
  • REST API (api_server.py, FastAPI): /health, /v1/probe, /v1/census, /v1/endpoints, /v1/alerts, /v1/watch, /v1/cron/probe, /stripe/webhook, hosted streamable-http MCP at /mcp/.
  • Boot seeding (census_seed.py): the full registry census ships as code β€” fresh containers boot with 7,454 endpoints of liveness data, no network needed.
  • Grantwatch (grantwatch/): OAuth scope-drift monitoring for Google Workspace tenants (findings only, never graded; authority-gated).

Trust scoring

compute_trust_score() turns probe history into a 0–100 / A–F score: uptime (40), schema stability (15), auth posture (10), price stability (10). Honest states: alive / dead / unknown (auth-gated β€” server answered, liveness unprovable without credentials). No fake GREEN states.


Project internals (internal doc below β€” public summary above)

Status: Two capabilities, two different maturity levels (see below). Frame card: frame-card.md (original MCP-monitoring scope). Grantwatch's own design/plan live in the parent AI-Workbench repo: docs/superpowers/specs/2026-09-05-grantwatch-oauth-scope-monitoring-design.md and docs/superpowers/plans/2026-09-05-grantwatch-oauth-scope-monitoring.md. Sibling project: ~/AI-Workbench/projects/perimeter-watch/ β€” Agent Watch reuses Perimeter Watch's live Stripe account (GASPERMIT acct) rather than standing up new billing.

What this is

Agent Watch monitors the agent economy from two directions:

  1. Supply side (original, live in production): liveness, latency, schema-drift, price-integrity, and auth-posture monitoring for MCP registry endpoints and x402/paid agent services. "Is this endpoint alive and honest about what it does?"
  2. Demand side (Grantwatch, new, not yet customer-facing): for an SMB's own Google Workspace tenant, which third-party AI agents/apps hold OAuth grants, whether granted scope matches actual usage, and whether any grant looks abandoned or still-active-when-it-shouldn't-be. "Which AI agents did your employees let in, and are they behaving?"

Both are sold to the same buyer profile (SMB/MSP), reuse the same infrastructure pattern (probe/ingest β†’ baseline β†’ drift diff β†’ alert), and are packaged under one product, not two.

Capability 1: MCP/agent-endpoint monitoring (supply side)

Status: deployed and registry-listed. No paid tier wired yet.

PieceStatusEvidence
probe_engine.py β€” MCP handshake + latency + schema-hash + price-integrity + auth-metadata probeLIVEcompute_trust_score() produces a 0-100/A-F trust score for a monitored endpoint
REST API on RailwayLIVEhttps://agent-watch-api-production.up.railway.app β€” /health, /v1/probe, /v1/endpoints, /v1/alerts, /stats
CLI (repo/cli/agent-watch.py)BUILTadd/status/list/alert/history/scan
MCP server (repo/mcp/aw_mcp_server.py)BUILT, registry-listedserver.json β€” io.github.entradox/agent-watch, streamable-http remote
llms.txt (agent-facing API reference)LIVErepo/llms.txt
Public status pageLIVE/status, status.html
Stripe billingLIVEBuilder $19/mo + Team $99/mo payment links, HMAC-verified webhook fulfillment, onboarding email, plan-enforced watchlists (/v1/watch)

Resolved: the original frame card's metered billing went live 2026-09-07 (Builder/Team tiers, webhook fulfillment, onboarding email). Capability 1 is a shipped, monetized, registry-listed product.

Capability 2: Grantwatch β€” OAuth scope drift monitoring (demand side)

Status: engine complete on feature/grantwatch, Turing-approved (27/27 tests passing), not yet merged, not yet customer-facing.

PieceStatus
Tenant authorization gate (grantwatch/gate.py)DONE β€” mirrors Perimeter Watch's domains_authorized.txt pattern
Scope-diff engine (grantwatch/scope_diff.py)DONE β€” findings only, no score/grade by design
Google Workspace connector (grantwatch/connectors/google_workspace.py)DONE, mocked-tested only β€” real use requires Google OAuth restricted-scope verification (see below)
Microsoft 365 connector (grantwatch/connectors/microsoft365.py)DONE, built standalone, not wired into the audit flow β€” launch scope is Google Workspace only
Coverage disclosure (grantwatch/coverage.py)DONE β€” a monitoring gap is always stated, never hidden; no "cleared"/GREEN state anywhere in this codebase
Free "Shadow Agent Audit" lead magnet (grantwatch/shadow_audit.py)DONE
REST API wiring (/v1/grantwatch/audit on the existing api_server.py)DONE
Per-tenant credential pointer storage (grantwatch/credential_store.py)DONE β€” stores a path pointer, never the raw secret
Binding kill-criteria check (grantwatch/kill_criteria.py)DONE β€” K1: <5 free-audit-to-paid conversions by day 45; K2: <$200 MRR by day 90
Stripe billing (3 tiers: Starter $49, Growth $149, MSP $399/mo)NOT DONE β€” manual Stripe CLI step, requires the operator
Real-tenant end-to-end verificationNOT DONE β€” requires a real Google Workspace admin + service account setup

Hard rules (same discipline as Perimeter Watch)

  1. No customer tenant is ever scanned without written authority confirmation. The scan gate (tenants_authorized.txt) is the enforcement point.
  2. Read-only, always. Grantwatch never writes to a customer's tenant.
  3. No graded verdict, ever. No score, no percentage, no Red/Amber/Green badge β€” findings only, plus explicit coverage disclosure of what wasn't checked. This was a deliberate architecture decision after an adversarial review found that "cryptographic proof of correct agent behavior" overclaims what's actually observable (you can prove a log wasn't tampered with, not that it's complete).
  4. Kill criteria (K1/K2 above) are binding, matching Perimeter Watch's pattern.

Blocking conditions before scanning any real customer tenant (Morgan gate, 2026-09-05)

Logged to ~/.claude/team/gate-log.csv as decision=hold (approved-with-conditions). None of these block further engineering β€” they block Task 11 (first real tenant scan):

  • Google OAuth restricted-scope verification + CASA Tier 2 security assessment β€” admin.reports.audit.readonly is a Google Restricted Scope; using it against any tenant beyond an internal dev/test account requires this. Weeks-long, real cost. This is the longest-lead item and the most likely to affect launch timing β€” start it independent of any code work.
  • Microsoft Publisher Verification β€” recommended before selling the M365 tier (not yet built into the flow anyway).
  • Pre-consent clickwrap on the connect flow (Morgan drafted starter language; not yet built as a UI/flow).
  • "Limited Use" clause in a public Grantwatch privacy policy (doesn't exist yet).
  • Retention purge jobs implemented in code β€” 90-day rolling window on raw audit events, 15-day purge for the free one-time audit, 30-day post-cancellation purge for the app list. Turing-reviewed, not just documented policy.
  • Signed DPA with the first paying customer (lightweight template OK for MVP; real counsel required once any tenant has EU/UK employees or at Growth/MSP tier).
  • PII handling controls in the connector layer β€” actor_email encrypted at rest/in transit, excluded from logs/observability tools, excluded from any public "anonymized findings" marketing content.

Known gaps (honest, both capabilities)

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • AgentTrust logoAgentTrust

    MCP Server for Agent Reputation & Trust Scoring

    πŸ’» Developer Tools0 views
    Compare vs AgentTrust β†’
  • Agent Trust logoAgent Trust

    AI agent trust & reputation protocol β€” verify, score, route, compare, delegate. 18 tools.

    πŸ’» Developer Tools1 views
    Compare vs Agent Trust β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Twig logoTwig

    MCP server quality scoring and optimization for the agent economy.

    πŸ’» Developer Tools1 views
    Compare vs Twig β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Agent Watch

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "agent-watch": { "command": "npx", "args": ["-y", "Agent Watch"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAgent Watch AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/agent-watch?style=directory)](https://allmcps.com/mcp/agent-watch)
HTML Embed
<a href="https://allmcps.com/mcp/agent-watch"><img src="https://allmcps.com/api/badge/agent-watch?style=directory" alt="Agent Watch on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSSE (Remote)
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
36Quality signal: Fair Β· 36/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Agent Watch β†’Install in Claude DesktopInstall in CursorInstall in VS Code