A Model Context Protocol server that provides daily horoscope readings and fortune telling for all 12 zodiac signs across multiple time ranges (today, tomorrow, week, month).
A Model Context Protocol (MCP) server that provides daily horoscope readings and fortune telling. This server integrates with a horoscope API to provide detailed fortune readings for all zodiac signs.
git clone https://github.com/GBcui/horoscope-serve.git cd horoscope-serve
npm install
npm run build
For VSCode Claude extension:
{ "mcpServers": { "horoscope": { "command": "node", "args": ["/path/to/horoscope-serve/build/index.js"] } } }
The server provides a tool called get-horoscope
that can be used to fetch horoscope readings.
Parameters:
type
(string): Zodiac sign
time
(string): Time range for the reading
Example usage:
use_mcp_tool with: server_name: "horoscope" tool_name: "get-horoscope" arguments: { "type": "aries", "time": "today" }
Sample output:
白羊座 2024年3月27日运势 ▎ 整体运势 ★★★★☆ 今天的运势相当不错,工作上会有意外收获... ▎ 爱情运势 ★★★★ 单身的你可能会遇到心仪的对象... [Additional sections...]
一个提供星座运势和运程预测的 Model Context Protocol (MCP) 服务器。该服务器集成了星座运势 API,为全部十二星座提供详细的运势解读。
git clone https://github.com/GBcui/horoscope-serve.git cd horoscope-serve
npm install
npm run build
VSCode Claude / Cursor 扩展配置:
{ "mcpServers": { "horoscope": { "command": "node", "args": ["/path/to/horoscope-serve/build/index.js"] // 替换为实际路径 } } }
服务器提供了 get-horoscope
工具用于获取星座运势。
参数说明:
type
(字符串):星座类型
time
(字符串):运势时间范围
使用示例:
use_mcp_tool with: server_name: "horoscope" tool_name: "get-horoscope" arguments: { "type": "aries", "time": "today" }
返回数据示例:
白羊座 2024年3月27日运势 ▎ 整体运势 ★★★★☆ 今天的运势相当不错,工作上会有意外收获... ▎ 爱情运势 ★★★★ 单身的你可能会遇到心仪的对象... [更多运势内容...]
使用以下技术构建:
服务器包含完善的错误处理机制,涵盖:
错误返回时会包含适当的错误代码和描述性消息。
欢迎提交贡献!请随时提交 Pull Request。
MIT 许可证 - 您可以在自己的项目中自由使用。
Discover shared experiences
Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!