C
CoworkingView
/get_coworking_filter_options
Get coworking filter options
Returns the exact values accepted by the filters of search_coworking_spaces — amenity slugs, workspace types, operators and the observed price and capacity rang
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_filter_options 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, to scope counts and price ranges to one city. |
| zone | string | Zone slug, to scope further to one district. Requires the city it belongs to. |
| country | string | Country slug, to scope to one country. |
| operator | string | Operator slug, to scope to one brand. |
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_filter_options","input":{"locale":"en"}}'cli
npx cracked-ai run -p mcp-com-coworkingview-mcp -e /get_coworking_filter_options -i '{"locale":"en"}'mcp
run_tool({ provider: "mcp-com-coworkingview-mcp", endpoint: "/get_coworking_filter_options", input: {"locale":"en"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.