← magic-tips.app

INDIVIDUAL MCP TOOL

get_park_attractions

Static attraction catalog for one park: name, type, minimum height, duration, must-do flag, and community rating.

magic-tips.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://magic-tips.app/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_park_attractions 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

magic-tips.app

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

.mcp.json

{
  "mcpServers": {
    "magic-tips": {
      "type": "http",
      "url": "https://magic-tips.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "magic-tips",
  "transport": "streamable-http",
  "url": "https://magic-tips.app/api/mcp"
}
MCP Inspector

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

Related tools

  • get_crowd_forecast — Daily crowd score (1-10) and predicted wait-time percentage for a Disney resort, for a given month.
  • search_restaurants_by_menu_item — Find restaurants across all resorts whose menu contains a given food/drink item (e.g.
  • get_faq — Frequently asked questions and answers for a resort, grouped by category.
  • get_glossary — Definitions of park-planning terms (Lightning Lane, DAS, Genie+, rope drop, etc.), optionally filtered to one resort.
  • get_forecast_accuracy — How accurate Magic Tips' own crowd forecasts actually are for a resort: mean absolute error and share of forecasts within ±10 points, computed by comparing each published forecast against crowds later observed from real wait-time data.