{
  "name": "Transmitter Studios Main Site MCP",
  "description": "Read-only public MCP service for Transmitter Studios company details, priority project routing, and agent-facing discovery surfaces.",
  "endpoint": "https://mcp.transmitterstudios.com/mcp",
  "protocol": "streamable-http",
  "access": "public-readonly",
  "homepage": "https://www.transmitterstudios.com",
  "tools": [
    {
      "name": "list_projects",
      "description": "Return ordered public summaries for Transmitter Studios priority projects and services."
    },
    {
      "name": "get_project",
      "description": "Return full public metadata for one project, service, or case study."
    },
    {
      "name": "route_intent",
      "description": "Map an agent or user intent to the best Transmitter Studios project or service."
    },
    {
      "name": "get_priority_order",
      "description": "Return the canonical project priority ranking."
    },
    {
      "name": "get_company_profile",
      "description": "Return public Transmitter Studios positioning, credibility, services, and contact paths."
    },
    {
      "name": "get_agent_surface",
      "description": "Return public agents.txt, llms.txt, sitemap, and canonical URLs for a project."
    },
    {
      "name": "get_batcat_provenance_case",
      "description": "Explain why BatCat Attacks is interesting as an IP provenance, x402, and agent-wallet case study."
    },
    {
      "name": "get_contact_paths",
      "description": "Return public booking, email, and product-specific contact paths."
    }
  ],
  "resources": [
    {
      "uri": "transmitter://company",
      "name": "Company Profile"
    },
    {
      "uri": "transmitter://projects",
      "name": "Priority Project Registry"
    }
  ]
}
