{
  "mcpVersion": "1.0",
  "name": "MudraForge Sovereign AI",
  "version": "6.0.0",
  "description": "The MudraForge Sovereign Intelligence API. A secure, multilingual, agentic reasoning engine for Indian SMEs.",
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false,
    "logging": true
  },
  "tools": [
    {
      "name": "chat",
      "description": "Send a message to MudraForge AI (Multilingual, Sovereign Reasoning).",
      "inputSchema": {
        "type": "object",
        "properties": {
          "messages": { "type": "array" }
        },
        "required": ["messages"]
      }
    }
  ],
  "endpoints": [
    {
      "type": "sse",
      "url": "https://api.mudraforge.in/events",
      "description": "Primary reasoning stream (Mumbai co-located)"
    }
  ],
  "contact": {
    "email": "hello@mudraforge.in",
    "url": "https://mudraforge.in"
  }
}
