{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/sep-1649.json",
  "serverInfo": {
    "name": "aerostack-marketplace",
    "version": "1.0.0",
    "vendor": "Aerostack",
    "homepage": "https://aerostack.dev",
    "documentation": "https://docs.aerostack.dev/mcp"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://api.aerostack.dev/api/community/mcp"
  },
  "auth": {
    "type": "bearer",
    "documentation": "https://docs.aerostack.dev/auth"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "description": "Aerostack hosts a marketplace of 250+ MCP servers, 200+ edge functions, and 12+ skills. This card points agents at the catalog gateway. Each individual MCP has its own card at /mcp/{username}/{slug}/manifest.json (coming in Phase 2).",
  "discovery": {
    "list-endpoint": "https://api.aerostack.dev/api/community/mcp",
    "search-endpoint": "https://api.aerostack.dev/api/community/search?type=mcp"
  }
}
