Last check · No semantic contract change since the previous complete snapshot.
Info
The notes above are for this connector.
Server-provided content. Tool names, descriptions and schemas below are copied from the MCP server. They may be in another language. Talandor does not translate or verify them.
Tools and declared exposure
Server annotations are declarations, not verified behavior.
Show 3 of 3 server-provided tool definitions
find_labs
Declared read-onlyShow server-provided details
Find a lab near a ZIP code
Server description (copied; language not verified)
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.
Input schema (server-provided preview — do not copy)
{
"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
Declared read-onlyShow server-provided details
Get details for one lab
Server description (copied; language not verified)
Address, phone, hours, walk-in policy, at-home collection, visit instructions and prices for one Hera partner lab. labId comes from find_labs.
Input schema (server-provided preview — do not copy)
{
"type": "object",
"required": [
"labId"
],
"properties": {
"labId": {
"type": "integer",
"minimum": 1,
"description": "The labId returned by find_labs."
}
},
"additionalProperties": false
}
hera_facts
Declared read-onlyShow server-provided details
How Hera works
Server description (copied; language not verified)
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.
Input schema (server-provided preview — do not copy)
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.