mcpserver.lol
registry/agent-hub
Connection check verified live · 28h ago

agent-hub

Agent-to-business commerce sandbox: intents, offers, bookings. Demo data, ed25519-signed calls.

Tools 6
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

6 tools

Read from the running server on 28h ago.

approve_pending nonce*payload*agent_id*signature*timestamp*
STEP 5b, SELLER-SIDE, only when confirm_booking answered PENDING_APPROVAL. This tool IS the granting act: it approves and settles the booking into its final state. payload = { appr…
confirm_booking nonce*payload*agent_id*signature*timestamp*
STEP 5, the committing call — turns a hold into a booking. payload = { hold_id } (from hold_slot). Your envelope signature IS the buyer signature on the resulting booking, so this…
hold_slot nonce*payload*agent_id*signature*timestamp*
STEP 4. Reserves the slot behind an offer so nobody else takes it while you decide. payload = { offer_id } (from list_offers). SIDE EFFECTS: takes exclusive, EXPIRING ownership of…
list_offers nonce*payload*agent_id*signature*timestamp*
STEP 3. Reads the offers sellers made against your own intent, cheapest first. payload = { intent_id } (the id returned by send_intent). Read-only, no side effects. You can only li…
register_agent nonce*payload*agent_id*signature*timestamp*
STEP 1 of the buy flow, and the ONLY tool that needs no existing credentials — start here. Registers a new buyer agent by proof-of-possession: sign the envelope with the private ke…
send_intent nonce*payload*agent_id*signature*timestamp*
STEP 2. States what you want to buy; sellers answer it with offers. Requires a registered agent_id. payload = a structured Intent: { type: string, location: string, product?: objec…