MCP-native • Developer-first • Wallet-ready

Real-world actions for AI agents.

We’re launching a developer-first platform that lets agents search, reserve and pay for real services — ride-hailing, delivery, tickets, shipping — in-flow, without web redirects.

  • 1-minute checkout
  • JSON-normalized tools
  • Address validation
  • Compliance patterns

Join the Private Alpha

By joining, you agree to receive pre-launch updates. We’ll never sell your data.

API Teaser

book_rideorder_foodsend_package

Standardized tools over MCP. Here’s how a ride booking in NYC might look:

curl -X POST https://api.bolz.dev/v1/tools/book_ride  -H "Authorization: Bearer $BOLZ_API_KEY"  -H "Content-Type: application/json"  -d '{
   "pickup": {"address": "1 World Trade Center, New York, NY"},
   "destination": {"address": "JFK Terminal 4, Queens, NY"},
   "ride_type": "economy",
   "region": "US"
 }'

Response includes task id, ETA, and cost estimate. MCP docs & full spec will be published at launch.

Categories at launch

Ride-hailing
NYC, SF Bay Area, LA, Austin. ETA, fare, task tracking.
Food Delivery
Cart → checkout via USD wallet. DoorDash/Uber Eats compatible patterns.
Parcel Shipping
UPS/FedEx/USPS-style labels. Address verify & rates.
Tickets & Events
City/date search, seat holds, barcode/pass delivery hooks.

Brand names are illustrative. Category-normalized schemas hide provider differences.