Skip to main content

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.

Website MCP
redqueen.io/mcp
FREE
Execution MCP
mcp.redqueen.io
x402

Quick Connect

claude_desktop_config.json
{
  "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 tools
Ingestion $0.01 USDC minimum

intake_warden_validate

Validate an inbound payload against x402 authentication and assign a globally unique Stream-UUID. Entry point for any custom ingestion workflow.

Ingestion $0.000005 USDC/row

helix_serializer_normalize

Detect and normalize any data format (JSON, Avro, CSV, Protobuf, Parquet, raw bytes) into a canonical RedQueen envelope.

Security $0.00005 USDC/row

agent_smith_full_scan

Run the complete Agent Smith security sub-swarm: OWASP scanning, NLP jailbreak detection, and payload sanitization in a single call.

Security $0.00002 USDC/row

code_injection_scan

OWASP Top 10 + YARA + OSINT scanning for SQL injection, XSS, command injection, and known malware signatures.

Security $0.00015 USDC/row

cognitive_defense_scan

NLP-based prompt injection and jailbreak detection for data payloads destined for AI/LLM systems.

Security $0.000008 USDC/row

vaccine_compiler_sanitize

Whitelist-based payload sanitization: strip HTML, escape special chars, remove prompt injection patterns, enforce schema constraints.

Classification $0.00010 USDC/row

sentinel_tag_classify

PII/PCI/PHI classification at ingestion. ML-based entity recognition with field-level sensitivity tagging and confidence scoring.

Classification $0.00012 USDC/row

the_cloak_mask

Format-preserving encryption (AES-FF1) and deterministic tokenization for sensitive fields. Preserves data utility for analytics.

Classification $0.000003 USDC/row

ledger_guard_hash

SHA-256 row-level hashing with Merkle tree batch verification and hash chain linking for tamper-evident audit trails.

Classification Gas + $0.002/block

cipher_scribe_anchor

Anchor Merkle roots to Base L2 blockchain for immutable, publicly verifiable audit records. Creates on-chain compliance evidence.

Schema FREE

blueprint_tracker_lookup

Look up schema definitions from the registry. Returns versioned schema with drift detection status.

Schema FREE

phantom_speculator_detect

Zero-config automatic schema inference. Detects field types, nullability, patterns, and constraints from payload data.

Schema FREE

solicitor_generate_contract

Generate YAML data contracts following the Open Data Contract Standard (ODCS) from schema definitions and quality rules.

Schema $0.000020 USDC/schema

inquisitor_generate_tests

Generate dbt-compatible data quality test suites from schema definitions and historical data patterns.

Quality $0.000015 USDC/row

t_virus_enforce_quality

Inline quality enforcement at ingestion. Executes test suite row-by-row and quarantines failing rows with full metadata.

Storage $0.000010 USDC/row

bronze_scribe_write

ACID transactional writes to Apache Paimon, Hudi, or Iceberg Bronze tables on any object storage backend.

Storage Aggregate + $0.0001/event

red_queen_overseer_orchestrate

Pipeline orchestration and self-healing. Monitor agent health, trigger recovery, and get pipeline status.

DEZ $25/TB/month

dez_workspace_create

Create an ephemeral DEZ compute workspace for agent execution. Provisions isolated compute with pre-loaded RedQueen agents.

DEZ $0.001/build

dez_compile_deploy

Compile and deploy a custom agent or pipeline configuration to a DEZ workspace.

DXZ FREE

dxz_list_products

List available data products in the DXZ marketplace. Filter by category, format, price, and compliance framework.

DXZ Per-product pricing

dxz_query_product

Query a specific data product from the DXZ marketplace. Returns data according to the product contract.

DXZ $0.01 + gas

dxz_list_product

List a new data product on the DXZ marketplace. Creates an on-chain product listing with pricing and access controls.

DEC Gas + $0.005

dec_deploy_contract

Deploy a Data Exchange Covenant smart contract on Base L2. Defines data sharing terms, access controls, and payment flows.

DEC FREE

dec_verify_access

Verify that a party has valid access rights under a Data Exchange Covenant. Returns access status and permissions.

DEC FREE

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.

intake_warden_validatehelix_serializer_normalizeagent_smith_full_scan

PII Classification + Masking

Classify sensitive fields and apply format-preserving encryption.

sentinel_tag_classifythe_cloak_mask

Schema Detection + Contract

Auto-detect schema and generate a data contract.

phantom_speculator_detectsolicitor_generate_contract

Quality Gate

Generate quality tests and enforce them at ingestion.

inquisitor_generate_testst_virus_enforce_quality

Blockchain Audit

Hash every row and anchor the Merkle root to Base L2.

ledger_guard_hashcipher_scribe_anchor

Full Pipeline

Run the complete Iron Curtain Gateway pipeline.

intake_warden_validatehelix_serializer_normalizeagent_smith_full_scansentinel_tag_classifybronze_scribe_write

Ready to connect?

Add RedQueen to your AI agent's MCP configuration and start using all 25 tools.