MCP Server (STDIO) to fetch and parse Chengdu Youth Center activities
Project description
MCP Server · 成都青年之家活动抓取器(Python)
一个基于 Model Context Protocol (MCP) 的服务端,抓取并解析 成都青年之家 的最新「精彩活动」列表,返回结构化活动数组。
- 语言:Python 3.9+
- 传输:SSE(Server-Sent Events)
- 框架:Starlette + Uvicorn
- SDK:
mcp(官方 Python SDK)+FastMCP - 解析:httpx + BeautifulSoup4 + lxml
✨ 功能特性
- 🔍 GET 抓取:请求
https://cdyouth.cdcyl.org.cn/jgc/,直接解析首页 HTML。 - 📝 结构化输出:活动 ID、标题、标签、分类、时间、地址、状态、浏览量、封面图、详情链接等。
- 🧩 MCP Tool:
fetch_chengdu_youth_activities(limit?: int)。 - 🔄 SSE 传输:提供
/sse(建立会话)与/messages(客户端发消息)端点。 - ❤️ 健康检查:
/healthz返回 200ok,便于托管/监控。
📦 安装
方式 A:从源代码本地安装(推荐开发用)
# 创建虚拟环境(可用 uv/pipenv/venv,以下以 uv 为例)
uv venv
uv pip install -e .
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mcp_cd_youth-1.0.3.tar.gz
(4.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mcp_cd_youth-1.0.3.tar.gz.
File metadata
- Download URL: mcp_cd_youth-1.0.3.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
491220badaec67baca3ae84bd898b15a23687f768bc84f14c3f844016ef98c35
|
|
| MD5 |
d2433afa0c16623d4b016c7c5538ae66
|
|
| BLAKE2b-256 |
9b6d76b2f7b465682ba559df012999984fab6089f18284804196fd81d3a52080
|
File details
Details for the file mcp_cd_youth-1.0.3-py3-none-any.whl.
File metadata
- Download URL: mcp_cd_youth-1.0.3-py3-none-any.whl
- Upload date:
- Size: 5.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.18
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d566b62781ae00d5ab5195cf71219b80f3eba16da5326a82571e5200007408f
|
|
| MD5 |
5ac549c191368f7b18f6dbdd0e234f99
|
|
| BLAKE2b-256 |
9e85a2c02ea7180663e54e794bde203e5688d292e3aed5230dddf5e90961df2e
|