{
 "name": "solonic-atlas",
 "version": "0.1.0",
 "transport": "stdio",
 "description": "Local MCP server over the Solonic Frontier Atlas corpus. Zero dependencies; no network.",
 "install": {
  "download": [
   "/solonic-mcp.py",
   "/atlas-merged-corpus.json",
   "/atlas-edges.json"
  ],
  "config": {
   "mcpServers": {
    "solonic-atlas": {
     "command": "python3",
     "args": [
      "/absolute/path/to/solonic-mcp.py"
     ]
    }
   }
  }
 },
 "tools": [
  "atlas_stats",
  "atlas_search",
  "atlas_node",
  "atlas_domains",
  "atlas_bridge",
  "clock_crossover",
  "mark_check",
  "neurath_schema"
 ],
 "status": {
  "local": "working \u2014 tested against MCP stdio, early-2026 protocol shape",
  "hosted_endpoint": "OPEN \u2014 does not exist yet"
 }
}