C
catalog
/submit_experience
submit experience
Add a supplier/operator and one of their experiences (with price) to 1001locals. One call creates the operator, the listing and its price. New operators get the
liveverifiedunknown~5s typical
mcpprobedcatalog
$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-1001locals-catalog /submit_experience for me.
Input
| Field | Type | Description |
|---|---|---|
| title* | string | public name of the experience |
| category | string | one of list_categories values (optional; guessed if omitted) |
| city* | string | |
| country | string | default "Italy" |
| price | number | price per person (adult), optional |
| currency | string | default "EUR" |
| description | string | what the guest gets (<=600 chars) |
| name* | string | operator / business name |
| string | ||
| phone | string | |
| image_url | string | |
| source_url | string | |
| languages | array |
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-1001locals-catalog","endpoint":"/submit_experience","input":{"title":"...","city":"...","country":"Italy","currency":"EUR","name":"..."}}'cli
npx cracked-ai run -p mcp-com-1001locals-catalog -e /submit_experience -i '{"title":"...","city":"...","country":"Italy","currency":"EUR","name":"..."}'mcp
run_tool({ provider: "mcp-com-1001locals-catalog", endpoint: "/submit_experience", input: {"title":"...","city":"...","country":"Italy","currency":"EUR","name":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.