← maldivesidylls.com

INDIVIDUAL MCP TOOL

get_dataset

Get one of the five original Maldives Idylls datasets: dive-visibility, seaplane-matrix, rate-calendar, weather-history, ferry-schedules.

maldivesidylls.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.maldivesidylls.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_dataset and invoke it with your own arguments.

Indexed 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 server

maldivesidylls.com

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.maldives-idylls]
url = "https://www.maldivesidylls.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "maldives-idylls": {
      "type": "http",
      "url": "https://www.maldivesidylls.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: maldives-idylls
Remote MCP URL: https://www.maldivesidylls.com/api/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": {
    "maldives-idylls": {
      "url": "https://www.maldivesidylls.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "maldives-idylls": {
      "type": "http",
      "url": "https://www.maldivesidylls.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "maldives-idylls",
  "transport": "streamable-http",
  "url": "https://www.maldivesidylls.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_guide — Full-text search across Maldives Idylls resorts, atolls, comparisons, and guides.
  • list_resorts — List every published resort review with atoll, one-line verdict, operating status, and canonical URL.
  • get_resort — Full editorial profile of one resort by slug: lead, who it is and is not for, villas, food, diving, getting there, our take, FAQs, matcher axes, and the canonical source URL.
  • list_atolls — List every atoll guide with region, transfer note, dominant resort style, and canonical URL.
  • get_atoll — Full atoll guide by slug: geography, transfer arithmetic, dominant resort style, marine signature, and canonical URL.
  • compare_resorts — Get a pairwise comparison.
  • match_resorts — Rank resorts against a traveller's preferences and return the top three picks with fit reasons and explicit misfit warnings.
  • get_editorial_method — How Maldives Idylls chooses and verifies, and why the content is reliable (named editor, sourced claims, mandatory limitation, corrections log, 90-day refresh).