C
CoworkingView
/list_coworking_locations
List coworking locations
Lists every country, city and zone where CoworkingView has coworking spaces, with the exact slugs required by the other tools and how many spaces each place has
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 /list_coworking_locations 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" |
| country | string | Optional ISO country code or country slug to narrow the list, e.g. 'DE' or 'germany'. Omit |
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":"/list_coworking_locations","input":{"locale":"en"}}'cli
npx cracked-ai run -p mcp-com-coworkingview-mcp -e /list_coworking_locations -i '{"locale":"en"}'mcp
run_tool({ provider: "mcp-com-coworkingview-mcp", endpoint: "/list_coworking_locations", input: {"locale":"en"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.