MCP Server useful tools
About
MCP Server useful tools, Spring AI MCP, Weather MCP, Stock MCP, Weather tool, Stock tool. https://mcphub.tools
Details
- Author
- tmstack
- GitHub stars
- 2
- Downloads
- 184
- Categories
- Other
Jump to
- 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
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.
MCP Server useful tools
- SpringBoot 3.3.6
- Spring AI 1.0.0-SNAPSHOT
- Model Context Protocol (MCP)
- Maven 3.9.9
- JDK 17
Weather MCP
SSE
http://127.0.0.1:8080/sse
Weather MCP, Stock MCP
---
Q:
杭州天气
A:
城市: 杭州
天气情况: Clear
气压: 1009(mb)
温度: 20°C (Feels like: 20°C)
湿度: 46%
降水量:0.0 (mm)
风速: 8 km/h (WSW)
能见度: 10 公里
紫外线指数: 0
观测时间: 2025-03-24 09:42 PM
---
Stock tool
---Q:
五粮液股价信息
A:
======== 股票实时行情 ========
名称: 五 粮 液 (000858)
当前价格: 133.15 元
涨跌额: -1.16 元 (-0.86%)
今开: 134.60 元 | 昨收: 134.31 元
最高: 134.70 元 | 最低: 132.60 元
成交量: 158,132 手 | 成交额: 210,919 万元
--------- 买盘五档 ---------
买5: 133.11 元 (45 手)
买4: 133.12 元 (86 手)
买3: 133.13 元 (76 手)
买2: 133.14 元 (16 手)
买1: 133.15 元 (2 手)
--------- 卖盘五档 ---------
卖1: 133.16 元 (21 手)
卖2: 133.17 元 (30 手)
卖3: 133.18 元 (42 手)
卖4: 133.19 元 (29 手)
卖5: 133.20 元 (21 手)
更新时间: 2025-03-25 14:33:54
===========================
---
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



