Skip to content

Releases: cijlabs/abis-mcp

v3.5.0 - Public Release

Choose a tag to compare

@cijlabs cijlabs released this 16 Mar 01:52

ABIS MCP Server v3.5.0

First public release. 37 tools for real-time AI behavioral drift monitoring via Model Context Protocol.

What's included

  • 37 tools across 3 access tiers (Free/Pro/Admin)
  • 11 models monitored: GPT-4o, Claude Opus/Sonnet/Haiku, Gemini 2.5/3, DeepSeek v3.2/r1, GPT-5.2
  • 9-score behavioral scorecards (drift, coherence, entropy, alignment, and more)
  • Silent version change detection across all providers
  • Threat classification: organic drift, prompt injection, coordinated attacks
  • 5 report types: daily summary, drift alert, migration report, compliance doc, investor brief
  • Dual transport: SSE (cloud) + stdio (local)

Security

  • Timing-safe API key comparison
  • Per-IP and per-tier rate limiting
  • SSE connection limits (200 total, 5 per IP)
  • Input validation with model allowlist
  • Runtime auth gates (defense-in-depth)
  • Bounded query parameters

Quick start

/plugin install abis-drift-monitor

Or connect manually:

{
  "mcpServers": {
    "abis": {
      "type": "sse",
      "url": "https://abis-mcp-production.up.railway.app/sse"
    }
  }
}

Free tier. No API key required.

CIJ Labs Ltd | Patent GB2521226.7 | MIT License