← 1001locals.com
INDIVIDUAL MCP TOOL
search_experiences
Search the 1001locals catalog of local tours & experiences by country, city, category and/or free-text query.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.1001locals-mcp]
url = "https://api.1001locals.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"1001locals-mcp": {
"type": "http",
"url": "https://api.1001locals.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 1001locals-mcp
Remote MCP URL: https://api.1001locals.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"1001locals-mcp": {
"url": "https://api.1001locals.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"1001locals-mcp": {
"type": "http",
"url": "https://api.1001locals.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "1001locals-mcp",
"transport": "streamable-http",
"url": "https://api.1001locals.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
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.get_experience— Get full details of one experience by its id.list_cities— List cities available in the 1001locals catalog.list_countries— List countries available in the 1001locals catalog.list_categories— List experience categories in the 1001locals catalog.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.submit_experience— Add a supplier/operator and one of their experiences (with price) to 1001locals.