{
  "schema_version": "0.1",
  "name": "AskSoma",
  "homepage": "https://asksoma.ai",
  "description": "AI-powered Vedic astrology companion: free Kundli, 60+ tools, personalised life insights, and chat with Soma.",
  "actions": [
    {
      "id": "free_kundli",
      "name": "Generate free Kundli",
      "description": "Open the free Vedic birth chart (Kundli) calculator with date, time, and place of birth.",
      "url": "https://asksoma.ai/kundli-calculator",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "dob": {
            "type": "string",
            "format": "date",
            "description": "Date of birth (YYYY-MM-DD)"
          },
          "tob": {
            "type": "string",
            "description": "Time of birth (HH:MM, 24-hour)"
          },
          "place": {
            "type": "string",
            "description": "Birth city or place name"
          }
        }
      }
    },
    {
      "id": "daily_panchang",
      "name": "View today's Panchang",
      "description": "Read today's Vedic Panchang: Tithi, Nakshatra, Rahu Kaal, Choghadiya, and auspicious timings.",
      "url": "https://asksoma.ai/panchang",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "city": {
            "type": "string",
            "description": "City slug or name for location-specific Panchang"
          }
        }
      }
    },
    {
      "id": "compatibility_check",
      "name": "Check Vedic compatibility",
      "description": "Run a free Gun Milan / Ashta Kuta compatibility check between two birth charts.",
      "url": "https://asksoma.ai/compatibility",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "person1_dob": {
            "type": "string",
            "format": "date",
            "description": "First person's date of birth"
          },
          "person2_dob": {
            "type": "string",
            "format": "date",
            "description": "Second person's date of birth"
          }
        }
      }
    },
    {
      "id": "muhurat_finder",
      "name": "Find auspicious Muhurat",
      "description": "Find auspicious date and time windows for events (marriage, travel, business, naming ceremony).",
      "url": "https://asksoma.ai/muhurat-finder",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "event_type": {
            "type": "string",
            "enum": ["marriage", "travel", "business", "namakaran", "mundan", "general"],
            "description": "Type of event to schedule"
          }
        }
      }
    },
    {
      "id": "contact_support",
      "name": "Contact AskSoma support",
      "description": "Reach the AskSoma support team for billing, account, or product questions.",
      "url": "https://asksoma.ai/contact",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "subject": {
            "type": "string",
            "description": "Short subject line for the support request"
          },
          "message": {
            "type": "string",
            "description": "Detailed message describing the issue or question"
          },
          "email": {
            "type": "string",
            "format": "email",
            "description": "Reply-to email address"
          }
        },
        "required": ["message", "email"]
      }
    },
    {
      "id": "sign_up_free",
      "name": "Create free AskSoma account",
      "description": "Sign up for a free account to save your birth chart, chat with Soma, and unlock personalised insights.",
      "url": "https://asksoma.ai/sign-up",
      "method": "GET",
      "parameters": {
        "type": "object",
        "properties": {
          "email": {
            "type": "string",
            "format": "email",
            "description": "Email address for the new account"
          }
        }
      }
    }
  ],
  "_meta": {
    "generator": "AskSoma",
    "version": "2026-06-19",
    "standard": "agents.json + llms.txt + agent-instructions.md",
    "developer_api": "https://api.asksoma.ai",
    "mcp_endpoint": "https://api.asksoma.ai/mcp"
  }
}
