{
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "tier321-mcp-server",
    "version": "0.1.0",
    "description": "Read-only MCP server exposing TIER 321's marketing surface — products, blog posts, industries, use cases, company info, and contact methods — as typed tools."
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.tier321.com/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    }
  },
  "tools": [
    { "name": "get_company_info", "description": "Returns the standard TIER 321 company description and positioning." },
    { "name": "list_products", "description": "List TIER 321's product portfolio. Optional status filter." },
    { "name": "get_product", "description": "Get full detail for a single TIER 321 product by id." },
    { "name": "list_blog_posts", "description": "List TIER 321's published blog posts (metadata only, no body)." },
    { "name": "get_blog_post", "description": "Get a blog post by slug (returns full markdown body plus metadata)." },
    { "name": "list_industries", "description": "List the industries TIER 321 builds platforms for." },
    { "name": "list_use_cases", "description": "List TIER 321's documented product capabilities and use cases." },
    { "name": "get_contact_methods", "description": "Return ways to reach TIER 321 (email, contact form, booking link). Read-only — no programmatic submission." }
  ],
  "rateLimiting": {
    "perIp": { "requests": 20, "windowSeconds": 10 }
  },
  "documentation": "https://tier321.com/.well-known/agent-skills/mcp-browse-tier321/SKILL.md"
}