Last check · No semantic contract change since the previous complete snapshot.
Info
Les notes ci-dessus concernent ce connecteur.
Contenu fourni par le serveur. Les noms, descriptions et schémas ci-dessous sont copiés du serveur MCP. Ils peuvent être dans une autre langue. Talandor ne les traduit pas et ne les vérifie pas.
Outils et exposition déclarée
Les annotations du serveur sont des déclarations, pas un comportement vérifié.
Afficher 3 définitions d’outils fournies par le serveur sur 3
find_labs
Déclaré en lecture seuleAfficher les détails fournis par le serveur
Find a lab near a ZIP code
Description du serveur (copiée ; langue non vérifiée)
Nearest Hera partner labs near a US ZIP code for a semen analysis, a post-vasectomy check, a semen culture, a sperm DNA fragmentation test or sperm freezing (cryopreservation), with the price, where it is paid, and a link to order online. Use for "where can I get a sperm test near me" questions.
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
{
"type": "object",
"required": [
"zip"
],
"properties": {
"zip": {
"type": "string",
"pattern": "^\\d{5}$",
"description": "US 5-digit ZIP code."
},
"test": {
"enum": [
"semen_analysis",
"post_vasectomy",
"semen_culture",
"dna_fragmentation",
"sperm_freezing"
],
"type": "string",
"description": "semen_analysis (the default: a standard sperm/fertility test), post_vasectomy (a sperm check after a vasectomy), semen_culture (checking for infection), dna_fragmentation (sperm DNA damage), or sperm_freezing (banking a sample)."
}
},
"additionalProperties": false
}
get_lab
Déclaré en lecture seuleAfficher les détails fournis par le serveur
Get details for one lab
Description du serveur (copiée ; langue non vérifiée)
Address, phone, hours, walk-in policy, at-home collection, visit instructions and prices for one Hera partner lab. labId comes from find_labs.
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
{
"type": "object",
"required": [
"labId"
],
"properties": {
"labId": {
"type": "integer",
"minimum": 1,
"description": "The labId returned by find_labs."
}
},
"additionalProperties": false
}
hera_facts
Déclaré en lecture seuleAfficher les détails fournis par le serveur
How Hera works
Description du serveur (copiée ; langue non vérifiée)
Hera Fertility facts in its own words: what Hera is, how ordering works, price, turnaround, results, at-home collection, semen cultures, post-vasectomy checks, DNA fragmentation, sperm freezing, hormone panels, retests, insurance, refunds and changes, medical questions, privacy.
Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
Your agent depends on this MCP. When Watch is active, periodic checks alert you when we observe a change that may affect the client you selected.
Know when it goes downWhen Watch is active, availability is observed about every 5 minutes. An outage is confirmed after two failed checks, so a single miss is not treated as a lasting outage.
Know when its contract changesDeep checks about every hour compare public tool catalogs and authentication surfaces over time.
Know what changed and what to fixAn alert names the observed change and the next step for the client you selected.
Full public-contract coverage: Availability, protocol, auth and public tool contract changes can be compared.
Full WatchAvailability, protocol, auth and public tool contract changes
Surface WatchAvailability, TLS, protocol and auth surface — no private tool diff
Early access currently activates this first endpoint; adding more endpoints up to the planned limit of five is not open in this deployment. Live checkout is open. A Watch activates only after a verified payment event; a browser return never starts monitoring.