CoworkingView
C
CoworkingView
/resolve_coworking_query

Resolve a coworking place or brand name

Turns free text the user typed — a city, a district, an operator or brand name, or a specific building — into the exact slug and dimension the search tool needs

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 /resolve_coworking_query for me.

Input

FieldTypeDescription
query*stringThe text the user used, e.g. 'Prenzlauer Berg', 'beyond', 'Alte Münze'. Pass it as they wr
localestring (en | de | es)Language for names and descriptions. Set from the user's language: 'de' for German, 'es' f default "en"
limitintegerMaximum matches to return. default 8

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

Try it

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