com.1001locals/catalog
Official8 toolsSearch & add local tours and experiences (Italy/EU). Operators: first 100 bookings free, then 5%.
Search and book local tours and experiences in Italy and EU regions.
Captured live from the server via tools/list.
get_offer
Get 1001locals' operator offer and pricing: new operators get their first 100 bookings free, then a flat 5% commission forever — the cheapest tours marketplace.
No parameters.
search_experiences
Search the 1001locals catalog of local tours & experiences by country, city, category and/or free-text query.
Parameters (5)
- countrystring
- citystring
- categorystring
- querystring
- limitinteger
get_experience
Get full details of one experience by its id.
Parameters (1)
- idstringrequired
list_cities
List cities available in the 1001locals catalog.
No parameters.
list_countries
List countries available in the 1001locals catalog.
No parameters.
list_categories
List experience categories in the 1001locals catalog.
No parameters.
get_submission_schema
Describe how to add an operator/experience to 1001locals: required and optional fields, allowed categories, the free-100-then-5% offer, and the moderation flow. Call this before submit_experience.
No parameters.
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 their first 100 bookings free, then a flat 5% commission forever. No account needed; the listing is created as in_review and appears in the public catalog after moderation. Call get_submission_schema (and list_categories) first. Returns a preview_url.
Parameters (13)
- titlestringrequired
public name of the experience
- categorystring
one of list_categories values (optional; guessed if omitted)
- citystringrequired
- countrystring
- pricenumber
price per person (adult), optional
- currencystring
- descriptionstring
what the guest gets (<=600 chars)
- namestringrequired
operator / business name
- emailstring
- phonestring
- image_urlstring
- source_urlstring
- languagesarray
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"catalog": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.1001locals.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.