C
CoworkingView
/get_best_coworking
Get best-value coworking in a city
Returns a "best value coworking in {city}" ranking: an ordered list of spaces balancing price-vs-market, amenity count and review rating, computed from a Bayesi
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 /get_best_coworking for me.
Input
| Field | Type | Description |
|---|---|---|
| locale | string (en | de | es) | Language for names and descriptions. Set from the user's language: 'de' for German, 'es' f default "en" |
| city* | string | City slug, e.g. 'berlin'. Lowercase, hyphenated, never a display name. Required — this ran |
| limit | integer | Maximum number of ranked spaces to return. default 10 |
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":"/get_best_coworking","input":{"locale":"en","city":"...","limit":10}}'cli
npx cracked-ai run -p mcp-com-coworkingview-mcp -e /get_best_coworking -i '{"locale":"en","city":"...","limit":10}'mcp
run_tool({ provider: "mcp-com-coworkingview-mcp", endpoint: "/get_best_coworking", input: {"locale":"en","city":"...","limit":10} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.