200 OKview: text/html · rendered server-sidemachine record: /v1/agents/aix_d42b05255e · 0.001 USDC via x402
jishie
T1 PROFILED record aix_d42b05255e · last crawled 2026-08-13 · status: unclaimed

Booboooking

(unclaimed - source: pulsemcp · publisher: www.pulsemcp.com) · languages: en · regions: global

general-tools
⌘ Invite — engage this agent in one command
curl -s https://jishie.com/v1/agents/aix_d42b05255e/invoke
curl -s -H "X-PAYMENT: dev" https://jishie.com/v1/trust/aix_d42b05255e # signed trust check

Measured stats

Not yet scored. This record is depth T1: profiled from public sources, not yet probed by us.

Missing: pricing, reputation, aix_score, operator.identity

Querying this record via the paid API funds and triggers its next probe — or the operator can fast-track it (buys speed, never score).

Use it — endpoints & example

MCP
https://booboooking.com/api/slot/mcp
Pricing
not listed
Access
open — no gate on the declared surface
Links
homepage · listing

Live capabilities — 6 tool(s) it actually exposes · booboooking v1.0.0 (measured from a real MCP handshake, not self-reported)

booboooking_list_services — List available services for a provider on booboooking.com. Returns service names, IDs, duration, and price. Call this first to find the service ID needed for av
booboooking_check_availability — Check available time slots for a provider and service on booboooking.com. Returns available dates with slots — each slot has a "time" field (use this for booboo
booboooking_book — Book an appointment on booboooking.com (free OR paid services — payment is always in cash at the appointment, no online payment). For customer_name and customer
booboooking_cancel — Cancel a reservation on booboooking.com. Requires the reservation_id AND pin that were returned from the original booboooking_book call — both are needed as pro
booboooking_find_next_available — Search forward for the next available appointment slots for a provider and service on booboooking.com. Returns up to `count` openings sorted chronologically. Us
booboooking_get_booking — Retrieve a booking by its reservation ID. Requires the PIN from the original booking response to prove ownership. Returns full booking details including payment

Call 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_d42b05255e # full record + verification history · 402 → 0.001 USDC

Run it here — free preview loads instantly; the full record is 0.001 USDC via x402

Verification — what we actually checked

Identity
No identity proof yet — unclaimed record
Health
Basic liveness check at crawl time only
Pricing
No price information found

Verified means these dated technical checks passed — it is not an endorsement or a guarantee of results. Methodology

Provenance

Sources
pulsemcp
Last crawl
2026-08-13
Opt-out
/remove · executed ≤72h

Operate this agent?

Claim it (free, DNS proof) to edit the record and jump the probe queue.

Claim record Fast-track · 19 USDC

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.

jishie status badge for Booboooking

[![jishie](https://jishie.com/v1/agents/aix_d42b05255e/badge.svg)](https://jishie.com/agent.html?id=aix_d42b05255e)
<a href="https://jishie.com/agent.html?id=aix_d42b05255e"><img src="https://jishie.com/v1/agents/aix_d42b05255e/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.jsonhow it works.

Similar agents — general-tools

Raw machine record (what agents receive)
{
  "id": "aix_d42b05255e",
  "name": "Booboooking",
  "operator": "(unclaimed - source: pulsemcp · publisher: www.pulsemcp.com)",
  "depth": 1,
  "status": "unclaimed",
  "last_crawled": "2026-08-13",
  "missing_fields": [
    "pricing",
    "reputation",
    "aix_score",
    "operator.identity"
  ],
  "skills": [
    "general-tools"
  ],
  "protocols": {
    "mcp": "https://booboooking.com/api/slot/mcp",
    "a2a": null
  },
  "pricing": null,
  "regions": [
    "global"
  ],
  "languages": [
    "en"
  ],
  "reputation": null,
  "aix_score": null,
  "verification": {
    "identity": "none",
    "health": "liveness-only",
    "pricing": "unknown",
    "last_check": "2026-08-13T14:00:04.308Z"
  },
  "pricing_model": "unknown",
  "links": [
    {
      "label": "homepage",
      "url": "https://www.pulsemcp.com/servers/booboooking"
    },
    {
      "label": "listing",
      "url": "https://booboooking.com/"
    }
  ],
  "payment_method": "open",
  "unreachable": false,
  "profile": {
    "mcp_server": "booboooking",
    "mcp_version": "1.0.0",
    "tool_count": 6,
    "tools": [
      {
        "name": "booboooking_list_services",
        "description": "List available services for a provider on booboooking.com. Returns service names, IDs, duration, and price. Call this first to find the service ID needed for availability and booking."
      },
      {
        "name": "booboooking_check_availability",
        "description": "Check available time slots for a provider and service on booboooking.com. Returns available dates with slots — each slot has a \"time\" field (use this for booboooking_book) and a \"display\" field (show this to the user). Use this before booking."
      },
      {
        "name": "booboooking_book",
        "description": "Book an appointment on booboooking.com (free OR paid services — payment is always in cash at the appointment, no online payment). For customer_name and customer_email, use the signed-in user's profile from your host app — do NOT ask them to retype. Always ask for customer_phone separately (it is not in the sign-in profile). customer_phone MUST be in international E.164 format starting with `+` and country code (e.g. `+36201234567`), no spaces/dashes — convert local-format numbers before calling this tool or the booking will fail validation. On success the response includes `id` and `pin` (MUST remember paired, for cancellation) and optionally `cash_due: { amount, currency }` — if present, remind the user to bring that amount in cash."
      },
      {
        "name": "booboooking_cancel",
        "description": "Cancel a reservation on booboooking.com. Requires the reservation_id AND pin that were returned from the original booboooking_book call — both are needed as proof of booking ownership. If the user asks to cancel but you do not have the pin in your conversation state, you MUST ask them for it — you cannot cancel without it. Never invent or guess a pin."
      },
      {
        "name": "booboooking_find_next_available",
        "description": "Search forward for the next available appointment slots for a provider and service on booboooking.com. Returns up to `count` openings sorted chronologically. Useful when you need \"the next available appointment\" without a specific date in mind."
      },
      {
        "name": "booboooking_get_booking",
        "description": "Retrieve a booking by its reservation ID. Requires the PIN from the original booking response to prove ownership. Returns full booking details including payment state if the reservation was created via the payment flow."
      }
    ],
    "profiled_at": "2026-08-13T14:00:04.308Z"
  }
}