CoworkingView
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

FieldTypeDescription
localestring (en | de | es)Language for names and descriptions. Set from the user's language: 'de' for German, 'es' f default "en"
citystringCity slug, e.g. 'berlin'. Lowercase, hyphenated, never a display name.
zonestringZone (district) slug, e.g. 'mitte'. Must be a zone of the given city.
countrystringCountry slug, e.g. 'germany'.
operatorstringOperator or brand slug, from resolve_coworking_query.
workspaceTypestringType of workspace, e.g. 'private_office', 'flex_desk', 'meeting_room'. From get_coworking_
amenitiesarrayAmenity slugs that must all be present, e.g. ['ac_heating','parking']. Underscores, not hy
minCapacityintegerMinimum number of people the space must fit.
maxPricenumberUpper bound on the "from" price. Give `currency` too when it is not euros.
currencystring (EUR | GBP | USD | CHF | AED)Currency of maxPrice. Note the price filter works in approximate euros, so a non-euro boun
latitudenumberUser's latitude, for proximity ordering.
longitudenumberUser's longitude, for proximity ordering.
radiusKmnumberOnly spaces within this many kilometres of the given coordinates.
bboxobjectSearch within a map viewport instead of a radius — the WGS84 bounding box the user is curr
sortstring (price_low_to_high | newest | distance)Result order. 'price_low_to_high' (default) is cheapest first. 'distance' requires latitud default "price_low_to_high"
cursorstringPass 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.