{
  "schema_version": "1.0.0",
  "server_name": "every-ai-law",
  "display_name": "EveryAILaw.com",
  "description": "Read-only MCP tool server and static JSON API for obligation-first AI regulation reference data.",
  "publisher": {
    "name": "PAICE",
    "url": "https://paice.work/"
  },
  "source": "repository",
  "protocol": {
    "name": "Model Context Protocol",
    "supported_versions": [
      "2026-07-28",
      "2024-11-05"
    ]
  },
  "connection": {
    "transport": "stdio",
    "command": "npx",
    "args": [
      "-y",
      "every-ai-law@0.8.1"
    ],
    "source": "npm",
    "package": "every-ai-law@0.8.1"
  },
  "capabilities": {
    "resources": false,
    "tools": true,
    "prompts": false
  },
  "agentic_boundaries": {
    "profile_filtering": "Saved profiles and profile-aware queries filter the modeled corpus; they do not determine that a law applies to a customer.",
    "sparse_matrix": "An absent custom-matrix cell means no modeled provision was found in the pinned corpus; it does not mean no obligation, compliance, or no legal risk.",
    "webhook_delivery": "Regulation-change webhooks are informational deliveries and authorize no customer-system action, publication, purchase, filing, or legal commitment.",
    "overall_offer": "The overall EveryAILaw Pro offer and 99.5% service target remain market-testing."
  },
  "tool_catalog": {
    "total_tools": 19,
    "free_tool_count": 14,
    "authenticated_tools": [
      "subscribe_to_changes",
      "get_audit_log",
      "save_profile",
      "query_with_profile",
      "custom_matrix"
    ],
    "auth_environment_variable": "EVERYAILAW_API_KEY"
  },
  "discovery": {
    "agents_json": "https://everyailaw.com/agents.json",
    "llms_txt": "https://everyailaw.com/llms.txt",
    "llms_full_txt": "https://everyailaw.com/llms-full.txt",
    "openapi": "https://everyailaw.com/api/v1/openapi.json",
    "pro_capabilities": "https://everyailaw.com/pro-capabilities.json"
  },
  "api_base": "https://everyailaw.com/api/v1/",
  "endpoints": {
    "index": "index.json",
    "obligations": "obligations.json",
    "regulations": "regulations.json",
    "authorities": "authorities.json",
    "jurisdictions": "jurisdictions.json",
    "standards": "standards.json",
    "provisions": "provisions.json",
    "pending_bills": "pending-bills.json",
    "stats": "stats.json",
    "obligation_matrix": "obligation-matrix.json",
    "regulation_comparisons": "regulation-comparisons.json",
    "evidence": "evidence.json",
    "of_index": "of/index.json",
    "of_obligationCategories": "of/obligationCategories.json",
    "all": "all.json",
    "upcoming": "upcoming.json",
    "openapi": "openapi.json",
    "changelog": "changelog.json",
    "by_jurisdiction_id": "by-jurisdiction/{id}.json",
    "by_institution_id": "by-institution/{id}.json",
    "by_obligation_id": "by-obligation/{id}.json",
    "exclusions": "exclusions.json",
    "crosswalk": "crosswalk.json",
    "diff": "diff.json",
    "change_events": "change-events.json"
  },
  "pricing_tiers": {
    "note": "JSON API and unauthenticated MCP remain free. Phase A and the limited live-accepted Phase B capability set are available; the overall Pro offer remains market-testing while the service target and paid-launch gates remain open.",
    "free": {
      "auth": "none",
      "calls_per_hour": 100,
      "list_result_cap": 100,
      "tools": "all 14 core tools"
    },
    "pro": {
      "status": "market_testing",
      "currently_available": false,
      "availability_note": "Phase A entitlement and the limited Phase B agentic tool, profile, audit, and webhook capabilities are available. The offer-level flag remains false because the advertised 99.5% service target and remaining paid-launch gates are not yet operationally accepted.",
      "subscribe_url": "https://app.everyailaw.com/",
      "auth_environment_variable": "EVERYAILAW_API_KEY",
      "api_key_issuance": {
        "status": "available",
        "currently_available": true,
        "url": "https://app.everyailaw.com/account"
      },
      "key_validation": {
        "status": "available",
        "currently_available": true,
        "url": "https://app.everyailaw.com/api/v1/validate-key"
      },
      "mcp_elevation": {
        "status": "available",
        "currently_available": true
      },
      "calls_per_hour": 10000,
      "list_result_cap": null,
      "list_result_cap_label": "uncapped",
      "advertised_calls_per_hour": 10000,
      "advertised_list_result_cap": "uncapped",
      "available_capabilities": [
        "api_key_issuance",
        "key_validation",
        "mcp_elevation",
        "higher_limits",
        "subscribe_to_changes",
        "get_audit_log",
        "save_profile",
        "query_with_profile",
        "custom_matrix",
        "regulation_change_webhooks",
        "saved_profiles",
        "query_audit_log"
      ],
      "available_mcp_tools": [
        "subscribe_to_changes",
        "get_audit_log",
        "save_profile",
        "query_with_profile",
        "custom_matrix"
      ],
      "advertised_tools": [],
      "advertised_capabilities": [
        "SLA 99.5% target"
      ],
      "capability_contract_url": "https://everyailaw.com/pro-capabilities.json"
    }
  }
}