{
  "$schema": "https://modelcontextprotocol.io/schemas/server-discovery/0.1/schema.json",
  "version": "0.1.0",
  "name": "alfven-public-mcp",
  "display_name": "Alfven.AI Public MCP Server",
  "description": "Public read-only MCP server exposing Alfven.AI product knowledge, markdown rendering of public pages, and demo analysis tools. No authentication required.",
  "publisher": {
    "name": "Alfven.AI",
    "url": "https://alfven.ai",
    "contact": "support@alfven.ai"
  },
  "transports": [
    {
      "type": "streamable-http",
      "url": "https://nuvqwyiyywsvjlytiosv.supabase.co/functions/v1/mcp-discover",
      "auth": "none"
    }
  ],
  "capabilities": {
    "tools": true,
    "resources": true,
    "prompts": false
  },
  "documentation": "https://alfven.ai/docs/api",
  "discovery": {
    "ai_plugin": "https://alfven.ai/.well-known/ai-plugin.json",
    "openapi": "https://alfven.ai/.well-known/openapi.json",
    "agent_skills": "https://alfven.ai/.well-known/agent-skills/index.json",
    "llms_txt": "https://alfven.ai/llms.txt"
  }
}
