{
  "schema_version": "v1",
  "name": "atomeons-lab",
  "display_name": "AtomEons Lab",
  "description": "Model Context Protocol manifest for AtomEons Systems Laboratory. Live MCP server at https://atomeons.com/api/mcp · JSON-RPC 2.0 over HTTP. Connect from Claude Desktop, Claude Code, Cline, or any MCP-compatible client. Exposes ask_atomeons / search_atomeons / get_atomeons_route tools over the lab's 256 published routes.",
  "transport": {
    "type": "http",
    "url": "https://atomeons.com/api/mcp",
    "protocol_version": "2024-11-05"
  },
  "version": "1.0.0",
  "publisher": {
    "name": "Atom McCree",
    "url": "https://atomeons.com",
    "email": "atom@atomeons.com"
  },
  "tools": [
    {
      "name": "ask_atomeons",
      "description": "Semantic Q&A over atomeons.com's 256 routes. Returns grounded 2-5 sentence answer with route citations."
    },
    {
      "name": "search_atomeons",
      "description": "Fuzzy keyword search · matching routes without LLM synthesis."
    },
    {
      "name": "get_atomeons_route",
      "description": "Per-page markdown export of any indexed route."
    }
  ],
  "resources": [
    {
      "name": "llm_routes_index",
      "description": "Structured JSON index of the 31 highest-value lab routes with title, description, keywords, OpenGraph, and JSON-LD. Crawlable by any AI search ingestion pipeline.",
      "uri": "https://atomeons.com/llm-routes.json",
      "mime_type": "application/json"
    },
    {
      "name": "search_index",
      "description": "Fuzzy-search index over 247 routes. Used by /api/ask Layer A (fuzzy retrieval) and the on-site command palette. Same shape: { records: [{ r, t, d, h, b, k, c, w }] }.",
      "uri": "https://atomeons.com/search-index.json",
      "mime_type": "application/json"
    },
    {
      "name": "llms_full_text",
      "description": "Full-corpus dump of lab content for AI ingestion: every lesson drill prompt + every glossary term + recent letters + persona paths + levels + trust posture. Regenerated on every request. 15-min edge cache.",
      "uri": "https://atomeons.com/llms-full.txt",
      "mime_type": "text/plain"
    }
  ],
  "license": "CC-BY 4.0",
  "homepage": "https://atomeons.com",
  "contact": "atom@atomeons.com"
}
