
Cameronsjo Mouse Mcp
- 1 repo stars
- Updated June 14, 2026
- cameronsjo/mouse-mcp
cameronsjo-mouse-mcp is a Claude Code plugin that adds an MCP server for Disney parks attractions, dining, height requirements, Lightning Lane, and fuzzy search.
About
cameronsjo-mouse-mcp packages an MCP server that feeds Claude structured Disney parks information: attractions, dining, height requirements, Lightning Lane status, and fuzzy search when exact names do not match. developers install it when they are prototyping travel planners, family apps, chat assistants, or internal demos that need trustworthy park facts inside Claude Code without building scrapers. The integration is narrow and data-specific—excellent for agent-side Q&A and itinerary drafting, not a general database layer. Setup follows standard Claude Code MCP plugin patterns: register the marketplace entry, enable the server, and invoke park tools from sessions. Skillselion tags it under Build → integrations because the value is connecting Claude to a curated external API surface during development.
- Single-plugin bundle (plugin count: 1) exposing Disney parks MCP tools to Claude
- Attraction and dining lookups with height requirements and Lightning Lane status
- Fuzzy search across park entities for natural-language trip planning in the agent
- Community MCP server focused on parks data, not generic web scraping
- Keyword coverage: attraction, disney, parks, search, times
Cameronsjo Mouse Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install cameronsjo-mouse-mcp@cameronsjo/mouse-mcpAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | June 14, 2026 |
| Repository | cameronsjo/mouse-mcp ↗ |
What it does
Wire Claude Code to live Disney parks data—attractions, dining, height rules, Lightning Lane, and fuzzy search—through one MCP plugin.
Who is it for?
Best when you're making travel, hospitality, or family-planning agents and need Disney park data inside Claude Code via MCP.
Skip if: Production backends that need official Disney APIs, real-time crowds without this server’s scope, or generic CRUD with no parks domain.
What you get
After install, Claude can query park attractions, dining, restrictions, and Lightning Lane context through MCP tools including fuzzy search.
- Enabled MCP server with Disney parks query tools in Claude sessions
- Fuzzy search and structured attraction/dining responses for agent workflows
By the numbers
- Plugin count: 1
- Repository: cameronsjo/mouse-mcp
- Described capabilities: attractions, dining, height requirements, Lightning Lane, fuzzy search
Recommended Plugins
How it compares
Domain-specific MCP data server, not a coding-rules marketplace or multi-plugin orchestration bundle.
FAQ
Who is Cameronsjo Mouse Mcp for?
It is for developers and developers who want Claude Code to access Disney parks MCP tools for attractions, dining, height requirements, and Lightning Lane lookups.
When should I use Cameronsjo Mouse Mcp?
Use it when you are building or testing an agent feature that needs fuzzy search and structured park data during the integrations phase.
How do I add Cameronsjo Mouse Mcp to my agent?
Register the cameronsjo/mouse-mcp Claude Code plugin or MCP entry, start the MCP server per repo instructions, and enable it in Claude Code’s MCP configuration.