General Tools
magic-tips.app
Provides Disney resort information including crowd forecasts, attraction details, restaurant search, FAQs, and glossary terms.
ENDPOINT 1
https://magic-tips.app/api/mcp
MCP server metadata
- Name
- magic-tips
- Version
- 1.0.0
Known tools 6
get_crowd_forecastDaily crowd score (1-10) and predicted wait-time percentage for a Disney resort, for a given month.
Inferred read-onlyget_park_attractionsStatic attraction catalog for one park: name, type, minimum height, duration, must-do flag, and community rating.
Inferred read-onlysearch_restaurants_by_menu_itemFind restaurants across all resorts whose menu contains a given food/drink item (e.g.
Inferred read-onlyget_glossaryDefinitions of park-planning terms (Lightning Lane, DAS, Genie+, rope drop, etc.), optionally filtered to one resort.
Potential side effectsget_forecast_accuracyHow 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.