{
  "name": "Navamsha Astrology API",
  "description": "Hosted Vedic, Western, and numerology astrology platform for AI agents — Kundali, Panchang, Dasha, Gun Milan matchmaking, Western natal/synastry, and numerology calculations via REST API and MCP.",
  "url": "https://www.navamsha.in",
  "iconUrl": "https://www.navamsha.in/favicon.svg",
  "provider": {
    "organization": "Navamsha",
    "url": "https://www.navamsha.in"
  },
  "version": "1.0.0",
  "documentationUrl": "https://www.navamsha.in/developers",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["apiKey"],
    "type": "api_key",
    "header": "X-API-Key",
    "signupUrl": "https://www.navamsha.in/auth/signup"
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "kundali",
      "name": "Kundali & Planets",
      "description": "Vedic birth chart, lagna, houses, planetary positions, divisional charts (D1, D9, and more).",
      "tags": ["vedic-astrology", "kundali", "birth-chart", "planets"],
      "examples": ["Generate a Kundali for 1990-05-14 08:30 IST, Delhi", "What is the D9 Navamsha chart for this birth data?"]
    },
    {
      "id": "panchang",
      "name": "Panchang & Muhurta",
      "description": "Hindu calendar elements — tithi, nakshatra, yoga, karana, choghadiya, hora — for a given date and location.",
      "tags": ["panchang", "muhurta", "hindu-calendar", "choghadiya"],
      "examples": ["Get today's Panchang for Mumbai", "Find an auspicious muhurta this week"]
    },
    {
      "id": "dasha",
      "name": "Dasha & Timing",
      "description": "Vimshottari and Yogini dasha periods, current Mahadasha/Antardasha for a birth chart.",
      "tags": ["dasha", "vimshottari", "timing", "predictive-astrology"],
      "examples": ["What is the current Mahadasha and Antardasha?"]
    },
    {
      "id": "compatibility",
      "name": "Compatibility & Gun Milan",
      "description": "Ashtakoot matchmaking, Manglik dosha checks, and compatibility scoring between two birth charts.",
      "tags": ["gun-milan", "ashtakoot", "manglik", "matchmaking"],
      "examples": ["Check Gun Milan compatibility between two birth charts", "Is this person Manglik?"]
    },
    {
      "id": "western",
      "name": "Western Astrology",
      "description": "Natal charts, transits, synastry, composite charts, and solar returns using Western tropical astrology.",
      "tags": ["western-astrology", "natal-chart", "synastry", "transits"]
    },
    {
      "id": "numerology",
      "name": "Numerology",
      "description": "Life path number, expression number, and personal year calculations.",
      "tags": ["numerology", "life-path"]
    }
  ],
  "additionalInterfaces": [
    {
      "type": "mcp",
      "url": "https://agent.navamsha.in/mcp",
      "documentationUrl": "https://www.navamsha.in/mcp"
    },
    {
      "type": "openapi",
      "url": "https://api.navamsha.in/openapi.json",
      "documentationUrl": "https://api.navamsha.in/docs"
    }
  ]
}
