{"name":"com.roxyapi/ayurveda","slug":"roxyapi-ayurveda","title":"Ayurveda MCP Server by RoxyAPI","description":"Ayurvedic constitution from a birth chart, dinacharya, ritucharya and dosha catalogues for agents.","url":"https://mcp.market/server/roxyapi-ayurveda","rating":null,"grade":"C","score":67,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":7,"ok":7,"last_checked_at":"2026-09-21T02:35:36.394Z","last_ok_at":"2026-09-21T02:35:36.394Z","latency_ms":32},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://roxyapi.com/products/ayurveda-api","version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://roxyapi.com/mcp/ayurveda","headers":[{"description":"RoxyAPI key from roxyapi.com/account","isRequired":true,"isSecret":true,"name":"X-API-Key"}]}],"packages":[],"tools":[{"name":"get_ayurveda_daily","description":"Get one days Ayurveda reading for a place: sunrise, the brahma muhurta window, the six dosha periods cut from the actual day and night, and the season the date falls in with where each dosha stands in its yearly cycle. It composes the routine and the season routes for one location so a widget needs one call rather than two. The default conventions apply throughout and are echoed; call those two routes directly to choose a different season scheme, zodiac, hemisphere or dosha clock.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lang":{"type":"string","description":"Response language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.","enum":["en","tr","de","es","hi","pt","fr","ru","zh-Hans","zh-Hant"],"default":"en","example":"en"},"date":{"type":"string","description":"Reading date in YYYY-MM-DD format. Past and future dates are both supported, for editorial scheduling and backfill. Defaults to the current day in the timezone parameter.","format":"date","example":"2026-06-21"},"latitude":{"type":"number","description":"Latitude in decimal degrees. It sets how long the day and the night actually are, which is what the dosha periods are cut from.","example":51.5074},"longitude":{"type":"number","description":"Longitude in decimal degrees. It sets the clock time of sunrise at this place.","example":-0.1278},"timezone":{"type":"string","description":"Selects which day counts as current when date is omitted, and which local day sunrise is computed for. Defaults to UTC, so the reading rolls over at 00:00 UTC. Accepts an IANA name (e.g. \"Europe/London\"), decimal hours (e.g. 5.5 for IST), or a fixed UTC offset (e.g. \"-05:00\").","example":"Europe/London"},"compact":{"type":"boolean","description":"Set true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {\"__cols\":[names],\"__rows\":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.","default":false}},"required":["latitude","longitude"],"examples":[{"latitude":51.5074,"longitude":-0.1278}]}},{"name":"get_ayurveda_doshas","description":"Return vata, pitta and kapha with the qualities, seats and five sub-doshas each carries, and the three states the seasonal cycle moves them through. Every quality is one of the twenty gunas and every state is described as a position and a quality rather than as a complaint, which is what lets the catalogue join to the tastes and qualities endpoints without a lookup table in between. Each entry carries the verse it comes from, and the second primary text is recorded where it reads the list differently.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lang":{"type":"string","description":"Response language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.","enum":["en","tr","de","es","hi","pt","fr","ru","zh-Hans","zh-Hant"],"default":"en","example":"en"},"limit":{"type":"integer","description":"Maximum items to return per page. Range: 1-3, default 3.","minimum":1,"maximum":3,"default":3,"example":3},"offset":{"type":"integer","description":"Number of items to skip for pagination. Default 0.","example":0},"compact":{"type":"boolean","description":"Set true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {\"__cols\":[names],\"__rows\":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.","default":false}},"examples":[{}]}},{"name":"get_ayurveda_doshas_id","description":"Return one dosha with its elements, qualities, seats, five sub-doshas and three states. Use it to render a dosha card or a glossary entry without pulling the whole catalogue, and read qualityGunas to join it to the twenty qualities.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","description":"Dosha identifier, case-insensitive. One of vata, pitta or kapha.","enum":["vata","pitta","kapha"],"example":"vata"},"lang":{"type":"string","description":"Response language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.","enum":["en","tr","de","es","hi","pt","fr","ru","zh-Hans","zh-Hant"],"default":"en","example":"en"},"compact":{"type":"boolean","description":"Set true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {\"__cols\":[names],\"__rows\":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.","default":false}},"required":["id"],"examples":[{"id":"vata"}]}},{"name":"get_ayurveda_qualities","description":"Return the twenty gunas, the qualities of Ayurveda, as the ten opposed pairs the commentaries spell out, each member with the single action word attached to it, and the half-verse that states the like-increases-like rule the whole domain runs on. Each quality carries the doshas that hold it, so the pairs join straight to the dosha catalogue. One pair carries a recorded disagreement between the two commentaries, and the response states it rather than resolving it silently, because the choice decides which dosha that pair joins to.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lang":{"type":"string","description":"Response language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.","enum":["en","tr","de","es","hi","pt","fr","ru","zh-Hans","zh-Hant"],"default":"en","example":"en"},"limit":{"type":"integer","description":"Maximum items to return per page. Range: 1-10, default 10.","minimum":1,"maximum":10,"default":10,"example":10},"offset":{"type":"integer","description":"Number of items to skip for pagination. Default 0.","example":0},"compact":{"type":"boolean","description":"Set true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {\"__cols\":[names],\"__rows\":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.","default":false}},"examples":[{}]}},{"name":"get_ayurveda_tastes","description":"Return the six rasas, the tastes of Ayurveda, with the complete eighteen-cell matrix of which taste lowers and raises which dosha, in both directions. The order is the one the root verse gives, which is also the order of strength it states, and it puts bitter before pungent where most modern lists reverse them. The matrix is returned on each taste and again as a per-dosha index, so a caller can read it either way without deriving one from the other.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lang":{"type":"string","description":"Response language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.","enum":["en","tr","de","es","hi","pt","fr","ru","zh-Hans","zh-Hant"],"default":"en","example":"en"},"limit":{"type":"integer","description":"Maximum items to return per page. Range: 1-6, default 6.","minimum":1,"maximum":6,"default":6,"example":6},"offset":{"type":"integer","description":"Number of items to skip for pagination. Default 0.","example":0},"compact":{"type":"boolean","description":"Set true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {\"__cols\":[names],\"__rows\":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.","default":false}},"examples":[{}]}},{"name":"post_ayurveda_constitution","description":"Read the Ayurvedic constitution from a sidereal birth chart and return the vata, pitta and kapha shares with a verse behind every factor. Three factors are scored, each one carrying a classical rule that it shows the native humour: the rising sign, the sign the Moon occupies, and the strongest graha by shadbala. The composite that blends them is a RoxyAPI convention rather than a classical one, so its version and its weights ship inside the response, and every response states that this is general wellness and cultural interest only.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"lang":{"type":"string","description":"Response language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.","enum":["en","tr","de","es","hi","pt","fr","ru","zh-Hans","zh-Hant"],"default":"en","example":"en"},"date":{"type":"string","format":"date","example":"1990-07-04","description":"Birth date in YYYY-MM-DD format. It sets the sidereal positions the whole reading is built from, so an approximate date gives an approximate constitution."},"time":{"type":"string","format":"time","example":"10:12:00","description":"Birth time in 24-hour HH:MM:SS format. The rising sign turns roughly every two hours and carries the heaviest weight of the three factors, so time is the input a reading is most sensitive to."},"latitude":{"type":"number","minimum":-90,"maximum":90,"example":28.6139,"description":"Birth latitude in decimal degrees. It sets the local sidereal time behind the rising sign, and it feeds the strength of each graha through the sunrise at that place."},"longitude":{"type":"number","minimum":-180,"maximum":180,"example":77.209,"description":"Birth longitude in decimal degrees. It sets the local sidereal time behind the rising sign, together with the latitude."},"timezone":{"anyOf":[{"type":"number","minimum":-14,"maximum":14},{"type":"string"}],"default":5.5,"description":"Timezone as an IANA name such as \"Asia/Kolkata\", or as decimal hours from UTC such as 5.5. An IANA name is resolved to the offset in force on the birth date, so a summer-time birth is placed correctly. Defaults to 5.5.","example":5.5},"ayanamsa":{"type":"string","enum":["kp-newcomb","kp-old","lahiri","raman","custom"],"default":"lahiri","example":"lahiri","description":"Sidereal frame the chart is cast in. \"lahiri\" is the traditional Vedic standard used by most software and is the default. \"raman\" sits about 1.45 degrees below it. \"kp-newcomb\" and \"kp-old\" are the two Krishnamurti Paddhati frames. \"custom\" takes your own value in degrees via ayanamsaValue. The frame rotates the whole zodiac, so a graha within 1.45 degrees of a boundary can change rashi when you switch, which moves both sign factors of the reading."},"ayanamsaValue":{"type":"number","example":24,"description":"Custom sidereal frame value in degrees. Required when ayanamsa is \"custom\" and ignored otherwise. Use it to reconcile exactly against a specific reference program."},"signDoshaScheme":{"type":"string","enum":["satyacharya","bphs"],"default":"satyacharya","example":"satyacharya","description":"Which classical sign table the rising sign and the Moon sign are read through. \"satyacharya\" is the twelve-sign extract appended to Brihat Jataka 18.20, carried in two independent public-domain translations that agree on all twelve rows, and is the default. \"bphs\" is the Brihat Parasara Hora Sastra rule by elemental triplicity. The two agree exactly on three signs of twelve, overlap in part on seven, and share no humour at all on Scorpio or Sagittarius, so the choice can change the reading outright and is echoed in the response."},"compact":{"type":"boolean","description":"Set true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {\"__cols\":[names],\"__rows\":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.","default":false}},"required":["date","time","latitude","longitude"],"examples":[{"date":"1990-07-04","time":"10:12:00","latitude":28.6139,"longitude":77.209}]}},{"name":"post_ayurveda_dinacharya","description":"Compute the dinacharya daily routine for one date and one place: sunrise, sunset, the brahma muhurta window, and the six dosha periods of the day and the night. The default division cuts the actual day and the actual night into thirds, which is what the frame chapter states, and the modern clock grid is returned alongside it under its own label so a caller can show either. The brahma muhurta is a fixed window of 96 to 48 minutes before sunrise rather than a share of the night, which is the reading the classical commentary settles on.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"lang":{"type":"string","description":"Response language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.","enum":["en","tr","de","es","hi","pt","fr","ru","zh-Hans","zh-Hant"],"default":"en","example":"en"},"date":{"type":"string","format":"date","example":"2026-06-21","description":"The local calendar date, in YYYY-MM-DD format. Sunrise and sunset are computed for this date at the given place, and the whole routine follows from them, so the answer changes through the year at any latitude away from the equator."},"latitude":{"type":"number","minimum":-90,"maximum":90,"example":51.5074,"description":"Latitude in decimal degrees. It sets how long the day and the night actually are, which is the whole difference between this and a printed timetable: at 51 north in June the day runs about sixteen and a half hours and its thirds are five and a half hours each."},"longitude":{"type":"number","minimum":-180,"maximum":180,"example":-0.1278,"description":"Longitude in decimal degrees. It sets the clock time of sunrise at this place."},"timezone":{"anyOf":[{"type":"number","minimum":-14,"maximum":14},{"type":"string"}],"default":0,"description":"Timezone as an IANA name such as \"Europe/London\", or as decimal hours from UTC such as 5.5. An IANA name is resolved to the offset in force on the requested date. It decides which local day is meant and, on the clock-hour grid, where the blocks fall. Defaults to 0.","example":"Europe/London"},"doshaClock":{"type":"string","enum":["sunrise-anchored","clock-hours"],"default":"sunrise-anchored","example":"sunrise-anchored","description":"How the six dosha periods are cut. \"sunrise-anchored\" divides the actual day and the actual night at this place into thirds, which is the division the frame chapter states, and is the default. \"clock-hours\" is the modern grid of six four-hour blocks from six in the morning; no classical text assigns clock hours, and the grid is only exact at an equinox near the equator. Both sets are returned whichever is chosen, so a caller can show one and reconcile against the other."},"compact":{"type":"boolean","description":"Set true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {\"__cols\":[names],\"__rows\":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.","default":false}},"required":["date","latitude","longitude"],"examples":[{"date":"2026-06-21","latitude":51.5074,"longitude":-0.1278}]}},{"name":"post_ayurveda_ritucharya","description":"Resolve the ritucharya, the Ayurvedic season, for a date from the real solar ingress instants and return the regimen the primary text gives for it. The response carries the season with its exact opening and closing instants, the half of the year the sun is in, where each dosha stands in the seasonal cycle, the taste that grows across the season, and the behaviour items the chapter states. Season boundaries are measured in the tropical zodiac by default, which is what published almanacs use, and the sidereal reading is available as a convention and runs about 24 days later.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"lang":{"type":"string","description":"Response language (BCP 47). Supported: en, tr, de, es, hi, pt, fr, ru, zh-Hans, zh-Hant. Defaults to en. Coverage varies by domain, and a field with no translation in the requested language returns English.","enum":["en","tr","de","es","hi","pt","fr","ru","zh-Hans","zh-Hant"],"default":"en","example":"en"},"date":{"type":"string","format":"date","example":"2026-03-01","description":"The date to resolve, in YYYY-MM-DD format. The season is read at midday UTC on this date, because a season boundary is an instant and a calendar day has to be reduced to one; on a day that carries a boundary, the half the midday falls in is the answer."},"ritucharyaScheme":{"type":"string","enum":["sutrasthana-6","vimana-8"],"default":"sutrasthana-6","example":"sutrasthana-6","description":"Which six-season division the year is cut into. \"sutrasthana-6\" is the standard set of sisira, vasanta, grisma, varsa, sarad and hemanta, and is the default. \"vimana-8\" is the alternate division in which three seasons of extreme character alternate with three of moderate character and pravrt, the season of the first rains, replaces sisira. The alternate is not a relabelling: five of the six boundaries move, and because its verse gives no solar-month boundaries the month allocation is a RoxyAPI convention, stated in the response."},"rituZodiac":{"type":"string","enum":["sayana","nirayana"],"default":"sayana","example":"sayana","description":"Which zodiac the solar-month boundaries are measured in. \"sayana\" is the tropical reading, which is what published almanacs use for seasons and is the default. \"nirayana\" is the sidereal reading in the Lahiri frame, which runs about 24 days later. The gap is the size of the ayanamsa, so near a boundary the two answer with different seasons for the same date, which is why the value is echoed in every response."},"hemisphere":{"type":"string","enum":["northern","southern"],"default":"northern","example":"northern","description":"Which half of the world the season names are stated for. Defaults to \"northern\", which is the half the primary text describes. It is NEVER inferred from a latitude: a silent flip would change the answer without the caller asking, and no classical text handles the southern case at all. Passing \"southern\" rotates the six season names by three places, following a modern almanac rather than a verse, and the response says so and states what was not rotated with them."},"compact":{"type":"boolean","description":"Set true for the same data in a compact shape: arrays of same-shaped objects arrive columnar as {\"__cols\":[names],\"__rows\":[[values]]}. Lossless, typically 40 to 52 percent fewer tokens.","default":false}},"required":["date"],"examples":[{"date":"2026-03-01"}]}}],"scan":{"score":67,"grade":"C","scanned_at":"2026-09-20T16:17:02.986Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T16:17:02.905Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 968ms"]},"poisoning":{"score":15,"max":15,"notes":["8 tool descriptions checked"]},"auth":{"score":8,"max":15,"notes":["API key sent as a header"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://roxyapi.com/mcp/ayurveda","reachable":true,"authRequired":false,"latencyMs":968,"serverInfo":{"name":"roxy-ayurveda","version":"2.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://roxyapi.com/apple-touch-icon.png","source":"site","width":180,"height":180},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}