AnomalyArmor
CAUTIONgrade B · trust 86/100AI skills and MCP server for AnomalyArmor data observability
Overview
From the repository's own README, as read at the audited commit.
# AnomalyArmor Agents[](https://pypi.org/project/armor-mcp/)[](https://www.npmjs.com/package/@anomalyarmor/sdk)[](https://glama.ai/mcp/servers/anomalyarmor/agents)[](LICENSE)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 pluginclaude plugin marketplace add anomalyarmor/agentsclaude plugin install armor@anomalyarmor# Or via skills.shnpx 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 ServerAdd to your MCP configuration (Claude Code, Cursor, etc.):```json{ "mcpServers": { "armor": { "command": "uvx", "args": ["armor-mcp"] } }}```## Prerequisites1. **AnomalyArmor Account**: Sign up at [anomalyarmor.ai](https://anomalyarmor.ai)2. **API Key**: Generate at Settings > API Keys3. **Configure**: Set `ARMOR_API_KEY` env var or create `~/.armor/config.yaml`:```yamlapi_key: aa_live_your_key_here```## Available Skills| Skill | Description | Example ||-------|-------------|---------|| `/armor:start` | Guided onboarding for new users | "Help me get set up" || `/armor:status` | Health summary across all assets | "Is my data healthy?" || `/armor:connect` | Connect a new data source | "Connect my Snowflake warehouse" || `/armor:monitor` | Set up freshness and schema monitoring | "Monitor freshness for orders tabConnect
Built from this server's own package name, version and transport as found in its source — not copied from anyone's documentation, so it cannot drift against a page we do not control. Replace the environment placeholders with a token scoped to the least it needs.
claude mcp add armor-mcp --env ARMOR_API_KEY=${ARMOR_API_KEY} -- None armor-mcp==0.9.1Details
- Source
- anomalyarmor/agents
- PyPI
armor-mcp- Transports
- stdio · streamable-http
- Credentials it reads
ARMOR_API_KEY- Tools
- Registered at runtime; the list could not be read from source.
- License
- MIT
- Stars
- 1 · pushed 106d ago
Trust audit
Install with care. The audit found things worth knowing before you trust its output.
| Layer | What it checks | Result |
|---|---|---|
| L0 | Provenance & inventory | PASS |
| L1 | Static analysis of the code | WARN |
| L2 | Instruction surface (what it tells the agent) | FAIL |
| L3 | Class-specific surface | PASS |
| L4 | Behavioural (sandbox) | SKIPPED |
What the source does
- Filesystem
- none-observed
- Network
- declared (3 observation(s))
- Shell
- declared (1 observation(s))
- Dependencies
- pinned
- Secrets in source
- none-found
Findings (4)
2. Collect connection configuration (credentials, host, database, etc.)
return importlib.import_module(f"{_TEMPLATE_PACKAGE}.{module_name}")CLAUDE.md
Gates applied: no_behavioural_pass.
Audited 2026-09-13 · audit v0.4.0 · source sha 32edd5531688 · full audit: observations/trust-audit/mcp-server/anomalyarmor__armor-mcp.json · Report an issue or request a re-scan
Audit history
| Date | Source | Verdict | Grade | Score | Change |
|---|---|---|---|---|---|
| 2026-09-13 | 32edd5531688 | CAUTION | B | 86 | source changed, verdict held |
Also audited
Servers with a similar trust profile.
Questions
What is the AnomalyArmor MCP server?
AI skills and MCP server for AnomalyArmor data observability
Is AnomalyArmor safe to connect to an agent?
With care. The audit graded it B (86/100) and found 4 things worth knowing before you trust this server, listed below with the exact line each was found on.
What credentials does AnomalyArmor need?
It reads ARMOR_API_KEY from the environment. Give it a token scoped to the least it needs — an agent that can be talked into calling a tool can be talked into calling it with your credentials.
How does AnomalyArmor run?
It speaks stdio and streamable-http, so it runs as a local process your client starts. It is published on PyPI as armor-mcp.
How current is this page?
The grade is for one exact copy of the source (32edd5531688), read on 2026-09-13. The repository is watched and re-audited when it changes.
Provenance: OBSERVED · read 2026-09-13 · job trust-audit-2026-09-13