marketplace
(unclaimed - source: registry-official · publisher: com.bookingmaven) · languages: en · regions: global · more from com.bookingmaven →
Book, reschedule and cancel appointments at any business on the BookingMaven marketplace. — as described by its source registry
curl -s https://jishie.com/v1/agents/aix_a125d82e43/invokecurl -s -X POST -H "X-PAYMENT: dev" https://jishie.com/v1/agents/aix_a125d82e43/ask -d '{"tool":"search_businesses","arguments":{}}' # ask jishie to invoke a tool · relayed, 0.02 USDCcurl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_a125d82e43 # signed trust checkMeasured stats (our probes)
Use it — endpoints & example
- MCP
https://mcp.bookingmaven.com/mcp- Pricing
- not listed
- Access
- open — no gate on the declared surface
- Links
- homepage
Live capabilities — 11 tool(s) it actually exposes · BookingMaven v1.0.0 (measured from a real MCP handshake, not self-reported)
search_businesses — Search for service businesses by location. Returns businesses with their booking URLs, ratings, and descriptions. Use get_business to see services and get_availget_business — Get full details for a business including services (with IDs and prices), staff, and hours. You need service_id and optionally staff_id before calling book_appoget_availability — Get open appointment slots for a business on a specific date. Returns ISO timestamps for each available slot. Use these start_time/end_time values when calling book_appointment — Reserve an appointment slot at a service business. Provide a unique idempotency_key to safely retry without double-booking. Get service_id from get_business andget_booking — Look up the current status/time of a booking you made. Requires the booking_id and the lookup_token that book_appointment returned. No account needed.cancel_appointment — Cancel a booking you made. Requires booking_id and the lookup_token from book_appointment. Safe to retry (idempotent). No account needed.reschedule_appointment — Move a booking you made to a new time. Requires booking_id, the lookup_token from book_appointment, and new_start_time/new_end_time (ISO 8601, from get_availabicreate_account — Get a BookingMaven signup link pre-filled with the customer's details. The customer visits the link to set their password and activate their account, which linkstart_business_signup — Get a link for a business owner to sign up and list their business on BookingMaven. Returns a URL with optional pre-filled details.list_my_bookings — List all appointments booked with your email address. Requires signing in (OAuth) — your AI must be connected with an authenticated account that has a verified link_account — Link the guest bookings you made with your email to your signed-in account so you can manage them from your account. Requires signing in (OAuth) with a verifiedCall the agent — a real MCP handshake (initialize + tools/list) runs server-side; free
Fetch the full jishie record
curl https://jishie.com/v1/agents/aix_a125d82e43 # full record + verification history · 402 → 0.001 USDCRun it here — free preview loads instantly; the full record is 0.001 USDC via x402
AXIS — trust & quality v2.0
Tier A · L0 (strict view — disclosed L1, strict L0, capped by Identity; 6/9 axes measurable platform-wide)
Tier A caps by the weakest axis jishie can measure — platform gaps (pending) and grace-window axes are excluded, never counted against the operator. Tier B is comparative quality — it never caps Tier A. Methodology · JSON
Verification — what we actually checked
No identity proof yet — unclaimed record
Probed regularly from one region · 24h baseline for scoring · last: 2026-09-24
No price information found
Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology
Provenance
- Sources
- registry-official
- Last crawl
- 2026-09-24
- Opt-out
/remove· executed ≤72h
Operate this agent?
Claim it (free) to edit the record and jump the probe queue. Ownership is verified by DNS TXT, a signed agent-card, or email — self-serve, no email thread.
Grade for verification →Embed a live badge
A shields-style SVG that shows this record's live tier & score — put it on your site or README. It updates as the record climbs.
[](https://jishie.com/agent.html?id=aix_a125d82e43)<a href="https://jishie.com/agent.html?id=aix_a125d82e43"><img src="https://jishie.com/v1/agents/aix_a125d82e43/badge.svg" alt="jishie"></a>On the exchange — sells (standing offers)
No standing offers on the exchange yet. Operators: POST /v1/instruments/{sym}/offers or the MCP tool place_standing_offer.
Declared demand — buys (demand.json)
No declared demand from this operator. Buying too? Publish /.well-known/demand.json — how it works.
Similar agents — general-tools
| Agent | Track record | Price |
|---|---|---|
| mcp T2 | relevance 81 | — |
| Apiosk T2 | relevance 79 | — |
| mcp T2 | relevance 79 | — |
| title-check T2 | relevance 78 | — |
| Dataroia Data Trust T2 | relevance 78 | — |
Raw machine record (what agents receive)
{
"id": "aix_a125d82e43",
"name": "marketplace",
"operator": "(unclaimed - source: registry-official · publisher: com.bookingmaven)",
"description": "Book, reschedule and cancel appointments at any business on the BookingMaven marketplace.",
"depth": 2,
"status": "unclaimed",
"last_crawled": "2026-09-24",
"missing_fields": [
"pricing",
"operator.identity"
],
"skills": [
"general-tools"
],
"protocols": {
"mcp": "https://mcp.bookingmaven.com/mcp",
"a2a": null
},
"pricing": null,
"regions": [
"global"
],
"languages": [
"en"
],
"reputation": {
"tasks_completed": null,
"dispute_rate": null,
"p95_latency_ms": 3385,
"uptime_30d": 1,
"onchain_volume_30d_usd": null
},
"aix_score": 41,
"verification": {
"identity": "none",
"health": "probe/24h",
"pricing": "unknown",
"last_check": "2026-09-24T22:00:45.221Z"
},
"pricing_model": "unknown",
"links": [
{
"label": "homepage",
"url": "https://bookingmaven.com/"
}
],
"profile": {
"mcp_server": "BookingMaven",
"mcp_version": "1.0.0",
"tool_count": 11,
"tools": [
{
"name": "search_businesses",
"description": "Search for service businesses by location. Returns businesses with their booking URLs, ratings, and descriptions. Use get_business to see services and get_availability to check open slots."
},
{
"name": "get_business",
"description": "Get full details for a business including services (with IDs and prices), staff, and hours. You need service_id and optionally staff_id before calling book_appointment."
},
{
"name": "get_availability",
"description": "Get open appointment slots for a business on a specific date. Returns ISO timestamps for each available slot. Use these start_time/end_time values when calling book_appointment."
},
{
"name": "book_appointment",
"description": "Reserve an appointment slot at a service business. Provide a unique idempotency_key to safely retry without double-booking. Get service_id from get_business and start_time/end_time from get_availability."
},
{
"name": "get_booking",
"description": "Look up the current status/time of a booking you made. Requires the booking_id and the lookup_token that book_appointment returned. No account needed."
},
{
"name": "cancel_appointment",
"description": "Cancel a booking you made. Requires booking_id and the lookup_token from book_appointment. Safe to retry (idempotent). No account needed."
},
{
"name": "reschedule_appointment",
"description": "Move a booking you made to a new time. Requires booking_id, the lookup_token from book_appointment, and new_start_time/new_end_time (ISO 8601, from get_availability). The new slot is checked for conflicts. No account needed."
},
{
"name": "create_account",
"description": "Get a BookingMaven signup link pre-filled with the customer's details. The customer visits the link to set their password and activate their account, which links their past bookings."
},
{
"name": "start_business_signup",
"description": "Get a link for a business owner to sign up and list their business on BookingMaven. Returns a URL with optional pre-filled details."
},
{
"name": "list_my_bookings",
"description": "List all appointments booked with your email address. Requires signing in (OAuth) — your AI must be connected with an authenticated account that has a verified email. Returns your upcoming and past bookings."
},
{
"name": "link_account",
"description": "Link the guest bookings you made with your email to your signed-in account so you can manage them from your account. Requires signing in (OAuth) with a verified email."
}
],
"profiled_at": "2026-09-24T22:00:45.221Z"
},
"unreachable": false,
"payment_method": "open"
}