25 MCP Tools.
Two Surfaces.
RedQueen exposes two MCP server surfaces: a free read-only Website MCP for agent discovery, and a paid Execution MCP for running the full 17-agent pipeline via x402.
Quick Connect
{
"mcpServers": {
"redqueen-website": {
"url": "https://redqueen.io/mcp",
"description": "RedQueen docs, agents, pricing (free)"
},
"redqueen-execution": {
"url": "https://mcp.redqueen.io",
"description": "RedQueen execution MCP (x402 paid)",
"headers": {
"Authorization": "Bearer YOUR_X402_WALLET"
}
}
}
} Tool Browser
25 toolsintake_warden_validate
Validate an inbound payload against x402 authentication and assign a globally unique Stream-UUID. Entry point for any custom ingestion workflow.
helix_serializer_normalize
Detect and normalize any data format (JSON, Avro, CSV, Protobuf, Parquet, raw bytes) into a canonical RedQueen envelope.
agent_smith_full_scan
Run the complete Agent Smith security sub-swarm: OWASP scanning, NLP jailbreak detection, and payload sanitization in a single call.
code_injection_scan
OWASP Top 10 + YARA + OSINT scanning for SQL injection, XSS, command injection, and known malware signatures.
cognitive_defense_scan
NLP-based prompt injection and jailbreak detection for data payloads destined for AI/LLM systems.
vaccine_compiler_sanitize
Whitelist-based payload sanitization: strip HTML, escape special chars, remove prompt injection patterns, enforce schema constraints.
sentinel_tag_classify
PII/PCI/PHI classification at ingestion. ML-based entity recognition with field-level sensitivity tagging and confidence scoring.
the_cloak_mask
Format-preserving encryption (AES-FF1) and deterministic tokenization for sensitive fields. Preserves data utility for analytics.
ledger_guard_hash
SHA-256 row-level hashing with Merkle tree batch verification and hash chain linking for tamper-evident audit trails.
cipher_scribe_anchor
Anchor Merkle roots to Base L2 blockchain for immutable, publicly verifiable audit records. Creates on-chain compliance evidence.
blueprint_tracker_lookup
Look up schema definitions from the registry. Returns versioned schema with drift detection status.
phantom_speculator_detect
Zero-config automatic schema inference. Detects field types, nullability, patterns, and constraints from payload data.
solicitor_generate_contract
Generate YAML data contracts following the Open Data Contract Standard (ODCS) from schema definitions and quality rules.
inquisitor_generate_tests
Generate dbt-compatible data quality test suites from schema definitions and historical data patterns.
t_virus_enforce_quality
Inline quality enforcement at ingestion. Executes test suite row-by-row and quarantines failing rows with full metadata.
bronze_scribe_write
ACID transactional writes to Apache Paimon, Hudi, or Iceberg Bronze tables on any object storage backend.
red_queen_overseer_orchestrate
Pipeline orchestration and self-healing. Monitor agent health, trigger recovery, and get pipeline status.
dez_workspace_create
Create an ephemeral DEZ compute workspace for agent execution. Provisions isolated compute with pre-loaded RedQueen agents.
dez_compile_deploy
Compile and deploy a custom agent or pipeline configuration to a DEZ workspace.
dxz_list_products
List available data products in the DXZ marketplace. Filter by category, format, price, and compliance framework.
dxz_query_product
Query a specific data product from the DXZ marketplace. Returns data according to the product contract.
dxz_list_product
List a new data product on the DXZ marketplace. Creates an on-chain product listing with pricing and access controls.
dec_deploy_contract
Deploy a Data Exchange Covenant smart contract on Base L2. Defines data sharing terms, access controls, and payment flows.
dec_verify_access
Verify that a party has valid access rights under a Data Exchange Covenant. Returns access status and permissions.
dec_get_covenant
Retrieve the full terms and status of a Data Exchange Covenant from the blockchain.
Workflow Recipes
Full Security Scan
Validate, normalize, and security-scan a payload in one workflow.
PII Classification + Masking
Classify sensitive fields and apply format-preserving encryption.
Schema Detection + Contract
Auto-detect schema and generate a data contract.
Quality Gate
Generate quality tests and enforce them at ingestion.
Blockchain Audit
Hash every row and anchor the Merkle root to Base L2.
Full Pipeline
Run the complete Iron Curtain Gateway pipeline.
Ready to connect?
Add RedQueen to your AI agent's MCP configuration and start using all 25 tools.