← explorioworld.com

INDIVIDUAL MCP TOOL

create_plan

Create a shareable itinerary plan from a list of event IDs.

explorioworld.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

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

.mcp.json

{
  "mcpServers": {
    "explorioworld-com": {
      "type": "http",
      "url": "https://explorioworld.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "explorioworld-com",
  "transport": "streamable-http",
  "url": "https://explorioworld.com/api/mcp"
}
MCP Inspector

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

Related tools

  • search_events — Search events on Explorio World — concerts, workshops, sports, museums and more across European cities.
  • get_event — Get full details of a specific event by ID.
  • search_attractions — Search permanent places and venues on Explorio World — museums, parks, playgrounds, pools, zoos, theatres, cinemas and more across 47 European cities.
  • get_attraction — Get full details of a specific permanent venue/place by ID.
  • search_circuits — Search multi-day travel itineraries/circuits on Explorio World.
  • search_journals — Search travel journals/diaries on Explorio World.
  • ask_ai — Ask the Explorio AI assistant a natural language question about events or activities.
  • list_categories — List all available event and attraction categories on Explorio World.