C
CoworkingView
/get_coworking_market_rates
Get coworking market rates
Returns aggregated coworking prices (median, min, max) per workspace type for one city, one country, or the whole catalogue — the tool to use for "how much does
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_market_rates 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. Omit with `country` |
| country | string | Country slug, e.g. 'germany', to see rates for every city in that country at once. |
| currency | string (EUR | GBP | USD | CHF | AED) | Currency to present rates in. Defaults to each city's own currency; converting to another |
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_market_rates","input":{"locale":"en"}}'cli
npx cracked-ai run -p mcp-com-coworkingview-mcp -e /get_coworking_market_rates -i '{"locale":"en"}'mcp
run_tool({ provider: "mcp-com-coworkingview-mcp", endpoint: "/get_coworking_market_rates", input: {"locale":"en"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.