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.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • 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 BuildlistAllMCPs 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 Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’¬ Communication
  3. AnomalyArmor
A
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 10:54:02 PM

AnomalyArmor

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 Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Data observability tools for engineering teams: alerts, freshness, schema drift, lineage, quality.

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
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "anomalyarmor": {
      "command": "npx",
      "args": [
        "-y",
        "skills"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’¬ More in Communication

Documentation Overview

AnomalyArmor Agents

PyPI npm Glama License: MIT

AI skills and MCP server for AnomalyArmor data observability. Monitor data quality, detect schema drift, and manage alerts directly from Claude Code, Cursor, or any MCP-compatible AI tool.

Version: 0.6.0 | Tools: 52 consolidated MCP tools | Skills: 14 slash commands

Quick Start

Option 1: Claude Code Plugin (Recommended)

bash
# Install the plugin
claude plugin marketplace add anomalyarmor/agents
claude plugin install armor@anomalyarmor

# Or via skills.sh
npx skills add anomalyarmor/agents

Then use skills like:

  • /armor:status - Check data health
  • /armor:alerts - View and manage alerts
  • /armor:recommend - Get AI monitoring recommendations
  • /armor:ask - Ask questions about your data

Option 2: MCP Server

Add to your MCP configuration (Claude Code, Cursor, etc.):

config.json
{
  "mcpServers": {
    "armor": {
      "command": "uvx",
      "args": ["armor-mcp"]
    }
  }
}

Prerequisites

  1. AnomalyArmor Account: Sign up at anomalyarmor.ai
  2. API Key: Generate at Settings > API Keys
  3. Configure: Set ARMOR_API_KEY env var or create ~/.armor/config.yaml:
yaml
api_key: aa_live_your_key_here

Available Skills

SkillDescriptionExample
/armor:startGuided onboarding for new users"Help me get set up"
/armor:statusHealth summary across all assets"Is my data healthy?"
/armor:connectConnect a new data source"Connect my Snowflake warehouse"
/armor:monitorSet up freshness and schema monitoring"Monitor freshness for orders table"
/armor:alertsQuery and manage alerts"What alerts fired yesterday?"
/armor:askNatural language Q&A about your data"What tables contain customer data?"
/armor:analyzeTrigger AI analysis"Analyze the finance schema"
/armor:qualityData quality metrics and validity rules"Add null check for customer_id"
/armor:coverageMonitoring coverage analysis"What tables have no monitoring?"
/armor:recommendAI-driven monitoring recommendations"What should I monitor?"
/armor:tagsAsset tagging and classification"Tag this table as PII"
/armor:investigateRoot cause analysis"Why is this table stale?"
/armor:lineageData lineage exploration"What depends on this table?"
/armor:profileTable profiling and stats"Profile the orders table"

MCP Tools (29 consolidated)

Tools follow a consolidated pattern: one tool per domain handles multiple operations via an action parameter, reducing context window usage while maintaining full functionality.

Health and Briefing

  • health_summary() - Overall data health across all assets
  • get_todays_briefing() - Daily AI briefing with alerts, freshness, and coverage gaps

Alerts (5 tools)

  • get_alerts_summary() - Alert counts by severity and status
  • list_alerts(status, severity, asset_id, from_date, to_date) - Query alerts with filters
  • list_inbox_alerts(status, limit) - Unresolved alerts inbox
  • update_alert(alert_id, action, ...) - Acknowledge, resolve, snooze, or comment on alerts
  • get_alert_trends(period) - Alert trends over time
  • get_alert_history(alert_id) - Full history for a specific alert

Alert Rules (3 tools)

  • list_alert_rules(asset_id, is_active) - List configured rules
  • create_alert_rule(asset_id, rule_type, ...) - Create new alert rule
  • manage_alert_rule(rule_id, action, ...) - Update, delete, enable/disable, or duplicate rules

Assets (3 tools)

  • list_assets(source, asset_type, search) - List monitored assets
  • create_asset(name, source_type, connection_config) - Create data source
  • manage_asset(asset_id, action, ...) - Update, delete, test connection, or trigger discovery
  • trigger_asset_discovery(asset_id) - Start schema discovery

Freshness (4 tools)

  • get_freshness_summary() - Freshness overview across all assets
  • check_freshness(asset_id, table_path) - Check specific table freshness
  • setup_freshness(asset_id, table_path, check_interval, ...) - Create freshness schedule
  • list_freshness_schedules(asset_id) - List configured schedules
  • manage_freshness_schedule(schedule_id, action, ...) - Update, delete, pause/resume schedules

Schema Drift (5 tools)

  • get_schema_summary() - Schema drift overview
  • list_schema_changes(asset_id, severity, from_date, to_date) - List detected changes
  • create_schema_baseline(asset_id, description) - Create baseline
  • enable_schema_monitoring(asset_id, schedule_type, notify_on) - Enable monitoring
  • disable_schema_monitoring(asset_id) - Disable monitoring
  • get_schema_monitoring(asset_id) - View current monitoring config
  • dry_run_schema(asset_id, schedule_type) - Test schema monitoring before enabling

Data Quality (4 tools)

  • get_metrics_summary(asset_id) / list_metrics(asset_id) - View metrics
  • create_metric(asset_id, metric_type, table_path, ...) - Create row count, null rate, or custom metric
  • manage_metric(metric_id, action, ...) - Update, delete, capture, or view snapshots
  • get_validity_summary(asset_id) / list_validity_rules(asset_id) - View validity rules
  • create_validity_rule(asset_id, rule_type, table_path, ...) - Create validity rule
  • manage_validity_rule(rule_id, action, ...) - Update, delete, check, or view results

Referential Integrity (2 tools)

  • create_referential_check(asset_id, ...) - Create cross-table referential check
  • manage_referential(check_id, action, ...) - List, delete, run, or view results

Destinations (4 tools)

  • list_destinations(destination_type) - List alert destinations (Slack, email, webhook)
  • setup_destination(destination_type, ...) - Create Slack channel, email, or webhook destination
  • manage_destination(destination_id, action, ...) - Update, delete, test, enable/disable
  • manage_rule_destinations(rule_id, action, ...) - Link/unlink destinations to alert rules

Coverage and Recommendations (3 tools)

  • get_coverage(asset_id) - Coverage tier and score for an asset
  • manage_coverage(asset_id, action) - Get next steps or apply recommended monitoring
  • recommend(asset_id, recommendation_type) - AI recommendations for freshness, metrics, coverage, or thresholds

Intelligence (2 tools)

  • ask_question(asset, question) - Natural language Q&A
  • generate_intelligence(asset) - Trigger AI knowledge base generation

Catalog (4 tools)

  • get_lineage(asset_id, depth, direction) - Data lineage graph
  • job_status(job_id) - Check async job status
  • create_tag(asset_id, name, object_path, ...) - Create and assign tags
  • list_tags(asset_id) / apply_tags(asset_id, ...) - List and apply tags

API Keys

  • get_api_key_info() - View current API key details and permissions

Examples

Check Data Health

Code
User: Is my data healthy?

Your data health status:
- Overall: WARNING
- 3 unresolved alerts (1 critical, 2 warning)
- 2 stale tables (orders, customers)
- 1 unacknowledged schema change
- Coverage: 65% (Tier 2: Protected)

Get AI Recommendations

Code
User: What should I monitor on my Snowflake warehouse?

Based on your table patterns and update frequency:
1. orders (high traffic) - Add freshness check (hourly), row count metric
2. customers (PII) - Enable schema drift monitoring, add null checks
3. payments (financial) - Add freshness + row count + validity rules

Want me to set these up? I can configure all three in one go.

Daily Briefing

Code
User: What happened overnight?

Your daily briefing:
- 2 new alerts: orders table stale (6h), schema change in users
- Coverage improved: finance schema now at Tier 3 (Verified)
- Recommendation: 4 tables still have no monitoring. Run /armor:recommend.

Root Cause Analysis

Code
User: Why is the orders table stale?

Investigation results:
- Last update: 6 hours ago (expected: hourly)
- Upstream dependency: raw_orders was last updated 8 hours ago
- Likely cause: upstream ETL job failed or delayed
- Impact: 3 downstream dashboards affected

Troubleshooting

Authentication Failed

Code
Error: No API key configured

Solution: Set ARMOR_API_KEY environment variable or create ~/.armor/config.yaml

MCP Server Not Found

Code
Error: MCP server 'armor' not found

Solution:

  1. Restart your AI tool after config changes
  2. Verify uvx is installed: uvx --version
  3. Check MCP config syntax

Skills Not Loading

Solution:

  1. Verify plugin installed: claude plugin list
  2. Check skills directory exists
  3. Restart Claude Code

Development

See AGENTS.md for development guidelines.

Support

  • Issues: GitHub Issues
  • Docs: docs.anomalyarmor.ai
  • Email: support@anomalyarmor.ai

License

MIT License - see LICENSE

Related MCP Servers

View all in Communication View all alternatives
  • Slack Mcp Server logoSlack Mcp Server

    The most powerful MCP server for Slack Workspaces.

    πŸ’¬ Communication1 views
    Compare vs Slack Mcp Server β†’
  • Telegram Mcp logoTelegram Mcp

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status

    πŸ’¬ Communication2 views
    Compare vs Telegram Mcp β†’
  • Ntfy Me Mcp logoNtfy Me Mcp

    An ntfy MCP server for sending/fetching ntfy notifications to your self-hosted ntfy server from AI Agents πŸ“€ (supports secure token auth & more - use with npx or docker!)

    πŸ’¬ Communication3 views
    Compare vs Ntfy Me Mcp β†’
  • Telegram Mcp logoTelegram Mcp

    Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, sending messages and handling read status.

    πŸ’¬ Communication1 views
    Compare vs Telegram Mcp β†’

Frequently Asked Questions about AnomalyArmor

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "anomalyarmor": { "command": "npx", "args": ["-y", "AnomalyArmor"] } }

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 PreviewAnomalyArmor AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/anomalyarmor?style=directory)](https://allmcps.com/mcp/anomalyarmor)
HTML Embed
<a href="https://allmcps.com/mcp/anomalyarmor"><img src="https://allmcps.com/api/badge/anomalyarmor?style=directory" alt="AnomalyArmor on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’¬Communication
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
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 stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on May 30, 2026
39Quality signal: Fair Β· 39/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 & activity3/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 3,181+ 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 get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it 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 πŸ’¬ Communication β†’Best MCP servers for Slack & Communication β†’Alternatives to AnomalyArmor β†’Install in Claude DesktopInstall in CursorInstall in VS Code