M
marketplace
/get_business
get 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_appo
liveunknown~5s typical
mcpmarketplace
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-bookingmaven-marketplace /get_business for me.
Input
| Field | Type | Description |
|---|---|---|
| slug | string | The business slug from search_businesses results |
| business_slug | string | Alias for slug — the business slug from search_businesses results |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-com-bookingmaven-marketplace","endpoint":"/get_business","input":{}}'cli
npx cracked-ai run -p mcp-com-bookingmaven-marketplace -e /get_business -i '{}'mcp
run_tool({ provider: "mcp-com-bookingmaven-marketplace", endpoint: "/get_business", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.