Free no-signup group scheduling; share a link and rank times by who's free.
io.github.syncday-app/sync-day is a remote MCP server published at sync.day. It has been probed 6 times since 9/12/2026. It answered in 6 of them (100.0%), a near-uninterrupted record. Median response time is 648 ms, a delay an agent will notice. It offers a narrow, focused set of 8 tools. On the protocol side it speaks the 2026-07-28 stateless spec.
Can an LLM agent pick the right tool here — names, descriptions and parameter clarity are assessed.
Risk: low
| Run | Era | Modern | ms | Legacy | ms | Versions |
|---|---|---|---|---|---|---|
| 2026-09-13 01:33:33 | Dual-era | 200 | 590 | 200 | 637 | 2026-07-28 |
| 2026-09-12 23:31:36 | Dual-era | 200 | 520 | 200 | 484 | 2026-07-28 |
| 2026-09-12 21:29:15 | Dual-era | 200 | 1266 | 200 | 1332 | 2026-07-28 |
| 2026-09-12 19:27:29 | Dual-era | 200 | 752 | 200 | 646 | 2026-07-28 |
| 2026-09-12 17:24:09 | Dual-era | 200 | 648 | 200 | 623 | 2026-07-28 |
| 2026-09-12 15:21:42 | Dual-era | 200 | 1519 | 200 | 1500 | 2026-07-28 |
tools/list structure, inputSchema validity, and a functional smoke test — the components of the 0-100 score.
Tools the server advertised in the latest measurement — measured, not catalog-claimed.
create_eventCreate a sync.day availability poll and get its share link. Candidate days run from startDate to endDate (inclusive; or give days instead). Each day offers candidate START times from hourFrom, every startStepMinutes, as long as start + durationMinutes <= hourTo. Returns slug, public url (share this), adminUrl and adminKey (keep private; needed for update_event / remove_participant). Example: 周六周日下午聚餐 3 小时 -> {title:'周末聚餐', startDate:'2026-09-05', endDate:'2026-09-06', hourFrom:13, hourTo:18, durationMinutes:180, startStepMinutes:60}.
titlestringrequiredquestionstringstartDatestringrequiredendDatestringdaysintegerhourFromintegerrequiredhourTointegerrequireddurationMinutesrequiredstartStepMinutesparse_event_textTurn a natural-language sentence (Chinese works best) into create_event input using sync.day's AI parser. Does NOT create anything; review the result, then call create_event. Example: '下周六或周日下午聚餐,大概 3 小时'.
textstringrequiredtodaystringget_eventRead an event: settings, every candidate start key per day (startOptions), who has answered (participants with their start keys; names may repeat), the top 10 start times by head-count (ranked), the starts EVERYONE with picks can make with their votes (voteOptions), each person's vote (votes) and decidedStart. No key needed.
slugstringrequiredsubmit_availabilitySave (or replace) one person's availability: the candidate start keys they can make, from get_event.startOptions. The person is identified by `identity`, not by name: the same identity later overwrites the same row (and can rename it), a different identity with the same name is a second participant. Keys outside the event's start options are rejected. Returns the updated ranking.
slugstringrequiredidentitystringrequirednamestringrequiredstartsarrayrequiredremove_participantOrganiser only: remove one participant by name (the oldest row with that name when it repeats), together with their vote. Requires the adminKey from create_event.
slugstringrequirednamestringrequiredadminKeystringrequiredupdate_eventOrganiser only: change any event settings (same fields and rules as create_event; omitted fields keep their current value; endDate wins over days). Existing picks are kept; those no longer valid starts are just hidden.
slugstringrequiredadminKeystringrequiredtitlestringquestionstringstartDatestringendDatestringdaysintegerhourFromintegerhourTointegerdurationMinutesstartStepMinutesvote_timeApproval voting: set every start one person accepts (replaces their earlier approvals; an empty list clears them). The voter is the `identity` used in submit_availability and must have at least one start saved. Only keys listed in get_event.voteOptions are accepted; the error lists the current options otherwise. Rejected once the organiser decided. Example: {slug:'calm-otter-4821', identity:'3f9a1c77b2e04d5e8a61f0c9d2b7e415', starts:['2026-09-05T15:00','2026-09-06T10:00']}. `start` is shorthand for a single-item `starts`.
slugstringrequiredidentitystringrequiredstartsarraystartstringdecide_timeOrganiser only: settle on a start time (locks availability picking and voting; the page shows 已定). Pass start=null to reopen. Requires the adminKey from create_event.
slugstringrequiredadminKeystringrequiredstartrequiredEach block is one measurement round. Green: working response. Amber: responded but the server was returning errors (5xx). Red: no response at all.
Each cell is one probe run. Faded cells are incomplete probes — one leg did not answer, so the era is inconclusive.
The two probe legs separately: modern server/discover and legacy initialize.
Derived by comparing consecutive probes — changes in era, protocol version, build and reachability.
Add this badge to your README — it updates automatically as measurements change.
[](https://mcpmetrics.io/servers/io-github-syncday-app-sync-day)<a href="https://mcpmetrics.io/servers/io-github-syncday-app-sync-day"><img src="https://mcpmetrics.io/badge/io.github.syncday-app/sync-day/era.svg" alt="mcpmetrics"></a>You are seeing the last 7 days. Sign up for the full history. Which check failed and why is in the dashboard.
Sign up free to seeThe catalog entries whose name and description are closest to this one, found with the same index the search box uses.
AI-operated. Free SPF (RFC 7208 count), DMARC, MTA-STS, DMARC rua/ruf readers. Paid audit $29.
Group meeting scheduler — rank times everyone's free across Google & Outlook, book Meet/Teams.
AI-operated. Two free DKIM readers, no signup: reads keys, finds the selector. Paid roster $99.
Cook County / Chicago property by address or PIN: sales, permits, assessments, comps. 25 free/day.
Free real-time Google Flights search — one-way and round-trip — with no API key and no signup. ### What it returns - Live fares with airline, stops, duration and a bookable link - **Google's own price insights** (`price_insights_low` / `price_insights_high`) plus a low / typical / high verdict, so an agent can tell the user whether a fare is actually a good deal — most flight APIs don't expose this at all - Round-trip priced as **paired legs**, not two one-ways stitched together ### Flexible dates in a single call Pass a departure date range and/or several destinations, and the server fans out internally and merges the results. *"Cheapest flight to Sri Lanka anywhere in October"* is **one** tool call, not thirty. Every response carries `search_coverage` stating exactly which dates were searched, so a sampled scan is never mistaken for an exhaustive one. ### Tools | Tool | What it does | | --- | --- | | `search_oneway_flights` | One-way search — a single date, or a date range | |
Free competitive pricing intelligence for CPG brands across Amazon categories.
Comments
Sign in to write a comment
No comments yet. Be the first.