CoworkingView
C
CoworkingView
/get_coworking_space

Get one coworking space

Returns everything known about a single coworking space: address, capacity, amenities, rating, how its price compares to the local market, the operator descript

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_space for me.

Input

FieldTypeDescription
slug*stringThe space's slug, exactly as returned by another tool.
localestring (en | de | es)Language for names and descriptions. Set from the user's language: 'de' for German, 'es' f default "en"
detailstring (concise | full)'concise' gives one representative price per workspace type and a short description. 'full default "concise"
includePhotobooleanFetches and inlines the main photo as image bytes in the response, costing significantly m default false

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_space","input":{"slug":"...","locale":"en","detail":"concise","includePhoto":false}}'
cli
npx cracked-ai run -p mcp-com-coworkingview-mcp -e /get_coworking_space -i '{"slug":"...","locale":"en","detail":"concise","includePhoto":false}'
mcp
run_tool({ provider: "mcp-com-coworkingview-mcp", endpoint: "/get_coworking_space", input: {"slug":"...","locale":"en","detail":"concise","includePhoto":false} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.