{
  "schema": "stoneytech.mcp_discovery.v1",
  "name": "StoneyTECH Public Content MCP",
  "description": "Read-only Streamable HTTP MCP for published StoneyTECH pages, articles, axioms, build notes, and public repository notes.",
  "homepage_url": "https://stoneytech.net/mcp",
  "mcp_endpoint": "https://public-content-mcp.stoneytech.net/mcp",
  "intended_canonical_endpoint": "https://stoneytech.net/mcp",
  "transport": "streamable-http",
  "public_content_contract": "https://stoneytech.net/stoneytech-public-content.v1.json",
  "boundary": {
    "access": "published-content-read-only",
    "includes": [
      "published pages",
      "published learn articles",
      "published demystify articles",
      "published axioms",
      "published build notes",
      "public repository notes",
      "generated public search entries"
    ],
    "excludes": [
      "drafts",
      "private repositories",
      "n8n consult internals",
      "work claims",
      "compliance ledgers",
      "secrets",
      "unpublished planning material",
      "write or deploy tools"
    ]
  },
  "tools": [
    "get_site_overview",
    "list_published_content",
    "get_published_item",
    "search_published_content",
    "list_axioms",
    "get_applied_evidence",
    "explain_public_narrative"
  ],
  "docs": [
    {
      "title": "StoneyTECH MCP",
      "url": "https://stoneytech.net/mcp"
    },
    {
      "title": "What is MCP?",
      "url": "https://stoneytech.net/demystify/2026-05-05-what-is-mcp"
    }
  ]
}