C
CoworkingView
/search_coworking_spaces
Search coworking spaces
Searches CoworkingView for coworking spaces and returns matching spaces with their "from" price, capacity, amenities, rating and a canonical URL to show the use
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 /search_coworking_spaces 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. |
| zone | string | Zone (district) slug, e.g. 'mitte'. Must be a zone of the given city. |
| country | string | Country slug, e.g. 'germany'. |
| operator | string | Operator or brand slug, from resolve_coworking_query. |
| workspaceType | string | Type of workspace, e.g. 'private_office', 'flex_desk', 'meeting_room'. From get_coworking_ |
| amenities | array | Amenity slugs that must all be present, e.g. ['ac_heating','parking']. Underscores, not hy |
| minCapacity | integer | Minimum number of people the space must fit. |
| maxPrice | number | Upper bound on the "from" price. Give `currency` too when it is not euros. |
| currency | string (EUR | GBP | USD | CHF | AED) | Currency of maxPrice. Note the price filter works in approximate euros, so a non-euro boun |
| latitude | number | User's latitude, for proximity ordering. |
| longitude | number | User's longitude, for proximity ordering. |
| radiusKm | number | Only spaces within this many kilometres of the given coordinates. |
| bbox | object | Search within a map viewport instead of a radius — the WGS84 bounding box the user is curr |
| sort | string (price_low_to_high | newest | distance) | Result order. 'price_low_to_high' (default) is cheapest first. 'distance' requires latitud default "price_low_to_high" |
| cursor | string | Pass back the `nextCursor` from a previous result to get the next page. Never construct on |
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":"/search_coworking_spaces","input":{"locale":"en","sort":"price_low_to_high"}}'cli
npx cracked-ai run -p mcp-com-coworkingview-mcp -e /search_coworking_spaces -i '{"locale":"en","sort":"price_low_to_high"}'mcp
run_tool({ provider: "mcp-com-coworkingview-mcp", endpoint: "/search_coworking_spaces", input: {"locale":"en","sort":"price_low_to_high"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.