C
CoworkingView
/compare_coworking_spaces
Compare coworking spaces side by side
Fetches full details for 2 to 5 coworking spaces at once and returns them side by side, ready to compare on price, capacity, amenities and rating — the tool to
liveverifiedunknown~5s typical
mcpprobedcoworkingview
$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-coworkingview-mcp /compare_coworking_spaces for me.
Input
| Field | Type | Description |
|---|---|---|
| slugs* | array | Between 2 and 5 space slugs, exactly as returned by another tool. |
| locale | string (en | de | es) | Language for names and descriptions. Set from the user's language: 'de' for German, 'es' f default "en" |
| detail | string (concise | full) | 'concise' gives one representative price per workspace type for each space. 'full' gives e default "concise" |
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-coworkingview-mcp","endpoint":"/compare_coworking_spaces","input":{"slugs":[],"locale":"en","detail":"concise"}}'cli
npx cracked-ai run -p mcp-com-coworkingview-mcp -e /compare_coworking_spaces -i '{"slugs":[],"locale":"en","detail":"concise"}'mcp
run_tool({ provider: "mcp-com-coworkingview-mcp", endpoint: "/compare_coworking_spaces", input: {"slugs":[],"locale":"en","detail":"concise"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.