MCP.so
登录

MCP Server useful tools

@tmstack

关于 MCP Server useful tools

MCP Server useful tools, Spring AI MCP, Weather MCP, Stock MCP, Weather tool, Stock tool. https://mcphub.tools

基本信息

分类

其他

运行时

java

传输方式

stdio

发布者

tmstack

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is MCP Server useful tools?

MCP Server useful tools is an MCP (Model Context Protocol) server built with SpringBoot 3.3.6 and Spring AI 1.0.0-SNAPSHOT. It provides weather and stock‑market query capabilities via SSE (Server‑Sent Events) at http://127.0.0.1:8080/sse. This server is intended for developers integrating real‑time weather and stock data into AI‑powered applications using the MCP protocol.

How to use MCP Server useful tools?

The server runs on Java 17 (JDK 17) and is built with Maven 3.9.9. After launching, it exposes an SSE endpoint at http://127.0.0.1:8080/sse. Clients can send natural‑language queries for weather (e.g., “杭州天气”) to receive current conditions, or stock queries (e.g., “五粮液股价信息”) to receive real‑time stock data with buy/sell depth.

Key features of MCP Server useful tools

  • Weather queries returning conditions, temperature, humidity, wind, visibility
  • Stock queries returning price, change, volume, bid/ask depth
  • Spring AI‑powered integration with Model Context Protocol
  • SSE transport for real‑time event streaming
  • Example responses include 5‑level order book for stocks

Use cases of MCP Server useful tools

  • Query current weather for a city using natural‑language inputs
  • Retrieve real‑time stock prices and market depth for Chinese stocks
  • Integrate weather data into AI assistants or chat applications
  • Build automated stock monitoring tools with MCP‑enabled clients

FAQ from MCP Server useful tools

What data does MCP Server useful tools provide?

It provides current weather conditions (e.g., temperature, humidity, pressure) and real‑time stock market data with buy/sell depth. Exact data sources are not specified in the README.

What are the runtime dependencies?

The server requires JDK 17, Maven 3.9.9, and uses Spring Boot 3.3.6 with Spring AI on the backend.

How do clients connect to the server?

Clients connect via SSE at http://127.0.0.1:8080/sse. No authentication method is mentioned.

Can I query any city or stock?

The examples show Chinese cities and Chinese stocks. The README does not list supported symbols or geographic limits.

What transport protocol does the server use?

It uses Server‑Sent Events (SSE) for streaming responses. No other transport is documented.

评论

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