MCP.so
登录

MCP Server für Kerykeion

@JonesH

关于 MCP Server für Kerykeion

This template provides a streamlined foundation for building Model Context Protocol (MCP) servers in Python. It's designed to make AI-assisted development of MCP tools easier and more efficient.

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

JonesH

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is MCP Server für Kerykeion?

MCP Server für Kerykeion is a Model Context Protocol server that integrates the Kerykeion astrology library. It provides access to astrological data such as planet positions, houses, and aspects through MCP resources and tools.

How to use MCP Server für Kerykeion?

Install via pip install kerykeion-mcp. Then use a Python script that imports from kerykeion_mcp import mcp and runs mcp.run() to start the server. Once running, clients can access resources like chart://{name} and tools like register_chart.

Key features of MCP Server für Kerykeion

  • Registers birth charts with automatic geo-lookup.
  • Queries planets, houses, and aspects.
  • Persistent caching of chart data.
  • Full integration with the MCP protocol.
  • Provides data in multiple formats, including JSON.

Use cases of MCP Server für Kerykeion

  • Retrieve a complete birth chart summary for a person.
  • Get all planet positions for a given chart.
  • Look up details of a single planet or house.
  • Access all aspects in a chart.
  • Obtain full chart data as JSON for further processing.

FAQ from MCP Server für Kerykeion

How do I install the server?

Run pip install kerykeion-mcp to install the package.

How do I register a new birth chart?

Use the register_chart tool with the person’s name and birth details. The server automatically performs a geo-lookup.

What data can I access via resources?

You can access chart summaries, planet positions, house positions, aspects, and full JSON data using URIs like chart://{name}/planets or chart://{name}/json.

Does the server cache chart data?

Yes, it has persistent caching of chart data to avoid recomputation.

What are the runtime dependencies?

The package depends on the Kerykeion astrology library and the MCP framework, automatically installed via pip.

评论

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