ABIS MCP Server
Allows sending drift alerts and events to Datadog as a webhook source for monitoring integration.
Allows ABIS to send drift alerts to Intercom as a webhook source for customer communication.
Enables routing ABIS drift alerts to PagerDuty for incident management and on-call notifications.
Supports sending drift alerts and notifications to Slack channels for team awareness.
Integrates with Zendesk to forward drift alerts as tickets or webhook notifications for support workflows.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ABIS MCP Servershow drift scores for all models"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
What is ABIS?
ABIS (Adaptive Behavioral Intelligence System) monitors LLM behavioral drift in real-time. It detects when AI models silently change — shifts in tone, reasoning depth, safety calibration, or capability — even when providers don't announce updates.
This MCP server gives Claude Code native access to:
Live drift scores across 11 major models (GPT-4o, Claude, Gemini, DeepSeek)
9-score behavioral scorecards (drift, coherence, entropy, alignment, and more)
Silent version change detection — catches updates providers don't announce
Immune threat assessment — prompt injection, coordinated attacks, organic drift
Correction simulation — test fixes before applying them
Compliance reporting — EU AI Act, SOC 2, and investor briefs
Backed by Patent GB2521226.7 · Built by CIJ Labs
Quick Start
One-line install (Claude Code)
/plugin install abis-drift-monitorManual setup
Add to your .mcp.json:
{
"mcpServers": {
"abis": {
"type": "sse",
"url": "https://abis-mcp-production.up.railway.app/sse"
}
}
}No API key required for the Free tier. Connects to the ABIS cloud instantly.
Access Tiers
Tier | Tools | Key Required | What you get |
Free | 15 | None | Drift scores, scorecards, version changes, reports |
Pro | 27 |
| + Scoring pipeline, memory analysis, immune system, correction simulation |
Admin | 37 |
| + Benchmarking, stress tests, config changes, pipeline stats |
{
"mcpServers": {
"abis": {
"type": "sse",
"url": "https://abis-mcp-production.up.railway.app/sse",
"headers": {
"Authorization": "Bearer YOUR_KEY_HERE"
}
}
}
}37 Tools
Free Tier (15 tools)
Tool | Description |
| Quick snapshot of all models — call at session start |
| Live drift scores for all 11 monitored models |
| Full 9-score breakdown (drift, coherence, entropy, alignment, etc.) |
| Contextual status line (clear / monitor / alert / critical) |
| Pre-response drift interceptor (Layer 3) |
| Post-response observer — how ABIS learns (Layer 3) |
| Drift time-series by model or date |
| All detected silent version changes across models |
| Silent version change detection history per model |
| Cross-model stability ranking |
| List all 8 correction strategies with severity levels |
| Event bus health, registered handlers, recent event log |
| Current phase, tier assignments, cost estimate |
| EARS webhook sources: Datadog, PagerDuty, Zendesk, Intercom |
| 5 report types: daily_summary, drift_alert, migration_report, compliance_doc, investor_brief |
Pro Tier (+12 tools)
Tool | Description |
| Score any text through the behavioral pipeline |
| Scored conversation log with drift per turn |
| Full 30-day behavioral memory for a model |
| Time-series trend for any score dimension |
| Classify threat: CLEAN / ORGANIC_DRIFT / PROMPT_INJECTION / COORDINATED_ATTACK |
| Historical attack scan for a model |
| Test a correction before applying it |
| Which strategies work best per model |
| What features drive drift (energy distance, entropy, coherence) |
| Estimated monthly API cost breakdown by model and tier |
| 30-day cost vs drift matrix |
| Single or full benchmark run |
Admin Tier (+10 tools)
Tool | Description |
| Most-called models with drift trajectory over 7 days |
| Drift vs business impact correlations |
| View SDK customer session history |
| Recent alert delivery log |
| Get/set alert preferences (email, Slack, webhook) |
| Ingestion statistics, vector counts |
| XGBoost AUC scores, retraining history |
| Recompute drift baselines for all or one model |
| Switch phase (BASELINE / AGGRESSIVE / SUSTAIN / SCALE) |
| 30 adversarial prompts across all models |
Included Skills
After installing, you get two built-in skills:
/abis-ops— Daily health check: drift snapshot, version changes, stability ranking, cost summary/abis-alerts— Investigate a drift alert: scorecard deep-dive, CAS trends, threat classification, correction recommendation
Models Monitored
Provider | Models |
OpenAI | gpt-4o, gpt-5.2, gpt-5.2-instant |
Anthropic | claude-opus-4.6, claude-sonnet-4.5, claude-haiku-4.5 |
DeepSeek | deepseek-v3.2, deepseek-r1 |
gemini-2.5-pro, gemini-2.5-flash, gemini-3-flash |
Try It
"What is the current drift score for GPT-4o?"
"Run ABIS daily check"
"Has Claude Sonnet drifted in the last 7 days?"
"Generate an EU AI Act compliance report"
"Which model is most stable right now?"
"Have any models had silent version updates this week?"
"Show me the cost vs drift matrix"Self-Hosted Setup
git clone https://github.com/cijlabs/abis-mcp
cd abis-mcp
npm install
cp .env.example .env
# Set ABIS_ADMIN_KEY, MCP_PRO_KEY, and RAILWAY_URL in .env
node index.jsThen add to Claude Code:
{
"mcpServers": {
"abis": {
"command": "node",
"args": ["/path/to/abis-mcp/index.js"],
"env": {
"ABIS_ADMIN_KEY": "your_admin_key_here"
}
}
}
}Architecture
abis-mcp/
├── index.js # MCP server — SSE + stdio dual transport
├── config.js # Environment config
├── db.js # MongoDB persistence
├── api.js # Railway API proxy with circuit breaker
├── tools/ # 37 tool implementations (one per file)
└── skills/ # /abis-ops and /abis-alertsDual transport: SSE (HTTP for cloud) + stdio (Claude Desktop/Code)
Rate limiting: 60 req/min global; per-tier limits (free=30, pro=120, admin=300)
Backend: Proxies to ABIS FastAPI on Railway
Persistence: MongoDB Atlas (sessions, scores, conversations, benchmarks)
Contributing
Contributions welcome! Please open an issue first to discuss what you'd like to change.
npm run dev # Start with --watch on port 3100License
MIT — see LICENSE for details.
About
CIJ Labs Ltd · Company No. 16984759 · London Patent: GB2521226.7 · abis.cijlabs.com
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cijlabs/abis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server