MCP cover image
See in Github
2025-02-15

Servidor de MCP de API de Wiki.

1

Github Watches

1

Github Forks

2

Github Stars

ThemeParks.wiki API MCP Server

This is an MCP Server that exposes data from the ThemeParks.wiki API as tools.

Features

  • Get theme park operating hours
  • Get attraction wait times
  • Get show times

API

Tools

  • getEntityChildren
    • Get a list of attractions and shows in a park given the park's entity ID
    • input: entityId (string)
  • getEntityScheduleForDate
    • Get a park's operating hours given the park's entity ID and a specific date (in yyyy-MM-dd format).
    • input:
      • entityId (string)
      • date (string; yyyy-MM-dd)
  • getAllParks
    • Get a list of all parks (including their name and entity ID)
  • getParksByName
    • Get a list of parks (including their name and entity ID) given a park name or resort name
    • input: entityId (string)
  • getEntity
    • Get an entity given its entity ID
    • input: entityId (string)
  • getEntityLive
    • Get an attraction's wait times or a show's show times given the attraction or show entity ID
    • input: entityId (string)

Building the server

To build the server as an executable JAR file, run the following command:

./gradlew build

This will require Java 21 (or higher) to be installed. I recommend using SDKMAN! to install and manage Java versions.

The JAR file will be placed in build/libs/kt-mcp-server-0.0.1-SNAPSHOT.jar. Do not try to run this executable JAR file yourself. The MCP Client (such as Claude Desktop) will run the server for you.

Optionally, to build the server as a Docker image, run the following command:

./gradlew bootBuildImage --imageName=habuma/tpapi-mcp-server

Do not attempt to run this Docker image yourself. The MCP Client (such as Claude Desktop) will run the server for you.

Usage with Claude Desktop

You can use the ThemeParks.wiki API MCP Server in Claude Desktop by adding configuration to claude_desktop_config.json. Change the paths below to correctly reference the Java command line and the location of the executable JAR file:

{
  "mcpServers": {
    "tpapi": {
      "command": "/path/to/java",
      "args": [
        "-jar",
        "/path/to/project/build/libs/tpapi-mcp-server-0.0.1-SNAPSHOT.jar"
      ]
    }
  }
}

相关推荐

  • NiKole Maxwell
  • I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

  • https://jgadvisorycpa.com
  • This GPT assists in finding a top-rated business CPA - local or virtual. We account for their qualifications, experience, testimonials and reviews. Business operators provide a short description of your business, services wanted, and city or state.

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • apappascs
  • Descubra la colección más completa y actualizada de servidores MCP en el mercado. Este repositorio sirve como un centro centralizado, que ofrece un extenso catálogo de servidores MCP de código abierto y propietarios, completos con características, enlaces de documentación y colaboradores.

  • ShrimpingIt
  • Manipulación basada en Micrypthon I2C del expansor GPIO de la serie MCP, derivada de AdaFruit_MCP230xx

  • OffchainLabs
  • Implementación de la prueba de estaca Ethereum

  • huahuayu
  • Una puerta de enlace de API unificada para integrar múltiples API de explorador de blockchain similar a Esterscan con soporte de protocolo de contexto modelo (MCP) para asistentes de IA.

  • modelcontextprotocol
  • Servidores de protocolo de contexto modelo

  • Mintplex-Labs
  • La aplicación AI de escritorio todo en uno y Docker con trapo incorporado, agentes de IA, creador de agentes sin código, compatibilidad de MCP y más.

    Reviews

    5 (1)
    Avatar
    user_nYaKvQtW
    2025-04-16

    I've been using tpapi-mcp-server, developed by habuma, for a while now and I am thoroughly impressed. It's a robust and reliable solution for managing MCP applications. The start URL and welcoming information make the setup incredibly seamless. Highly recommend checking it out at https://github.com/habuma/tpapi-mcp-server for a comprehensive server experience!