C
CoworkingView
/get_coworking_place_guide
Get coworking place guide
Returns the editorial guide for a country, city or district ("zone"): intro copy, frequently asked questions, how many coworking spaces are there, and the obser
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_coworking_place_guide for me.
Input
| Field | Type | Description |
|---|---|---|
| kind* | string (country | city | zone) | Which kind of place the slug identifies. A zone is a district inside a city. |
| slug* | string | The place's slug, e.g. 'germany', 'berlin', or 'mitte'. |
| locale | string (en | de | es) | Language for names and descriptions. Set from the user's language: 'de' for German, 'es' f default "en" |
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_coworking_place_guide","input":{"kind":"country","slug":"...","locale":"en"}}'cli
npx cracked-ai run -p mcp-com-coworkingview-mcp -e /get_coworking_place_guide -i '{"kind":"country","slug":"...","locale":"en"}'mcp
run_tool({ provider: "mcp-com-coworkingview-mcp", endpoint: "/get_coworking_place_guide", input: {"kind":"country","slug":"...","locale":"en"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.