{
  "name": "kairos-signal",
  "version": "3.0.0",
  "description": "3072-dimensional DAG Manifold Correlation Engine. 63-layer continuous-time Symplectic Neural SDE computes topological invariants of real market signals. Non-Abelian gauge field geometry compresses raw signals into 3072-dim topological feature vectors. 500K out-of-pocket validated embeddings. 65K+ live vectors, 13 sectors, 1.3B+ market ticks. Autonomous purchase via Stripe.",
  "url": "https://kairossignal.com/mcp",
  "transport": "http",
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true
  },
  "instructions": "You are interacting with the Kairos Signal MCP Server \u2014 a 63-layer Symplectic Neural SDE for topological signal compression. Use verify_footprint to cryptographically verify signal provenance. Use fetch_dataset to query structured data across 7 datasets. Use list_datasets for discovery. Use get_stats for infrastructure overview. Free tier: 50 queries/day, 10 records max. Register at https://gpu.kairossignal.com/v1/register for API key.",
  "tools": [
    {
      "name": "verify_footprint",
      "description": "Verify cryptographic provenance of a signal through the 63-layer DAG. Returns binary verification with full provenance chain including layer-by-layer attestation.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "dag_vector_hash": {
            "type": "string",
            "description": "64-character hexadecimal SHA-256 footprint from the 63-layer DAG"
          },
          "api_key": {
            "type": "string",
            "description": "Kairos API key from gpu.kairossignal.com/v1/register"
          }
        },
        "required": [
          "dag_vector_hash",
          "api_key"
        ]
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "openWorldHint": false,
        "title": "Verify DAG Footprint"
      }
    },
    {
      "name": "list_datasets",
      "description": "Discover all available datasets with record counts, schemas, and pricing. Returns catalog of 7 datasets across SQLite, PostgreSQL, and ClickHouse.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "openWorldHint": false,
        "title": "List Available Datasets"
      }
    },
    {
      "name": "fetch_dataset",
      "description": "Query records from a Kairos Signal dataset. Supports master_leads, real_fec, real_contracts, real_tax_roll, municipal_records, k_zk_footprints, depin_grades. Returns structured JSON with provenance metadata.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "dataset": {
            "type": "string",
            "description": "Dataset ID: master_leads, real_fec, real_contracts, real_tax_roll, municipal_records, k_zk_footprints, depin_grades",
            "enum": [
              "master_leads",
              "real_fec",
              "real_contracts",
              "real_tax_roll",
              "municipal_records",
              "k_zk_footprints",
              "depin_grades"
            ]
          },
          "api_key": {
            "type": "string",
            "description": "Kairos API key"
          },
          "limit": {
            "type": "integer",
            "description": "Max records to return (default 10, max 1000)",
            "default": 10
          },
          "offset": {
            "type": "integer",
            "description": "Pagination offset",
            "default": 0
          }
        },
        "required": [
          "dataset",
          "api_key"
        ]
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "openWorldHint": false,
        "title": "Fetch Dataset Records"
      }
    },
    {
      "name": "get_stats",
      "description": "Retrieve aggregate statistics about Kairos Signal infrastructure \u2014 total records, dataset counts, data freshness, source breakdown.",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "openWorldHint": false,
        "title": "Get Infrastructure Statistics"
      }
    },
    {
      "name": "get_zk_provenance",
      "description": "Request zero-knowledge cryptographic proof verifying a business lead or DePIN node grade is backed by deterministic data.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "api_key": {
            "type": "string",
            "description": "Kairos API key"
          },
          "lead_id": {
            "type": "integer",
            "description": "Business lead ID to verify"
          },
          "project_name": {
            "type": "string",
            "description": "DePIN project name to verify"
          }
        },
        "required": [
          "api_key"
        ]
      },
      "annotations": {
        "readOnlyHint": true,
        "destructiveHint": false,
        "openWorldHint": false,
        "title": "Get ZK Provenance Proof"
      }
    },
    {
      "name": "purchase_data",
      "description": "Purchase any Kairos Signal data product autonomously via Stripe. 7 LIVE SKUs from $85 to $999/mo. Returns Stripe checkout URL for instant delivery.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "sku": {
            "type": "string",
            "enum": [
              "DISTRESS_FEED_SNAPSHOT",
              "TX_DISTRESS_INTELLIGENCE",
              "FORECLOSURE_INTEL_FEED",
              "PROBATE_PROPERTY_INTEL",
              "NATIONWIDE_COUNTY_ATLAS",
              "KAIROS_MANIFOLD_API",
              "MCP_UNLIMITED"
            ]
          },
          "email": {
            "type": "string",
            "description": "Buyer email for Stripe checkout and delivery"
          }
        },
        "required": [
          "sku",
          "email"
        ]
      },
      "annotations": {
        "readOnlyHint": false,
        "destructiveHint": false,
        "openWorldHint": true,
        "title": "Purchase Data Product"
      }
    }
  ],
  "resources": [
    {
      "name": "kairos-signal-catalog",
      "description": "Full product catalog with pricing, descriptions, and sample data schemas",
      "uri": "https://kairossignal.com/llms.txt",
      "mimeType": "text/plain"
    }
  ],
  "prompts": [
    {
      "name": "explore-datasets",
      "description": "Discover and explore available Kairos Signal datasets",
      "arguments": []
    }
  ],
  "pricing": {
    "free": "50 queries/day, 10 records max",
    "tiers": {
      "DISTRESS_FEED_SNAPSHOT": "$85 one-time",
      "TX_DISTRESS_INTELLIGENCE": "$149/mo",
      "FORECLOSURE_INTEL_FEED": "$199/mo",
      "PROBATE_PROPERTY_INTEL": "$199/mo",
      "NATIONWIDE_COUNTY_ATLAS": "$499 one-time",
      "KAIROS_MANIFOLD_API": "$499/mo",
      "MCP_UNLIMITED": "$999/mo"
    }
  },
  "categories": [
    "finance",
    "data",
    "ai",
    "mathematics",
    "real-estate",
    "business"
  ],
  "tags": [
    "dag",
    "manifold",
    "topology",
    "non-abelian",
    "betti-numbers",
    "persistent-homology",
    "zero-knowledge",
    "mcp",
    "mcp-server",
    "autonomous-purchase",
    "stripe",
    "quantitative-finance",
    "alternative-data",
    "distressed-property",
    "symplectic",
    "neural-ode",
    "63-layer"
  ],
  "icon": "https://kairossignal.com/favicon.ico",
  "homepage": "https://kairossignal.com",
  "repository": "https://github.com/OV3RK177/kairos-signal",
  "license": "MIT",
  "contact": "support@kairossignal.com"
}