MCP.so
登录

Full-Stack-Developer-Intern

@Manjunatha-kv01

关于 Full-Stack-Developer-Intern

Create a backend system for managing travel itineraries with the following components: 1. Database architecture for trip itineraries and models for the same using SQLAlchemy 2. RESTful API endpoints for creating and viewing itineraries 3. MCP server that provides recommended itin

基本信息

分类

开发工具

运行时

python

传输方式

stdio

发布者

Manjunatha-kv01

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Full-Stack-Developer-Intern?

Full-Stack-Developer-Intern is an MCP server that returns recommended travel itineraries based on the number of nights. It is part of a backend system that includes a SQLAlchemy database schema for trip itineraries (covering hotel accommodations, transfers, and activities) and RESTful API endpoints (FastAPI) for creating and viewing itineraries, seeded with realistic data for the Phuket and Krabi regions in Thailand.

How to use Full-Stack-Developer-Intern?

The server is used by providing a number of nights (2–8) to receive a list of recommended itineraries for that duration. It is implemented as an MCP server that exposes this functionality, though no specific client commands or configuration keys are detailed in the README.

Key features of Full-Stack-Developer-Intern

  • Returns recommended itineraries for a given number of nights
  • Supports durations from 2 to 8 nights
  • Uses realistic seeded data for Phuket and Krabi, Thailand
  • Integrates with a broader backend (SQLAlchemy + FastAPI)
  • Includes day-wise hotel, transfer, and activity information

Use cases of Full-Stack-Developer-Intern

  • Travelers quickly get suggested itineraries for a desired trip length
  • Travel agencies present pre-built recommendations for Phuket or Krabi
  • Developers test the MCP server as part of a larger itinerary management system

FAQ from Full-Stack-Developer-Intern

What kind of data does the server use?

It uses a database seeded with realistic travel data specifically for the Phuket and Krabi regions in Thailand, covering day-wise hotel accommodations, transfers, and activities.

What duration ranges are covered?

Recommended itineraries are available for 2 to 8 nights.

What are the underlying technologies?

The system uses SQLAlchemy for the database schema, FastAPI for RESTful API endpoints, and an MCP server for itinerary recommendations.

Does the server allow creating or viewing itineraries?

The MCP server itself only provides recommendations; creating and viewing itineraries is handled by separate FastAPI API endpoints described in the same project.

Are there any authentication or transport requirements?

The README does not specify any authentication mechanisms or transport requirements beyond the MCP server implementation.

评论

开发工具 分类下的更多 MCP 服务器