Skip to content

Latest commit

 

History

History
385 lines (371 loc) · 100 KB

File metadata and controls

385 lines (371 loc) · 100 KB

MCP Server Safety Index v1

The MCP Server Safety Index is an evidence standard for MCP readiness. It is not a leaderboard and does not rank maintainers.

Each row links to a reproducible command, an action receipt, a JSON run artifact, and a Markdown report generated by MCP Observatory. The goal is to show which failure classes matter before teams let agents depend on MCP servers.

The safe attack simulation evidence checks metadata, schemas, and controlled canary surfaces only. It does not execute destructive payloads, contact external callback URLs, or claim exploitability from a static finding alone.

For the rules behind this page, see the Safety Methodology and the MCP Attack Simulator. For a smaller server-to-evidence map, see the MCP Receipt Graph.

Snapshot

  • Evaluated servers: 176
  • Ready for CI: 25
  • Needs review before production: 11
  • Unsafe default posture: 14
  • Not reproducible: 126
  • Latest run: 2026-08-21T00:14:17.871Z

Evaluations

# Server Category Verdict Action Receipt Failure Class Reproduce CI Gate Evidence Notes
1 Official everything server Reference Ready for CI allow Broad protocol surface npx -y @modelcontextprotocol/server-everything npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @modelcontextprotocol/server-everything" --sarif --schedule weekly JSON / report Zero-config official package; useful as a broad protocol baseline. public proof
2 Official sequential thinking server Reference Ready for CI allow Tool schema clarity npx -y @modelcontextprotocol/server-sequential-thinking npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @modelcontextprotocol/server-sequential-thinking" --sarif --schedule weekly JSON / report Zero-config official package.
3 Official memory server Reference / Memory Ready for CI allow Persistent state tools npx -y @modelcontextprotocol/server-memory npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @modelcontextprotocol/server-memory" --sarif --schedule weekly JSON / report Zero-config official package.
4 Official filesystem server Filesystem Needs review before production gate Sandboxed filesystem access npx -y @modelcontextprotocol/server-filesystem examples/filesystem-fixture npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @modelcontextprotocol/server-filesystem examples/filesystem-fixture" --sarif --schedule weekly JSON / report Runs against the checked-in harmless fixture directory.
5 Filesystem MCP server Filesystem Needs review before production gate Temporary directory filesystem access npx -y @modelcontextprotocol/server-filesystem <safe-empty-temp-dir> npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @modelcontextprotocol/server-filesystem \"<safe-empty-temp-dir>\"" --sarif --schedule weekly JSON / report Safety Index generation creates an empty temporary directory for the server root and sanitizes that path from public artifacts.
6 Context7 Documentation / Search Needs review before production gate Prompt-injection-sensitive retrieval npx -y @upstash/context7-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @upstash/context7-mcp" --sarif --schedule weekly JSON / report Zero-config public package.
7 Promptopia Prompts Ready for CI allow Prompt/resource contract npx -y promptopia-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y promptopia-mcp" --sarif --schedule weekly JSON / report Uses the checked-in prompt fixture through package defaults.
8 Ref tools Developer Tools Ready for CI gate Prompt/tool inventory npx -y ref-tools-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y ref-tools-mcp" --sarif --schedule weekly JSON / report Zero-config public package.
9 Git MCP Server Developer Tools Needs review before production gate Git tool boundary npx -y @cyanheads/git-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @cyanheads/git-mcp-server" --sarif --schedule weekly JSON / report Zero-config public package. Keep tool invocation read-only unless a harmless fixture repository is added.
10 Official GitHub MCP server Developer Tools Needs review before production gate Write/merge tool boundary npx -y @modelcontextprotocol/server-github npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @modelcontextprotocol/server-github" --sarif --schedule weekly JSON / report Zero-config package; tool listing succeeds without a real GitHub token, so this check is safe to run in CI. Note: npm currently flags this package as deprecated/no longer supported by the publisher — treat this target as compatibility evidence, not an endorsement of the package's maintenance status.
11 UI5 MCP Server Developer Tools Ready for CI allow Framework tooling boundary npx -y @ui5/mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @ui5/mcp-server" --sarif --schedule weekly JSON / report Zero-config public package; tool listing works without private credentials or a project fixture.
12 OpenTofu MCP server Infrastructure Needs review before production gate Infrastructure tool surface npx -y @opentofu/opentofu-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @opentofu/opentofu-mcp-server" --sarif --schedule weekly JSON / report Zero-config public package.
13 Puppeteer MCP server Browser Automation Unsafe default posture quarantine Browser/code execution boundary npx -y puppeteer-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y puppeteer-mcp-server" --sarif --schedule weekly JSON / report Intentional browser evaluation is suppressed so remaining findings stay readable.
14 BrowserMCP Browser Automation Ready for CI gate Browser-control boundary npx -y @browsermcp/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @browsermcp/mcp" --sarif --schedule weekly JSON / report Zero-config public package. public proof
15 Microsoft Playwright MCP Browser Automation Unsafe default posture quarantine Browser/code execution boundary npx -y @playwright/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @playwright/mcp" --sarif --schedule weekly JSON / report Zero-config public package; security findings represent policy-review prompts, not a vulnerability claim.
16 AntV chart MCP server Visualization Ready for CI allow Artifact-producing tools npx -y @antv/mcp-server-chart npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @antv/mcp-server-chart" --sarif --schedule weekly JSON / report Zero-config public package. public proof
17 ExecuteAutomation Playwright MCP Browser Automation Unsafe default posture quarantine Startup/listing reproducibility npx -y @executeautomation/playwright-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @executeautomation/playwright-mcp-server" --sarif --schedule weekly JSON / report Evaluated as a public package; current result should be treated as a maintainer conversation starter. public proof
18 Flux159 Kubernetes MCP server Infrastructure / Kubernetes Unsafe default posture quarantine Command and cluster mutation boundary npx -y mcp-server-kubernetes npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y mcp-server-kubernetes" --sarif --schedule weekly JSON / report Zero-config public package. Evaluated without cluster credentials; findings are metadata and schema boundary prompts, not exploit claims.
19 Chrome DevTools MCP Browser Automation Unsafe default posture gate Browser/code execution boundary npx -y chrome-devtools-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y chrome-devtools-mcp" --sarif --schedule weekly JSON / report Zero-config public package; browser-control findings should be treated as policy-review prompts, not vulnerability claims.
20 Official Slack MCP server Communication Not reproducible rerun Message/channel boundary npx -y @modelcontextprotocol/server-slack npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @modelcontextprotocol/server-slack" --sarif --schedule weekly JSON / report Schema-only evaluation; full tool invocation requires a Slack token.
21 Official Google Drive MCP server Cloud Storage Not reproducible rerun Document/permission boundary npx -y @modelcontextprotocol/server-google-drive npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @modelcontextprotocol/server-google-drive" --sarif --schedule weekly JSON / report Schema-only evaluation; full tool invocation requires Google OAuth credentials.
22 Anthropic MongoDB MCP server Database Not reproducible rerun Data query/collection boundary npx -y @anthropic/mcp-server-mongodb npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-mongodb" --sarif --schedule weekly JSON / report Schema-only evaluation; full tool invocation requires a MongoDB connection string.
23 Anthropic Cloudflare MCP server Infrastructure Not reproducible rerun DNS/worker/deployment boundary npx -y @anthropic/mcp-server-cloudflare npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-cloudflare" --sarif --schedule weekly JSON / report Schema-only evaluation; full tool invocation requires Cloudflare API credentials.
24 Anthropic Qdrant MCP server Vector Database Not reproducible rerun Collection/point boundary npx -y @anthropic/mcp-server-qdrant npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-qdrant" --sarif --schedule weekly JSON / report Schema-only evaluation; full tool invocation requires a Qdrant cluster URL and API key.
25 Anthropic Vercel AI SDK MCP server AI/LLM Platform Not reproducible rerun Deployment/project boundary npx -y @anthropic/mcp-server-vercel-ai npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-vercel-ai" --sarif --schedule weekly JSON / report Schema-only evaluation; full tool invocation may require Vercel API credentials.
26 Anthropic Tavily Search MCP server Search Not reproducible rerun Search result boundary npx -y @anthropic/mcp-server-tavily npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-tavily" --sarif --schedule weekly JSON / report Schema-only evaluation; full tool invocation may require a Tavily API key.
27 Stripe MCP Payments / SaaS Not reproducible rerun Financial transaction tool boundary npx -y @stripe/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @stripe/mcp" --sarif --schedule weekly JSON / report Schema-only; requires Stripe API key for full scan. Tool listing exposes payment operations.
28 Notion MCP Productivity / Docs Needs review before production gate Page/database boundary npx -y @notionhq/notion-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @notionhq/notion-mcp-server" --sarif --schedule weekly JSON / report Schema-only; requires Notion API integration token for full scan.
29 Linear MCP Project Management Unsafe default posture gate Issue/project boundary npx -y mcp-server-linear npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y mcp-server-linear" --sarif --schedule weekly JSON / report Schema-only; requires Linear API key for full scan.
30 Figma MCP Design Needs review before production gate Design/file boundary npx -y figma-mcp-express npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y figma-mcp-express" --sarif --schedule weekly JSON / report Schema-only; requires Figma access token for full scan.
31 Firecrawl MCP Web Data / Search Unsafe default posture quarantine Web content ingestion boundary npx -y firecrawl-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y firecrawl-mcp" --sarif --schedule weekly JSON / report May work without auth for tool listing; full crawl operations require a Firecrawl API key.
32 Exa Search MCP Search Needs review before production gate Search result boundary npx -y exa-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y exa-mcp-server" --sarif --schedule weekly JSON / report Schema-only; full search requires an Exa API key.
33 Sentry MCP Observability Not reproducible rerun Issue/event boundary npx -y @sentry/mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @sentry/mcp-server" --sarif --schedule weekly JSON / report Schema-only; requires Sentry auth token for full scan.
34 Neon MCP Database Not reproducible rerun Database/branch boundary npx -y mcp-server-neon npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y mcp-server-neon" --sarif --schedule weekly JSON / report Schema-only; requires Neon API key and project ID for full scan.
35 Supabase MCP Backend / Database Not reproducible rerun Database/auth/admin boundary npx -y @supabase/mcp-server-supabase npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @supabase/mcp-server-supabase" --sarif --schedule weekly JSON / report Schema-only; requires Supabase access token for full scan.
36 Docker MCP Containers Unsafe default posture quarantine Container/image boundary npx -y mcp-server-docker npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y mcp-server-docker" --sarif --schedule weekly JSON / report Schema-only; requires Docker Desktop running for full scan. Tool listing may succeed without a running daemon.
37 Official PostgreSQL MCP server Database Needs review before production gate SQL query boundary npx -y @modelcontextprotocol/server-postgres postgres://localhost:5432/db npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @modelcontextprotocol/server-postgres postgres://localhost:5432/db" --sarif --schedule weekly JSON / report Scanned with dummy connection string for schema discovery. Full query execution requires a real PostgreSQL connection. Note: npm flags this package as deprecated by the publisher.
38 Official SQLite MCP server Database Not reproducible rerun SQLite file boundary npx -y @modelcontextprotocol/server-sqlite /tmp/test.db npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @modelcontextprotocol/server-sqlite /tmp/test.db" --sarif --schedule weekly JSON / report Package not published on npm (404). Available in the servers monorepo. Use community packages like mcp-sqlite or build from source.
39 Official Fetch MCP server Web Content / Search Not reproducible rerun Web fetch boundary npx -y @modelcontextprotocol/server-fetch npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @modelcontextprotocol/server-fetch" --sarif --schedule weekly JSON / report Package not published on npm (404). Available in the servers monorepo. Use community packages like mcp-fetch-server or build from source.
40 Official Brave Search MCP server Search Ready for CI allow Search result boundary npx -y @modelcontextprotocol/server-brave-search npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @modelcontextprotocol/server-brave-search" --sarif --schedule weekly JSON / report Scanned with dummy API key for schema/tool discovery. Full search execution requires a valid Brave Search API key. Note: npm flags this package as deprecated by the publisher.
41 Official GitLab MCP server Developer Tools Not reproducible gate Merge/CI pipeline boundary npx -y @modelcontextprotocol/server-gitlab npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @modelcontextprotocol/server-gitlab" --sarif --schedule weekly JSON / report Scanned with dummy token for schema/tool discovery. Server responds but tools have schema validation issues preventing full listing. Note: npm flags this package as deprecated by the publisher.
42 Anthropic Gmail MCP server Email Not reproducible rerun Email read/write boundary npx -y @anthropic/mcp-server-gmail npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-gmail" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Gmail OAuth credentials. Note: @anthropic/mcp-server-gmail has not been published to npm. Community equivalent: gmail-mcp.
43 Anthropic Jina AI MCP server Search / AI Not reproducible rerun Web search/reader boundary npx -y @anthropic/mcp-server-jina npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-jina" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Jina AI API key. Note: @anthropic/mcp-server-jina has not been published to npm. Community equivalent: jina-mcp-tools.
44 Anthropic Google Sheets MCP server Productivity / Spreadsheets Not reproducible rerun Spreadsheet read/write boundary npx -y @anthropic/mcp-server-google-sheets npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-google-sheets" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Google Sheets OAuth credentials. Note: @anthropic/mcp-server-google-sheets has not been published to npm. Community equivalent: google-sheets-mcp.
45 Anthropic Google Calendar MCP server Productivity / Calendar Not reproducible rerun Calendar event boundary npx -y @anthropic/mcp-server-google-calendar npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-google-calendar" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Google Calendar OAuth credentials. Note: @anthropic/mcp-server-google-calendar has not been published to npm. Community equivalent: @cocal/google-calendar-mcp.
46 Anthropic Google Tasks MCP server Productivity / Tasks Not reproducible rerun Task list mutation boundary npx -y @anthropic/mcp-server-google-tasks npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-google-tasks" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Google Tasks OAuth credentials. Note: @anthropic/mcp-server-google-tasks has not been published to npm. Community equivalent: @overlay-one/google-tasks-mcp-server.
47 Anthropic HuggingFace MCP server AI / ML Platform Not reproducible rerun Model/inference boundary npx -y @anthropic/mcp-server-huggingface npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-huggingface" --sarif --schedule weekly JSON / report Schema-only evaluation; requires HuggingFace API token. Note: @anthropic/mcp-server-huggingface has not been published to npm. Community equivalent: huggingface-mcp-server.
48 Anthropic Reddit MCP server Social Media Not reproducible rerun Content posting/reading boundary npx -y @anthropic/mcp-server-reddit npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-reddit" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Reddit API credentials. Note: @anthropic/mcp-server-reddit has not been published to npm. Community equivalent: reddit-mcp.
49 Anthropic OneSignal MCP server Notifications / Messaging Not reproducible rerun Notification/audience boundary npx -y @anthropic/mcp-server-onesignal npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-onesignal" --sarif --schedule weekly JSON / report Schema-only evaluation; requires OneSignal API credentials. Note: @anthropic/mcp-server-onesignal has not been published to npm. No community MCP equivalent found as of this writing.
50 Anthropic Clay MCP server CRM / Contact Management Not reproducible rerun Contact/relationship boundary npx -y @anthropic/mcp-server-clay npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @anthropic/mcp-server-clay" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Clay API credentials. Note: @anthropic/mcp-server-clay has not been published to npm. Community equivalent: @clayhq/clay-mcp.
51 DALL-E MCP server Media / Image Generation Not reproducible rerun Image generation boundary npx -y dalle-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y dalle-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires OpenAI API key for full image generation scan. Community package; verify npm availability.
52 Stable Diffusion MCP server Media / Image Generation Not reproducible rerun Model inference boundary npx -y stable-diffusion-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y stable-diffusion-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Stability AI API key or local model for full scan. Community package; verify npm availability.
53 Yahoo Finance MCP server Finance / Trading Ready for CI allow Market data boundary npx -y yahoo-finance-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y yahoo-finance-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; full market data queries may require API key or rate limits. Community package; verify npm availability.
54 Alpaca Trading MCP server Finance / Trading Not reproducible rerun Trade execution boundary npx -y @alpacahq/alpaca-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @alpacahq/alpaca-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Alpaca API key and secret for full scan. Community package; verify npm availability.
55 Raspberry Pi MCP server IoT / Hardware Not reproducible rerun GPIO/hardware boundary npx -y raspberrypi-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y raspberrypi-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Raspberry Pi hardware or simulator for full scan. Community package; verify npm availability.
56 HomeKit MCP server IoT / Hardware Not reproducible rerun Home automation boundary npx -y homekit-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y homekit-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires HomeKit bridge or simulator for full scan. Community package; verify npm availability.
57 Minecraft MCP server Gaming Ready for CI allow Game state boundary npx -y minecraft-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y minecraft-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Minecraft server connection for full scan. Community package; verify npm availability.
58 Unity MCP server Gaming Not reproducible rerun Game engine boundary npx -y unity-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y unity-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Unity Editor connection for full scan. Community package; verify npm availability.
59 FHIR MCP server Healthcare Not reproducible rerun Patient data boundary npx -y fhir-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y fhir-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires FHIR endpoint and authentication for full scan. Community package; verify npm availability.
60 Epic EHR MCP server Healthcare Not reproducible rerun EHR record boundary npx -y epic-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y epic-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Epic FHIR endpoint and OAuth credentials for full scan. Community package; verify npm availability.
61 Case Law Search MCP server Legal Not reproducible rerun Legal content retrieval boundary npx -y caselaw-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y caselaw-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires legal database API key for full search scan. Community package; verify npm availability.
62 Contract Analysis MCP server Legal Not reproducible rerun Document analysis boundary npx -y contract-analysis-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y contract-analysis-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires API key or document upload for full scan. Community package; verify npm availability.
63 Canvas LMS MCP server Education Not reproducible rerun Course/grade boundary npx -y canvas-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y canvas-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Canvas instance URL and API token for full scan. Community package; verify npm availability.
64 Khan Academy MCP server Education Not reproducible rerun Learning content boundary npx -y khan-academy-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y khan-academy-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Khan Academy API credentials for full scan. Community package; verify npm availability.
65 Zillow MCP server Real Estate Not reproducible rerun Property listing boundary npx -y zillow-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y zillow-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Zillow API key or web scraping for full scan. Community package; verify npm availability.
66 MLS Real Estate MCP server Real Estate Not reproducible rerun MLS data boundary npx -y mls-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y mls-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires MLS credentials and board authorization for full scan. Community package; verify npm availability.
67 Flight API MCP server Travel Not reproducible rerun Flight search boundary npx -y flight-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y flight-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires flight API key (Amadeus/Skyscanner) for full search scan. Community package; verify npm availability.
68 Hotel Booking MCP server Travel Not reproducible rerun Hotel reservation boundary npx -y hotel-booking-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y hotel-booking-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires hotel API key for full booking scan. Community package; verify npm availability.
69 OpenWeather MCP server Weather Not reproducible rerun Weather data boundary npx -y openweather-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y openweather-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires OpenWeather API key for full forecast scan. Community package; verify npm availability.
70 Weather.com MCP server Weather Not reproducible rerun Weather forecast boundary npx -y weather-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y weather-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Weather API key for full forecast scan. Community package; verify npm availability.
71 ESPN MCP server Sports Ready for CI allow Sports content boundary npx -y espn-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y espn-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires ESPN API key for full data scan. Community package; verify npm availability.
72 Spotify MCP server Music Not reproducible rerun Playback/library boundary npx -y spotify-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y spotify-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Spotify OAuth credentials for full playback scan. Community package; verify npm availability.
73 Apple Music MCP server Music Not reproducible rerun Music library boundary npx -y apple-music-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y apple-music-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Apple Music developer token for full catalog scan. Community package; verify npm availability.
74 YouTube MCP server Video Not reproducible rerun Video content boundary npx -y youtube-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y youtube-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires YouTube Data API key for full search scan. Community package; verify npm availability.
75 Vimeo MCP server Video Not reproducible rerun Video management boundary npx -y vimeo-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y vimeo-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Vimeo API access token for full scan. Community package; verify npm availability.
76 ESLint MCP Developer Tools / Linting Ready for CI allow Lint result boundary npx -y @eslint/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @eslint/mcp" --sarif --schedule weekly JSON / report Zero-config public package; 1 tool exposed for linting operations.
77 CircleCI MCP CI/CD Unsafe default posture escalate Pipeline/build boundary npx -y @circleci/mcp-server-circleci npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @circleci/mcp-server-circleci" --sarif --schedule weekly JSON / report Zero-config public package; 17 tools visible including pipeline, project, and workflow management. Schema-only for full operations without CircleCI API token.
78 Heroku MCP Cloud Platform Unsafe default posture quarantine App/dyno/addon boundary npx -y @heroku/mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @heroku/mcp-server" --sarif --schedule weekly JSON / report Zero-config public package; 33 tools visible across apps, dynos, addons, pipelines, and more. High-risk tool surface visible without auth.
79 Microsoft Clarity MCP Analytics Ready for CI allow Analytics/heatmap boundary npx -y @microsoft/clarity-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @microsoft/clarity-mcp-server" --sarif --schedule weekly JSON / report Zero-config public package; 3 tools exposed for analytics data access. Schema-only for actual data retrieval without Clarity API credentials.
80 Qase Test Management MCP Testing Unsafe default posture quarantine Test case/result boundary npx -y @qase/mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @qase/mcp-server" --sarif --schedule weekly JSON / report Zero-config public package; 80 tools visible. High tool count warrants careful review before agent integration.
81 Coinbase Design System MCP Design System Ready for CI allow Component/token boundary npx -y @coinbase/cds-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @coinbase/cds-mcp-server" --sarif --schedule weekly JSON / report Zero-config public package; 2 tools for design system component lookup and token reference.
82 MUI MCP Design System Ready for CI allow Component/theme boundary npx -y @mui/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @mui/mcp" --sarif --schedule weekly JSON / report Zero-config public package; 2 tools for MUI component search and documentation lookup.
83 Transcend Privacy MCP Privacy / Data Governance Ready for CI gate DSR/consent/data boundary npx -y @transcend-io/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @transcend-io/mcp" --sarif --schedule weekly JSON / report Zero-config public package; 73 tools visible covering DSR, consent, preferences, inventory, discovery, and admin. High-risk privacy operations surface visible without auth.
84 Azure MCP Cloud Not reproducible rerun Resource/provisioning boundary npx -y @azure/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @azure/mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Azure credentials for tool listing and full scan.
85 Salesforce MCP CRM Not reproducible rerun Record/org/metadata boundary npx -y @salesforce/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @salesforce/mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Salesforce authentication for tool listing and full scan.
86 Storybook MCP Design / Component Library Not reproducible rerun Component/test boundary npx -y @storybook/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @storybook/mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires a running Storybook instance for full functionality.
87 Azure DevOps MCP DevOps / Project Management Not reproducible rerun Work item/repo/pipeline boundary npx -y @azure-devops/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @azure-devops/mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Azure DevOps organization URL and PAT for full scan.
88 HubSpot MCP CRM / Marketing Not reproducible rerun Contact/deal/campaign boundary npx -y @hubspot/mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @hubspot/mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires HubSpot access token for full scan.
89 Dynatrace MCP Monitoring / Observability Not reproducible rerun Entity/metric/problem boundary npx -y @dynatrace-oss/dynatrace-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @dynatrace-oss/dynatrace-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Dynatrace API token and environment URL for full scan.
90 Brave Search MCP v2 Search Not reproducible rerun Web search/result boundary npx -y @brave/brave-search-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @brave/brave-search-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Brave Search API key for full scan.
91 SmartBear MCP Testing / API Quality Unsafe default posture gate Test/API/quality boundary npx -y @smartbear/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @smartbear/mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires SmartBear API credentials for full scan.
92 Argo CD MCP Infrastructure / GitOps Not reproducible rerun Application/sync/cluster boundary npx -y argocd-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y argocd-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Argo CD server URL and auth token for full scan.
93 Aikido Security MCP Security Ready for CI allow Vulnerability/finding boundary npx -y @aikidosec/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @aikidosec/mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Aikido API credentials for full scan.
94 Postman MCP API Testing / Development Not reproducible rerun Collection/environment/request boundary npx -y @postman/postman-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @postman/postman-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Postman API key for full scan.
95 Shortcut MCP Project Management Not reproducible rerun Story/epic/workflow boundary npx -y @shortcut/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @shortcut/mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Shortcut API token for full scan.
96 Cloudflare MCP v2 Infrastructure Not reproducible rerun DNS/worker/WAF boundary npx -y @cloudflare/mcp-server-cloudflare npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @cloudflare/mcp-server-cloudflare" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Cloudflare API token for full scan.
97 Apify MCP Web Scraping / Automation Not reproducible rerun Actor/scraping/data boundary npx -y @apify/actors-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @apify/actors-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Apify API token for full scan.
98 ClickUp MCP Project Management Not reproducible rerun Task/list/doc/chat boundary npx -y @taazkareem/clickup-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @taazkareem/clickup-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires ClickUp API token for full scan.
99 Currents MCP Testing / Playwright Not reproducible rerun Test run/report boundary npx -y @currents/mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @currents/mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Currents API credentials for full scan.
100 Desktop Commander MCP Terminal / File System Unsafe default posture quarantine Shell/exec/file boundary npx -y @wonderwhy-er/desktop-commander npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @wonderwhy-er/desktop-commander" --sarif --schedule weekly JSON / report Schema-only evaluation; requires a specific runtime environment for tool listing. Shell execution boundary requires explicit sandboxing review.
101 WhatsApp MCP Messaging Not reproducible rerun Message/session boundary npx -y whatsapp-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y whatsapp-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires WhatsApp Web session setup via QR code for full message operations.
102 Shopify MCP E-commerce Not reproducible rerun Product/order boundary npx -y shopify-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y shopify-mcp" --sarif --schedule weekly JSON / report Schema-only; requires Shopify store domain and Storefront API access token.
103 MySQL MCP Server Database Not reproducible rerun SQL query boundary (MySQL) npx -y mysql-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y mysql-mcp-server" --sarif --schedule weekly JSON / report Schema-only evaluation; requires MySQL connection string and credentials for full scan.
104 Redis MCP Server Database Not reproducible rerun Key/value mutation boundary npx -y mcp-server-redis npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y mcp-server-redis" --sarif --schedule weekly JSON / report Schema-only; requires Redis connection URL for full scan.
105 DynamoDB MCP Server Database / Cloud Not reproducible rerun Table/item mutation boundary npx -y mcp-server-dynamodb npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y mcp-server-dynamodb" --sarif --schedule weekly JSON / report Schema-only; requires AWS credentials and region configuration for full scan.
106 S3 MCP Server Cloud Storage Ready for CI allow Bucket/object boundary npx -y mcp-server-s3 npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y mcp-server-s3" --sarif --schedule weekly JSON / report Schema-only; requires AWS credentials and bucket configuration for full scan.
107 AWS MCP Server Cloud Not reproducible rerun AWS service boundary npx -y mcp-server-aws npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y mcp-server-aws" --sarif --schedule weekly JSON / report Schema-only; requires AWS credentials and region for full scan.
108 GCP MCP Server Cloud Not reproducible rerun GCP service boundary npx -y mcp-server-gcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y mcp-server-gcp" --sarif --schedule weekly JSON / report Schema-only; requires GCP credentials and project configuration for full scan.
109 Shopify MCP E-commerce Not reproducible rerun Store/product/order boundary npx -y shopify-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y shopify-mcp" --sarif --schedule weekly JSON / report Schema-only; requires Shopify store credentials and access token for full scan.
110 Telegram MCP Server Communication Not reproducible rerun Message/chat boundary npx -y telegram-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y telegram-mcp-server" --sarif --schedule weekly JSON / report Schema-only; requires Telegram bot token for full scan.
111 WhatsApp MCP Communication Not reproducible rerun Message boundary (WhatsApp) npx -y whatsapp-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y whatsapp-mcp" --sarif --schedule weekly JSON / report Schema-only; requires WhatsApp Business API credentials for full scan.
112 Twilio MCP Communication Not reproducible rerun SMS/voice/chat boundary npx -y twilio-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y twilio-mcp" --sarif --schedule weekly JSON / report Schema-only; requires Twilio account SID and auth token for full scan.
113 SendGrid MCP Email / Communication Not reproducible rerun Email send/template boundary npx -y sendgrid-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y sendgrid-mcp" --sarif --schedule weekly JSON / report Schema-only; requires SendGrid API key for full scan.
114 OpenAI MCP Server AI / ML Platform Not reproducible rerun Model inference boundary npx -y openai-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y openai-mcp-server" --sarif --schedule weekly JSON / report Schema-only; requires OpenAI API key for full scan.
115 Perplexity MCP Search / AI Not reproducible rerun Search result/LLM boundary npx -y perplexity-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y perplexity-mcp" --sarif --schedule weekly JSON / report Schema-only; requires Perplexity API key for full scan.
116 Langfuse MCP AI / ML Observability Not reproducible rerun Trace/observation data boundary npx -y langfuse-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y langfuse-mcp" --sarif --schedule weekly JSON / report Schema-only; requires Langfuse API keys for full scan.
117 Jira MCP Server Project Management Not reproducible rerun Issue/board/sprint boundary npx -y jira-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y jira-mcp-server" --sarif --schedule weekly JSON / report Schema-only; requires Jira API token and instance URL for full scan.
118 Confluence MCP Server Productivity / Docs Unsafe default posture gate Page/space boundary npx -y confluence-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y confluence-mcp-server" --sarif --schedule weekly JSON / report Schema-only; requires Confluence API token and instance URL for full scan.
119 Trello MCP Server Project Management Needs review before production gate Board/card/list boundary npx -y trello-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y trello-mcp-server" --sarif --schedule weekly JSON / report Tool listing succeeds without auth. Full operations require Trello API key and token.
120 Zendesk MCP Support / CRM Not reproducible rerun Ticket/user/knowledge boundary npx -y zendesk-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y zendesk-mcp" --sarif --schedule weekly JSON / report Schema-only; requires Zendesk subdomain and API token for full scan.
121 Spotify MCP Media / Entertainment Ready for CI gate Playback/playlist boundary npx -y spotify-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y spotify-mcp" --sarif --schedule weekly JSON / report Tool listing succeeds without auth. Full operations require Spotify OAuth credentials.
122 Airtable MCP Server Productivity / Database Not reproducible rerun Base/table/record boundary npx -y airtable-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y airtable-mcp-server" --sarif --schedule weekly JSON / report Schema-only; requires Airtable personal access token for full scan.
123 Obsidian MCP Productivity / Knowledge Not reproducible rerun Note/vault/file boundary npx -y obsidian-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y obsidian-mcp" --sarif --schedule weekly JSON / report Schema-only; requires vault path configuration for full scan.
124 arXiv MCP Server Academic / Search Not reproducible rerun Paper metadata/search boundary npx -y arxiv-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y arxiv-mcp-server" --sarif --schedule weekly JSON / report Read-only public API; tool listing may succeed without auth.
125 Resend MCP Email / Communication Not reproducible rerun Email send/domain boundary npx -y resend-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y resend-mcp" --sarif --schedule weekly JSON / report Schema-only; requires Resend API key for full scan.
126 Discord MCP (v2) Communication Ready for CI gate Server/channel/message boundary npx -y discord-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y discord-mcp" --sarif --schedule weekly JSON / report Tool listing succeeds without auth. Full operations require Discord bot token.
127 Stock NSE India Finance Not reproducible rerun NSE market data boundary npx -y stock-nse-india-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y stock-nse-india-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; may require NSE API credentials. Community package — exact npm name pending verification.
128 Razorpay MCP Payments Not reproducible rerun Payment/refund/settlement boundary npx -y razorpay-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y razorpay-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Razorpay key ID and secret. Community package — exact npm name pending verification.
129 Paytm MCP Payments Not reproducible rerun Wallet/payment gateway boundary npx -y paytm-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y paytm-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Paytm merchant credentials. Community package — exact npm name pending verification.
130 UPI MCP Payments Ready for CI allow UPI transaction/bank boundary npx -y upi-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y upi-mcp" --sarif --schedule weekly JSON / report Verified npm package exists and starts on stdio. Schema-only evaluation; requires UPI API/direct payment integration credentials for full scan.
131 Aadhaar MCP Identity Not reproducible rerun Identity verification/KYC boundary npx -y aadhaar-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y aadhaar-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires UIDAI-authorized API credentials. Community package — exact npm name pending verification.
132 DigiLocker MCP Identity Not reproducible rerun Document retrieval/verification boundary npx -y digilocker-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y digilocker-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires DigiLocker API integration credentials. Community package — exact npm name pending verification.
133 Udyam MCP Business / Government Not reproducible rerun Business registration/verification boundary npx -y udyam-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y udyam-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Udyam API portal credentials. Community package — exact npm name pending verification.
134 GST MCP Tax Not reproducible rerun GST return/invoice/billing boundary npx -y gst-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y gst-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires GSTN API credentials and digital signature. Community package — exact npm name pending verification.
135 WhatsApp Business MCP Communication Not reproducible rerun Message/template/contact boundary npx -y whatsapp-business-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y whatsapp-business-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires WhatsApp Business API credentials (WABA). Community package — exact npm name pending verification.
136 Gupshup MCP Communication Not reproducible rerun Multi-channel message boundary npx -y gupshup-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y gupshup-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Gupshup API key. Community package — exact npm name pending verification.
137 Textlocal MCP Communication Not reproducible rerun SMS/campaign boundary npx -y textlocal-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y textlocal-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Textlocal API key and DLT registration. Community package — exact npm name pending verification.
138 MapMyIndia MCP Maps Not reproducible rerun Map/routing/geocode boundary npx -y mapmyindia-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y mapmyindia-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires MapMyIndia API key and license. Community package — exact npm name pending verification.
139 Ola Maps MCP Maps Not reproducible rerun Maps/routing/ride boundary npx -y ola-maps-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y ola-maps-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Ola Maps API credentials. Community package — exact npm name pending verification.
140 Postman MCP API Testing / Development Not reproducible rerun Collection/environment/request boundary npx -y @postman/postman-mcp-server npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @postman/postman-mcp-server" --sarif --schedule weekly JSON / report Already evaluated at existing entry #94. Verified npm package exists; requires POSTMAN_API_KEY for full scan. Included here for Indian-region coverage completeness.
141 Hasura MCP Database Not reproducible rerun GraphQL/Database query boundary npx -y hasura-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y hasura-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Hasura admin secret and endpoint. Community package — exact npm name pending verification.
142 ToolJet MCP Internal Tools Not reproducible rerun App/datasource/workflow boundary npx -y tooljet-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y tooljet-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires ToolJet instance URL and auth token. Community package — exact npm name pending verification.
143 Appwrite MCP Backend Not reproducible rerun Database/auth/storage/function boundary npx -y appwrite-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y appwrite-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Appwrite endpoint and API key. Community package — exact npm name pending verification.
144 Chatwoot MCP CRM Not reproducible rerun Conversation/contact/inbox boundary npx -y chatwoot-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y chatwoot-mcp" --sarif --schedule weekly JSON / report Package appears to exist but may require server connection. Schema-only evaluation; requires Chatwoot instance URL and API token. Community package — exact npm name pending verification.
145 Cal.com MCP Scheduling Not reproducible rerun Booking/availability/calendar boundary npx -y cal-com-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y cal-com-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Cal.com API key. Community package — exact npm name pending verification.
146 Indian Food Nutrition MCP Food Ready for CI gate Nutrition/ingredient/dietary boundary npx -y indian-food-nutrition-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y indian-food-nutrition-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; model inference on Indian cuisine data. Community package — exact npm name pending verification.
147 Ayushman Bharat Healthcare MCP Healthcare Not reproducible rerun Patient/claim/hospital boundary npx -y healthcare-ayushman-bharat-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y healthcare-ayushman-bharat-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires NHA (National Health Authority) API credentials. Community package — exact npm name pending verification.
148 IRCTC MCP Travel Not reproducible rerun Ticket booking/PNR/availability boundary npx -y irctc-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y irctc-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires IRCTC API credentials (authorized agent). Community package — exact npm name pending verification.
149 AQI India MCP Environment Not reproducible rerun Environmental data/health boundary npx -y aqi-india-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y aqi-india-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires CPCB/SAFAR API credentials or OpenAQ data source. Community package — exact npm name pending verification.
150 CoWIN MCP Healthcare Not reproducible rerun Beneficiary/dose/certificate boundary npx -y cowin-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y cowin-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; CoWIN public APIs are read-only and no longer require auth for some endpoints. Community package — exact npm name pending verification.
151 Bhuvan MCP Geospatial Not reproducible rerun Satellite imagery/geospatial data boundary npx -y bhuvan-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y bhuvan-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Bhuvan/ISRO API credentials. Community package — exact npm name pending verification.
152 Sehat Sahulat MCP Healthcare Not reproducible rerun Insurance claim/beneficiary boundary npx -y sehat-sahulat-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y sehat-sahulat-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Sehat Sahulat program / provincial health authority API credentials. Community package — exact npm name pending verification.
153 Ehsaas MCP Social Welfare Not reproducible rerun Beneficiary/cash-transfer boundary npx -y ehsaas-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y ehsaas-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Ehsaas / BISP (Benazir Income Support Programme) API credentials. Community package — exact npm name pending verification.
154 PIMS MCP Healthcare Not reproducible rerun Patient record/hospital management boundary npx -y pims-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y pims-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires PIMS hospital information system / Ministry of NHSRC API credentials. Community package — exact npm name pending verification.
155 Punjab Health MCP Healthcare Not reproducible rerun Health service/disease surveillance boundary npx -y punjab-health-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y punjab-health-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Punjab Health Department / DHIS2 API credentials. Community package — exact npm name pending verification.
156 Pakistan Weather MCP Weather Not reproducible rerun Weather/forecast/disaster boundary npx -y pakistan-weather-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y pakistan-weather-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Pakistan Meteorological Department API credentials. Community package — exact npm name pending verification.
157 Jazz MCP Communication Not reproducible rerun SMS/voice/network boundary npx -y jazz-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y jazz-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; package not yet published to npm. Community package — exact npm name pending verification.
158 Zong MCP Communication Not reproducible rerun SMS/voice/data boundary npx -y zong-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y zong-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; package not yet published to npm. Community package — exact npm name pending verification.
159 Telenor Pakistan MCP Communication Not reproducible rerun SMS/vas/digital boundary npx -y telenor-pakistan-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y telenor-pakistan-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; package not yet published to npm. Community package — exact npm name pending verification.
160 Ufone MCP Communication Not reproducible rerun SMS/voice/fiber boundary npx -y ufone-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y ufone-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; package not yet published to npm. Community package — exact npm name pending verification.
161 Pakistan Post MCP Maps / Logistics Not reproducible rerun Tracking/delivery/geocode boundary npx -y pakistan-post-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y pakistan-post-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; package not yet published to npm. Community package — exact npm name pending verification.
162 JazzCash MCP Payments Not reproducible rerun Payment/wallet/OTC boundary npx -y @theyahia/jazzcash-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @theyahia/jazzcash-mcp" --sarif --schedule weekly JSON / report Verified npm package @theyahia/jazzcash-mcp (v2.0.1). Schema-only evaluation; requires JazzCash API/merchant credentials for full scan.
163 EasyPaisa MCP Payments Ready for CI allow Mobile wallet/payment gateway boundary npx -y @theyahia/easypaisa-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y @theyahia/easypaisa-mcp" --sarif --schedule weekly JSON / report Verified npm package @theyahia/easypaisa-mcp (v1.0.1). Schema-only evaluation; requires EasyPaisa API credentials for full scan.
164 NADRA MCP Identity Not reproducible rerun Identity verification/CNIC boundary npx -y nadra-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y nadra-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; community package — exact npm name pending verification. Requires NADRA-authorized API credentials.
165 FBR MCP Tax Not reproducible rerun Tax return/NTN/invoice boundary npx -y fbr-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y fbr-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; community package — exact npm name pending verification. Requires FBR IRIS API credentials and digital signature.
166 1LINK MCP Payments Not reproducible rerun Interbank transaction/switch boundary npx -y 1link-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y 1link-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; community package — exact npm name pending verification. Requires 1LINK-authorized API credentials.
167 AIOU MCP Education Not reproducible rerun Student/enrollment/grade boundary npx -y aiou-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y aiou-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires AIOU API credentials. Community package — exact npm name pending verification.
168 HEC Pakistan MCP Education Not reproducible rerun Degree/university/attestation boundary npx -y hec-pakistan-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y hec-pakistan-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires HEC Pakistan API credentials. Community package — exact npm name pending verification.
169 Pakistan Cricket MCP Sports Not reproducible rerun Match/player/statistics boundary npx -y pakistan-cricket-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y pakistan-cricket-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires PCB API credentials. Community package — exact npm name pending verification.
170 K2 MCP Travel Not reproducible rerun Permit/expedition/safety boundary npx -y k2-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y k2-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Alpine Club of Pakistan/GB Council permit API credentials. Community package — exact npm name pending verification.
171 Rozgar.com MCP Jobs Not reproducible rerun Job listing/application/candidate boundary npx -y rozgar-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y rozgar-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Rozgar.com API credentials. Community package — exact npm name pending verification.
172 Foodpanda Pakistan MCP Food Delivery Not reproducible rerun Order/restaurant/delivery boundary npx -y foodpanda-pakistan-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y foodpanda-pakistan-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Foodpanda Pakistan API credentials. Community package — exact npm name pending verification.
173 Daraz MCP E-commerce Not reproducible rerun Product/order/seller boundary npx -y daraz-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y daraz-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires Daraz Open Platform API credentials. Community package — exact npm name pending verification.
174 OLX Pakistan MCP Classifieds Not reproducible rerun Listing/ad/user boundary npx -y olx-pakistan-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y olx-pakistan-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires OLX Pakistan API credentials. Community package — exact npm name pending verification.
175 PakWheels MCP Auto Marketplace Not reproducible rerun Vehicle/listing/dealer boundary npx -y pakwheels-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y pakwheels-mcp" --sarif --schedule weekly JSON / report Schema-only evaluation; requires PakWheels API credentials. Community package — exact npm name pending verification.
176 n8n MCP Agent Runtime / Automation Ready for CI allow Workflow mutation/execution boundary npx -y n8n-mcp npx @kryptosai/mcp-observatory setup-ci --all --command "npx -y n8n-mcp" --sarif --schedule weekly JSON / report Runs in docs-only mode without N8N_API_URL/N8N_API_KEY and lists node documentation/search tools; the 16 workflow-management tools require n8n API configuration and are not exercised.

Patterns Observed

  • Browser/code execution boundary: 3 server(s)
  • Search result boundary: 3 server(s)
  • Collection/environment/request boundary: 2 server(s)
  • Model inference boundary: 2 server(s)
  • Actor/scraping/data boundary: 1 server(s)
  • Analytics/heatmap boundary: 1 server(s)
  • App/datasource/workflow boundary: 1 server(s)
  • App/dyno/addon boundary: 1 server(s)
  • Application/sync/cluster boundary: 1 server(s)
  • Artifact-producing tools: 1 server(s)
  • AWS service boundary: 1 server(s)
  • Base/table/record boundary: 1 server(s)
  • Beneficiary/cash-transfer boundary: 1 server(s)
  • Beneficiary/dose/certificate boundary: 1 server(s)
  • Board/card/list boundary: 1 server(s)
  • Booking/availability/calendar boundary: 1 server(s)
  • Broad protocol surface: 1 server(s)
  • Browser-control boundary: 1 server(s)
  • Bucket/object boundary: 1 server(s)
  • Business registration/verification boundary: 1 server(s)
  • Calendar event boundary: 1 server(s)
  • Collection/point boundary: 1 server(s)
  • Command and cluster mutation boundary: 1 server(s)
  • Component/test boundary: 1 server(s)
  • Component/theme boundary: 1 server(s)
  • Component/token boundary: 1 server(s)
  • Contact/deal/campaign boundary: 1 server(s)
  • Contact/relationship boundary: 1 server(s)
  • Container/image boundary: 1 server(s)
  • Content posting/reading boundary: 1 server(s)
  • Conversation/contact/inbox boundary: 1 server(s)
  • Course/grade boundary: 1 server(s)
  • Data query/collection boundary: 1 server(s)
  • Database/auth/admin boundary: 1 server(s)
  • Database/auth/storage/function boundary: 1 server(s)
  • Database/branch boundary: 1 server(s)
  • Degree/university/attestation boundary: 1 server(s)
  • Deployment/project boundary: 1 server(s)
  • Design/file boundary: 1 server(s)
  • DNS/worker/deployment boundary: 1 server(s)
  • DNS/worker/WAF boundary: 1 server(s)
  • Document analysis boundary: 1 server(s)
  • Document retrieval/verification boundary: 1 server(s)
  • Document/permission boundary: 1 server(s)
  • DSR/consent/data boundary: 1 server(s)
  • EHR record boundary: 1 server(s)
  • Email read/write boundary: 1 server(s)
  • Email send/domain boundary: 1 server(s)
  • Email send/template boundary: 1 server(s)
  • Entity/metric/problem boundary: 1 server(s)
  • Environmental data/health boundary: 1 server(s)
  • Financial transaction tool boundary: 1 server(s)
  • Flight search boundary: 1 server(s)
  • Framework tooling boundary: 1 server(s)
  • Game engine boundary: 1 server(s)
  • Game state boundary: 1 server(s)
  • GCP service boundary: 1 server(s)
  • Git tool boundary: 1 server(s)
  • GPIO/hardware boundary: 1 server(s)
  • GraphQL/Database query boundary: 1 server(s)
  • GST return/invoice/billing boundary: 1 server(s)
  • Health service/disease surveillance boundary: 1 server(s)
  • Home automation boundary: 1 server(s)
  • Hotel reservation boundary: 1 server(s)
  • Identity verification/CNIC boundary: 1 server(s)
  • Identity verification/KYC boundary: 1 server(s)
  • Image generation boundary: 1 server(s)
  • Infrastructure tool surface: 1 server(s)
  • Insurance claim/beneficiary boundary: 1 server(s)
  • Interbank transaction/switch boundary: 1 server(s)
  • Issue/board/sprint boundary: 1 server(s)
  • Issue/event boundary: 1 server(s)
  • Issue/project boundary: 1 server(s)
  • Job listing/application/candidate boundary: 1 server(s)
  • Key/value mutation boundary: 1 server(s)
  • Learning content boundary: 1 server(s)
  • Legal content retrieval boundary: 1 server(s)
  • Lint result boundary: 1 server(s)
  • Listing/ad/user boundary: 1 server(s)
  • Map/routing/geocode boundary: 1 server(s)
  • Maps/routing/ride boundary: 1 server(s)
  • Market data boundary: 1 server(s)
  • Match/player/statistics boundary: 1 server(s)
  • Merge/CI pipeline boundary: 1 server(s)
  • Message boundary (WhatsApp): 1 server(s)
  • Message/channel boundary: 1 server(s)
  • Message/chat boundary: 1 server(s)
  • Message/session boundary: 1 server(s)
  • Message/template/contact boundary: 1 server(s)
  • MLS data boundary: 1 server(s)
  • Mobile wallet/payment gateway boundary: 1 server(s)
  • Model/inference boundary: 1 server(s)
  • Multi-channel message boundary: 1 server(s)
  • Music library boundary: 1 server(s)
  • Note/vault/file boundary: 1 server(s)
  • Notification/audience boundary: 1 server(s)
  • NSE market data boundary: 1 server(s)
  • Nutrition/ingredient/dietary boundary: 1 server(s)
  • Order/restaurant/delivery boundary: 1 server(s)
  • Page/database boundary: 1 server(s)
  • Page/space boundary: 1 server(s)
  • Paper metadata/search boundary: 1 server(s)
  • Patient data boundary: 1 server(s)
  • Patient record/hospital management boundary: 1 server(s)
  • Patient/claim/hospital boundary: 1 server(s)
  • Payment/refund/settlement boundary: 1 server(s)
  • Payment/wallet/OTC boundary: 1 server(s)
  • Permit/expedition/safety boundary: 1 server(s)
  • Persistent state tools: 1 server(s)
  • Pipeline/build boundary: 1 server(s)
  • Playback/library boundary: 1 server(s)
  • Playback/playlist boundary: 1 server(s)
  • Product/order boundary: 1 server(s)
  • Product/order/seller boundary: 1 server(s)
  • Prompt-injection-sensitive retrieval: 1 server(s)
  • Prompt/resource contract: 1 server(s)
  • Prompt/tool inventory: 1 server(s)
  • Property listing boundary: 1 server(s)
  • Record/org/metadata boundary: 1 server(s)
  • Resource/provisioning boundary: 1 server(s)
  • Sandboxed filesystem access: 1 server(s)
  • Satellite imagery/geospatial data boundary: 1 server(s)
  • Search result/LLM boundary: 1 server(s)
  • Server/channel/message boundary: 1 server(s)
  • Shell/exec/file boundary: 1 server(s)
  • SMS/campaign boundary: 1 server(s)
  • SMS/vas/digital boundary: 1 server(s)
  • SMS/voice/chat boundary: 1 server(s)
  • SMS/voice/data boundary: 1 server(s)
  • SMS/voice/fiber boundary: 1 server(s)
  • SMS/voice/network boundary: 1 server(s)
  • Sports content boundary: 1 server(s)
  • Spreadsheet read/write boundary: 1 server(s)
  • SQL query boundary: 1 server(s)
  • SQL query boundary (MySQL): 1 server(s)
  • SQLite file boundary: 1 server(s)
  • Startup/listing reproducibility: 1 server(s)
  • Store/product/order boundary: 1 server(s)
  • Story/epic/workflow boundary: 1 server(s)
  • Student/enrollment/grade boundary: 1 server(s)
  • Table/item mutation boundary: 1 server(s)
  • Task list mutation boundary: 1 server(s)
  • Task/list/doc/chat boundary: 1 server(s)
  • Tax return/NTN/invoice boundary: 1 server(s)
  • Temporary directory filesystem access: 1 server(s)
  • Test case/result boundary: 1 server(s)
  • Test run/report boundary: 1 server(s)
  • Test/API/quality boundary: 1 server(s)
  • Ticket booking/PNR/availability boundary: 1 server(s)
  • Ticket/user/knowledge boundary: 1 server(s)
  • Tool schema clarity: 1 server(s)
  • Trace/observation data boundary: 1 server(s)
  • Tracking/delivery/geocode boundary: 1 server(s)
  • Trade execution boundary: 1 server(s)
  • UPI transaction/bank boundary: 1 server(s)
  • Vehicle/listing/dealer boundary: 1 server(s)
  • Video content boundary: 1 server(s)
  • Video management boundary: 1 server(s)
  • Vulnerability/finding boundary: 1 server(s)
  • Wallet/payment gateway boundary: 1 server(s)
  • Weather data boundary: 1 server(s)
  • Weather forecast boundary: 1 server(s)
  • Weather/forecast/disaster boundary: 1 server(s)
  • Web content ingestion boundary: 1 server(s)
  • Web fetch boundary: 1 server(s)
  • Web search/reader boundary: 1 server(s)
  • Web search/result boundary: 1 server(s)
  • Work item/repo/pipeline boundary: 1 server(s)
  • Workflow mutation/execution boundary: 1 server(s)
  • Write/merge tool boundary: 1 server(s)

Publication Rules

  • Use only public repositories, public package commands, public PRs, and generated sanitized artifacts.
  • Include the action receipt and CI gate command so maintainers can rerun the evidence.
  • Treat findings as reproducible evidence, not public shaming.
  • Prefer “needs review” language unless there is clear artifact-backed proof of a dangerous default.
  • Keep raw telemetry, emails, hostnames, private URLs, tokens, and customer claims out of public materials.
  • Send maintainers the report first; open CI PRs only when the report is useful and the target can run safely.

Next Step

Use this index to start maintainer conversations and private readiness reviews. The buyer-facing offer is a private MCP readiness review with CI rollout, drift/security reporting, and safe-for-agent-dependency verdicts.