Skip to main content
Glama

徐铭古诗词 MCP

一个面向 ChatGPT、Codex 和其他 MCP 客户端的中国古诗词查询服务。项目部署在 Cloudflare Workers,数据查询由 palemoky/chinese-poetry-api 提供,覆盖唐诗、宋词、元曲等近 40 万首作品。

MCP 工具

  • search_poems:按全文、标题、正文或作者搜索古诗词

  • random_poem:随机抽取诗词,可限定作者、朝代、体裁,或进行飞花令

  • list_authors:分页查询作者

  • list_dynasties:查询朝代

  • list_poetry_types:查询诗词体裁

  • poetry_statistics:查看诗词库统计数据

Related MCP server: ASMR-One MCP Server

计划地址

https://poetry-mcp.xumingtech.online/mcp

该端点采用 Streamable HTTP MCP(JSON-RPC 2.0)。根路径和 /health 可用于健康检查。

本地开发

npm install
npm test
npm run dev

默认上游 API 为 https://poetry.palemoky.com,可在 wrangler.jsonc 中修改 POETRY_API_BASE

部署

npx wrangler login
npm run deploy

部署成功后,可在 Cloudflare Workers 中为 Worker 添加自定义域名 poetry-mcp.xumingtech.online

MCP 初始化测试

curl -X POST "https://poetry-mcp.xumingtech.online/mcp" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-06-18","capabilities":{},"clientInfo":{"name":"curl","version":"1.0"}}}'

数据与致谢

请遵守上游服务的限流规则与相关许可证。

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    A modern AI service proxy that enables interaction with multiple AI providers (Anthropic Claude, OpenAI) through a unified API, deployed globally using Cloudflare Workers.
    Last updated
    5
    98
  • -
    license
    -
    quality
    -
    maintenance
    A Cloudflare Worker that implements an MCP server for searching and retrieving ASMR work information from asmr-one.com, allowing users to search by keyword, circle, tag, or voice actor and get random recommendations.
    Last updated
  • A
    license
    -
    quality
    C
    maintenance
    Cloudflare Worker REST API + local MCP server for China Sports Lottery football odds, providing live odds, derived probabilities, Kelly value, and parlay calculation.
    Last updated
    3
    MIT

View all related MCP servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/iamxuming/poetry-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server