← simsima.io
INDIVIDUAL MCP TOOL
list_destinations
List destinations (countries) Simsima covers, with min price and product URL.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.simsima-connectivity]
url = "https://mcp.simsima.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"simsima-connectivity": {
"type": "http",
"url": "https://mcp.simsima.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: simsima-connectivity
Remote MCP URL: https://mcp.simsima.io/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": {
"simsima-connectivity": {
"url": "https://mcp.simsima.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"simsima-connectivity": {
"type": "http",
"url": "https://mcp.simsima.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "simsima-connectivity",
"transport": "streamable-http",
"url": "https://mcp.simsima.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_plans— Search plans for a destination (country name or slug), with optional filters.get_plan— Get a single plan by its sku.recommend_plan— Recommend the best plan(s) for a trip given its length and data usage.create_checkout_link— Return a Simsima product URL with agent attribution, for the user to complete checkout.