MCP.so
登录

Cruises Taoticket

@fpucci-git

关于 Cruises Taoticket

MCP server for information on the cruise industry.

基本信息

分类

版本控制

传输方式

stdio

发布者

fpucci-git

提交者

Fabrizio Pucci

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Cruises Taoticket?

Cruises Taoticket is an MCP server that provides access to Taoticket’s cruise catalog through a set of OpenAPI-defined tools. It is designed for developers who need to programmatically search cruises, retrieve ship details, and answer frequently asked questions using a semantic FAQ search.

How to use Cruises Taoticket?

Use the OpenAPI specification at https://www.taoticket.com/.well-known/openapi.yaml to generate client code or import into tools like Postman. Each tool is accessible via POST to https://www.taoticket.com/mcp/tools/ and requires a Bearer Token API key in the Authorization header.

Key features of Cruises Taoticket

  • Cruise search by port, company, area, or period
  • Retrieve detailed specifications and descriptions for a ship
  • Semantic FAQ search against Taoticket’s knowledge base
  • Type‑safe client generation via OpenAPI code generators
  • Pre‑configured request templates when imported into API tools

Use cases of Cruises Taoticket

  • Finding available cruises based on multiple search criteria
  • Looking up technical data and features of a specific cruise ship
  • Answering common customer questions about policies and procedures
  • Automating booking or quotation workflows in travel platforms
  • Integrating cruise data into custom dashboards or chatbots

FAQ from Cruises Taoticket

What does Cruises Taoticket do?

It exposes three tools: find-cruises for searching cruises, info-nave for ship details, and cerca-faq for semantically searching Taoticket’s FAQ knowledge base.

How do I authenticate?

All requests require a Bearer Token. In the Authorization tab of your HTTP client, select “Bearer Token” and paste your API key.

What are the available endpoints?

All endpoints are POST methods under https://www.taoticket.com/mcp/tools/: find-cruises, info-nave, and cerca-faq.

Do I need any special runtime or dependencies?

No specific runtime is required. The API can be consumed from any language or tool that supports HTTP and the OpenAPI specification.

Where can I find the full API contract?

The complete OpenAPI 3.1.0 specification is available at https://www.taoticket.com/.well-known/openapi.yaml.

评论

版本控制 分类下的更多 MCP 服务器