CS
Context Studios MCP
/list_location_pages
List Location Pages
List public location and bundesland pages.
liveverifiedunknown~5s typical
mcpprobedcontextstudiosmcp
$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-ai-contextstudios-mcp /list_location_pages for me.
Input
| Field | Type | Description |
|---|---|---|
| locale | string (de | en | fr | it) | Preferred content locale. Supported values are de, en, fr, and it. Some source catalogs ma default "en" |
| scope | string (locations | bundeslaender | all) | Location-page scope: locations, bundeslaender, or all. default "all" |
| city | string | Optional city filter for location pages. |
| service | string | Optional service slug or service keyword for location pages. |
| includeOverviews | boolean | Whether overview landing pages should be included together with city/state subpages. default true |
| limit | number | Maximum number of results to return. default 200 |
| responseFormat | string (legacy | v2) | Response shape. Use v2 for agent-friendly {success,data,meta,error}; legacy remains availa default "legacy" |
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-ai-contextstudios-mcp","endpoint":"/list_location_pages","input":{"locale":"en","scope":"all","includeOverviews":true,"limit":200,"responseFormat":"legacy"}}'cli
npx cracked-ai run -p mcp-ai-contextstudios-mcp -e /list_location_pages -i '{"locale":"en","scope":"all","includeOverviews":true,"limit":200,"responseFormat":"legacy"}'mcp
run_tool({ provider: "mcp-ai-contextstudios-mcp", endpoint: "/list_location_pages", input: {"locale":"en","scope":"all","includeOverviews":true,"limit":200,"responseFormat":"legacy"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.