{
  "name": "platphorm-404-mcp",
  "version": "1.0.0",
  "description": "MCP server for Platphorm News 404 - the most epic error page",
  "protocol_version": "2024-11-05",
  "endpoint": "https://404.platphormnews.com/api/mcp",
  "transport": "http",
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": true
  },
  "tools": [
    {
      "name": "get_network_sites",
      "description": "List all sites in the Platphorm News Network"
    },
    {
      "name": "get_network_health",
      "description": "Get health status of the network"
    },
    {
      "name": "get_site_info",
      "description": "Get detailed information about a specific site"
    },
    {
      "name": "discover_site_api",
      "description": "Discover API endpoints for a network site"
    },
    {
      "name": "search_network",
      "description": "Search across the entire network"
    },
    {
      "name": "generate_void_message",
      "description": "Generate a cryptic message from the void"
    }
  ],
  "resources": [
    {
      "uri": "platphorm://network/sites",
      "name": "Network Sites"
    },
    {
      "uri": "platphorm://network/health",
      "name": "Network Health"
    },
    {
      "uri": "platphorm://discovery/llms",
      "name": "LLMs Discovery"
    },
    {
      "uri": "platphorm://discovery/openapi",
      "name": "OpenAPI Spec"
    }
  ],
  "prompts": [
    {
      "name": "explore_network",
      "description": "Guide for exploring the network"
    },
    {
      "name": "find_404_easter_eggs",
      "description": "Discover hidden easter eggs"
    },
    {
      "name": "network_architecture",
      "description": "Explain the network architecture"
    }
  ],
  "federation": {
    "hub": "https://mcp.platphormnews.com/api/mcp",
    "related": [
      "https://trace.platphormnews.com/api/mcp",
      "https://base.platphormnews.com/api/mcp",
      "https://ascii.platphormnews.com/api/mcp"
    ]
  },
  "documentation": {
    "llms": "https://404.platphormnews.com/llms.txt",
    "openapi": "https://404.platphormnews.com/api/docs"
  }
}
