catalog
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

FieldTypeDescription
title*stringpublic name of the experience
categorystringone of list_categories values (optional; guessed if omitted)
city*string
countrystring default "Italy"
pricenumberprice per person (adult), optional
currencystring default "EUR"
descriptionstringwhat the guest gets (<=600 chars)
name*stringoperator / business name
emailstring
phonestring
image_urlstring
source_urlstring
languagesarray

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.