{
  "serverInfo": {
    "name": "algebraic-intelligence.dev",
    "version": "0.1.0"
  },
  "capabilities": {},
  "x-static-server": true,
  "x-server-url": "https://datamancy.dev",
  "x-manifest-url": "https://datamancy.dev/.well-known/mcp/manifest.json",
  "x-trust": {
    "content-hash": "SHA-256",
    "signed": true,
    "signature-url": "https://datamancy.dev/.well-known/mcp/manifest.json.sig",
    "signature-algorithm": "ECDSA-P256-SHA256",
    "signing-key": "AWS KMS, non-exportable",
    "pubkey-pinned-in": "https://www.npmjs.com/package/datamancy"
  },
  "x-note": "algebraic-intelligence.dev is the chronicle (story, polished, rendered). The actual MCP server is at datamancy.dev — a cryptographically verifiable static MCP serving the datamancy grimoire as raw markdown. The manifest is signed with ECDSA P-256 over SHA-256 by a key held non-exportably in AWS KMS; the npm adapter at `npx -y datamancy` verifies the signature against a public key pinned in the package source, then verifies SHA-256 of each fetched spell against the signed manifest's entries. No content reaches the LLM unverified. The signed manifest is the authoritative, always-current spell catalog — this card carries no spell list of its own (a copy drifts; the signed source cannot). The practitioner's identity card lives at https://datamancer.dev. Three domains, three purposes: chronicle / identity / grimoire.",
  "x-recommended-resources": [
    {
      "name": "datamancy-mcp-manifest",
      "uri": "https://datamancy.dev/.well-known/mcp/manifest.json",
      "mimeType": "application/json",
      "description": "The signed MCP manifest — the authoritative, always-current catalog of the grimoire's spells, each with SHA-256 verifiable content. Verify against signature at /.well-known/mcp/manifest.json.sig (ECDSA P-256, key pinned in the npm package source)."
    },
    {
      "name": "datamancy-npm-package",
      "uri": "https://www.npmjs.com/package/datamancy",
      "mimeType": "text/html",
      "description": "Zero-dep MCP adapter that consumes the manifest. Pin its public key in source. Invoke via `npx -y datamancy` in any MCP client config."
    },
    {
      "name": "datamancer.dev",
      "uri": "https://datamancer.dev",
      "mimeType": "text/markdown",
      "description": "Practitioner identity card. Raw markdown. Three pointers: chronicle / grimoire / source."
    },
    {
      "name": "llms.txt",
      "uri": "https://algebraic-intelligence.dev/llms.txt",
      "mimeType": "text/markdown",
      "description": "Agent map for this chronicle site."
    },
    {
      "name": "topology",
      "uri": "https://algebraic-intelligence.dev/blog/topology/",
      "mimeType": "text/html",
      "description": "How to read this site — trunk + branches + cliff notes."
    },
    {
      "name": "static-mcp-design",
      "uri": "https://github.com/watmin/algebraic-intelligence.dev/blob/main/docs/static-mcp/DESIGN.md",
      "mimeType": "text/markdown",
      "description": "Full design doc for the static MCP architecture — three-domain split, trust tiers, threat model, multi-arc plan."
    }
  ]
}
