mcp-astrology

mcp-astrology

Receives birth information and returns Western astrology natal charts including planetary positions, houses, ASC/MC text, and a chart PNG image.

Category
Visit Server

README

mcp-astrology

출생 정보를 받아 서양 점성술 네이탈 차트(행성별 별자리·하우스, ASC·MC 텍스트 + 차트 PNG)를 반환하는 MCP 서버. "내 네이탈 차트 그려줘"라고 하면 차트 휠 이미지를 돌려준다.

구조·네이밍·PNG·설치 규약은 STANDARD.md를 따른다. mcp-qr skeleton 복제본.


계산 / 렌더

  • 계산: celestine — Swiss Ephemeris / JPL Horizons 대조 검증된 천체력.
  • 렌더: @astrodraw/astrochart(SVG) → jsdom으로 헤드리스 구동 → sharp로 PNG 변환.
  • 결정론적: 같은 입력 → 같은 차트.

도구

get_natal_chart

파라미터 타입 필수 설명
birthDate string YYYY-MM-DD 생년월일
birthTime string HH:MM 출생시각 (24시간)
latitude number 위도 (북위 +, 남위 −)
longitude number 경도 (동경 +, 서경 −)
timezone number | string 숫자 오프셋(9, -4) 또는 IANA 존("Asia/Seoul")

IANA 존을 주면 해당 출생 시각의 DST를 반영해 오프셋을 산출한다.

출력 (둘 다 반환):

  1. 구조화 텍스트 — 행성별 별자리·도수·하우스(역행 R 표시), ASC·MC
  2. 네이탈 차트 PNG (1080×1080)

예제 출력: examples/astrology_example.png (1990-05-15 12:00 · 서울 · Asia/Seoul).


설치

git clone https://github.com/molpass/mcp-astrology.git
cd mcp-astrology
npm install && npm run build

예제 차트를 직접 생성해 보려면:

npm run example   # examples/astrology_example.png 재생성

MCP 등록 (서버명 astrology)

{
  "mcpServers": {
    "astrology": {
      "command": "node",
      "args": ["/abs/path/mcp-astrology/dist/index.js"]
    }
  }
}

/abs/path는 클론한 실제 절대경로로 바꾼다. Windows 예: "args": ["C:/Users/<you>/mcp-astrology/dist/index.js"]


스킬

페어링 스킬: skill/astrology.skill.md — 위·경도·시간대가 빠지면 사용자에게 질의하도록 안내한다.

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured