MCP.so
登录

Spring MCP Server

@ranjeet-floyd

关于 Spring MCP Server

MCP server using Spring-AI

基本信息

分类

其他

运行时

java

传输方式

stdio

发布者

ranjeet-floyd

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Spring MCP Server?

A basic MCP (Model Context Protocol) server built with Spring-AI that exposes a single tool (scheduleAppointment) via SSE transport, aimed at developers integrating appointment scheduling into MCP‑compatible applications.

How to use Spring MCP Server?

Run the main Java application (default port 8080). Then launch the MCP inspector: npx @modelcontextprotocol/inspector node build/index.js. In the inspector, select SSE transport, enter http://localhost:8080/sse, connect, and use the scheduleAppointment tool with a hospital name parameter.

Key features of Spring MCP Server

  • Built with Spring-AI for MCP integration
  • Exposes a single tool: scheduleAppointment
  • Uses SSE (Server‑Sent Events) transport
  • Default port 8080
  • Accepts hospital name as input parameter

Use cases of Spring MCP Server

  • Schedule an appointment at a specified hospital
  • Integration test of an MCP server using the inspector tool

FAQ from Spring MCP Server

评论

其他 分类下的更多 MCP 服务器