aaaa-nexus-mcp
AAAA-Nexus MCP provides 135 tools for autonomous AI agent infrastructure: formally bounded trust scoring, RatchetGate session security, on-chain A2A escrow, EU AI Act / NIST compliance certification, DeFi parameter proofs, VRF gaming with cryptographic proof, and verifiable randomness — all backed by the atomadic.tech API. Free tier available, no signup required.
README
AAAA-Nexus MCP Plugin for Claude Code
Claude Code MCP plugin providing access to the AAAA-Nexus trust, security, compliance, and agent infrastructure API.
Features
113 tools across 16 categories:
| Category | Tools | Highlights |
|---|---|---|
| System | 4 | Health, metrics, pricing, agent card |
| Trust Oracles | 6 | Hallucination detection, trust scoring, entropy |
| Security | 8 | Prompt injection scan, threat scoring, PQC signatures |
| Compliance | 14 | EU AI Act, NIST, fairness, audit, drift detection |
| RatchetGate | 4 | Session security with 47-epoch cycle |
| AEGIS | 3 | MCP firewall, epistemic routing, epoch certification |
| VANGUARD | 4 | Red-teaming, MEV governance, escrow lock |
| Agent Swarm | 11 | Registration, topology, planning, contradiction check |
| Discovery | 3 | Capability search, recommendations, registry |
| Reputation | 4 | Score, history, record, dispute |
| SLA | 4 | Register, report, status, breach |
| Escrow | 5 | Create, release, dispute, arbitrate |
| Inference | 8 | AI inference, embeddings, text analysis, routing |
| Control Plane | 10 | Authorization, spending, lineage, federation |
| Ecosystem | 21 | Consensus, quota, sagas, memory fence, governance |
| VeriRand | 4 | Quantum RNG, VRF draws with on-chain proof |
Setup
Prerequisites
- Python 3.12+
- uv (recommended) or pip
Install dependencies
pip install aaaa-nexus-mcp
Or from source:
git clone https://github.com/AAAA-Nexus/aaaa-nexus-mcp
cd aaaa-nexus-mcp
pip install -e .
Configure API key
Free-tier endpoints (nexus_health, nexus_rng_quantum, nexus_agent_card, nexus_metrics) work without a key. For paid tools, get a key at https://atomadic.tech/pay.
Set the environment variable:
export AAAA_NEXUS_API_KEY="an_your_key_here"
Or pass it via your client's MCP config (see below). Never commit keys to source control.
Add to Claude Code
Add to your Claude Code settings (~/.claude/settings.json or project .mcp.json):
{
"mcpServers": {
"aaaa-nexus": {
"command": "python",
"args": ["-m", "aaaa_nexus_mcp"],
"env": {
"AAAA_NEXUS_API_KEY": "an_your_key_here"
}
}
}
}
Test
# Verify server starts (Ctrl+C to exit)
python -m aaaa_nexus_mcp
# Quick Python test
python -c "
import asyncio
from aaaa_nexus_mcp.client import NexusAPIClient
async def t():
async with NexusAPIClient() as c:
print(await c.get('/health'))
asyncio.run(t())
"
Tool naming
All tools are prefixed with nexus_ to avoid collisions in Claude Code's flat tool namespace. Examples:
nexus_health— API health checknexus_hallucination_oracle— check text for confabulationnexus_prompt_inject_scan— scan for adversarial injectionnexus_ratchet_register— start a secure sessionnexus_agent_plan— decompose a goal into steps
Configuration
| Environment Variable | Default | Description |
|---|---|---|
AAAA_NEXUS_API_KEY |
(none) | API key for paid endpoints |
AAAA_NEXUS_BASE_URL |
https://atomadic.tech |
API base URL |
AAAA_NEXUS_TIMEOUT |
20.0 |
Request timeout in seconds |
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.