eCommerce
1001locals.com
Provides access to 1001locals tour marketplace data, including offers, experiences, cities, and countries.
ENDPOINT 1
https://api.1001locals.com/mcp
MCP server metadata
- Name
- 1001locals-mcp
- Version
- 0.3.0
General catalog of local experiences. New operators: first 100 bookings free, then flat 5% forever.
Known tools 8
get_offerGet 1001locals' operator offer and pricing: new operators get their first 100 bookings free, then a flat 5% commission forever — the cheapest tours marketplace.
Inferred read-onlysearch_experiencesSearch the 1001locals catalog of local tours & experiences by country, city, category and/or free-text query.
Inferred read-onlyget_submission_schemaDescribe how to add an operator/experience to 1001locals: required and optional fields, allowed categories, the free-100-then-5% offer, and the moderation flow.
Inferred read-onlysubmit_experienceAdd a supplier/operator and one of their experiences (with price) to 1001locals.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for 1001locals.com was fetched 2026-07-25T06:11:19.348Z and is being refreshed.
1001locals.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.