Skip to content

Add JMPR to the service directory#679

Open
HaoMatrix wants to merge 1 commit into
tempoxyz:mainfrom
HaoMatrix:add-jmpr
Open

Add JMPR to the service directory#679
HaoMatrix wants to merge 1 commit into
tempoxyz:mainfrom
HaoMatrix:add-jmpr

Conversation

@HaoMatrix

Copy link
Copy Markdown

Summary

Adds JMPR — a luxury hotel booking service for AI agents — to the registry.

JMPR exposes pay-per-call discovery and full-amount room booking. Agents pay
per request in USDC.e on Tempo (no API keys, no accounts). End-users complete
the actual room payment via wallet (Tempo USDC) or hosted card checkout —
/v1/bookings/reserve returns a payment_options array the agent presents
to the user.

Service

Endpoints

Route Price Notes
POST /v1/hotels/search $0.02 Search luxury hotels by city + dates
POST /v1/hotels/detail $0.02 Hotel record + bookable rate ladder
POST /v1/bookings/reserve $0.05 Reserve a room — returns payment_options
GET /v1/bookings/:booking_id $0.01 Booking status + lifecycle
POST /v1/bookings/:booking_id/cancel $0.05 Cancel before deadline
POST /v1/bookings/:booking_id/pay/tempo dynamic Settle full room rate via wallet

API spec: https://agent.jmpr.world/openapi.json
Discovery manifest (open-402 v1.4): https://agent.jmpr.world/.well-known/agent.json

Verification

  • pnpm check:types — clean
  • pnpm exec biome check schemas/services.ts — clean
  • pnpm generate:discovery regenerates cleanly (95 → 96 services, 858 endpoints)
  • Local schema-rule validator passes (uniqueness, route format, payment fields, integration enum)
  • Already auto-discovered on MPPScan

Co-authored-by: Claude <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

@HaoMatrix is attempting to deploy a commit to the Tempo Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

Thanks for submitting a service to the MPP directory!

If you want your service included in the curated mpp.dev/services list, complete this checklist before review:

Required

  • Your service is live and accepting payments via MPP (not a placeholder or coming-soon)
  • You've added your entry to schemas/services.ts following the contributing guide
  • Types pass: pnpm check:types
  • Build succeeds: pnpm build

Recommended

  • Register your service on MPPScan (by Merit Systems) — it follows the standard MPP discovery format and makes your service discoverable by agents immediately, no PR required

Review criteria

We prioritize services that are high quality and novel. We may not approve services that duplicate existing functionality or aren't yet production-ready.


Contributing guide · MPPScan · Protocol docs

@github-actions

github-actions Bot commented Jun 9, 2026

Copy link
Copy Markdown

🔀 Changed Services

✅ Added

  • jmpr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant