CoworkingView
C
CoworkingView
/get_coworking_operator

Get coworking operator/brand profile

Returns an operator (brand)'s profile: tagline, description, frequently asked questions, which cities it operates in, how many spaces it has, and how its pricin

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

Input

FieldTypeDescription
slug*stringThe operator's slug, exactly as returned by resolve_coworking_query or search_coworking_sp
localestring (en | de | es)Language for names and descriptions. Set from the user's language: 'de' for German, 'es' f default "en"

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

Try it

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