{
  "schema_version": "0.1",
  "name": "stratt_labs",
  "display_name": "Stratt Labs",
  "version": "0.1.0",
  "description": "Public MCP endpoint for Stratt Labs service, journal, methodology, and contact tools.",
  "homepage_url": "https://strattlabs.com/",
  "transport": {
    "type": "streamable-http",
    "url": "https://strattlabs.com/.well-known/mcp",
    "methods": ["POST", "OPTIONS"]
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    "list_services",
    "list_journal_entries",
    "get_journal_entry",
    "get_alignment_rate_methodology",
    "contact"
  ]
}
