← Registry

General Tools

magic-tips.app

Provides Disney resort information including crowd forecasts, attraction details, restaurant search, FAQs, and glossary terms.

1 endpoint6 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
magic-tips
Version
1.0.0
Capabilities
tools.listChanged

Known tools 6

get_crowd_forecast

Daily crowd score (1-10) and predicted wait-time percentage for a Disney resort, for a given month.

Inferred read-only
get_park_attractions

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

Inferred read-only
search_restaurants_by_menu_item

Find restaurants across all resorts whose menu contains a given food/drink item (e.g.

Inferred read-only
get_faq

Frequently asked questions and answers for a resort, grouped by category.

Inferred read-only
get_glossary

Definitions of park-planning terms (Lightning Lane, DAS, Genie+, rope drop, etc.), optionally filtered to one resort.

Potential side effects
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.