Asterwise — Astrology MCP Server

Created By
Asterwise2 months ago
MCP server for Vedic astrology. Connect Claude, ChatGPT, or any MCP-compatible AI to real ephemeris calculations. Covers natal charts, 5-level Vimshottari Dasha, yoga detection with BPHS citations, matchmaking with Rajju/Vedha vetoes, panchanga, KP system, Lal Kitab, and numerology. OAuth 2.1. Free sandbox tier — 500 calls/month, no credit card.
Overview

Astrology for Any AI — Real Calculations, No Hallucinations

Asterwise is a Vedic astrology MCP server with 48 tools. Connect any MCP-compatible AI client to live ephemeris calculations. Every response is grounded in real data — no hallucinated birth charts, no invented planet positions.

What Your AI Can Do

  • Compute full natal charts (planet positions, house cusps, ascendant, arudha padas)
  • Run 5-level Vimshottari Dasha (Mahadasha → Sookshma)
  • Detect yogas with classical BPHS citations by chapter and verse
  • Check 12 doshas with cancellation conditions
  • Score matchmaking with Ashtakoota — Rajju and Vedha enforced as hard vetoes
  • Calculate panchanga, muhurta, choghadiya, and rahu kaal
  • Run KP system (sub-lords, cuspal significations)
  • Lal Kitab annual charts and planetary debts
  • Numerology — Pythagorean, Chaldean, Vedic, Kabbalah
  • Generate horoscopes (daily, weekly, monthly) by moon sign
  • Compute Sade Sati phases and Ashtakavarga bindus
  • All 16 divisional charts (D1 through D60)

What Makes Asterwise Different

Classical depth no competitor provides in structured API form:

  • Bhavesh Phala from BPHS Chapter 24 — 144 house lord interpretations
  • Every yoga cites Phaladeepika or BPHS with chapter and verse
  • Rajju and Vedha checked as hard vetoes in matchmaking (not just advisory flags)
  • Dosha Samya balance logic
  • Combustion, gati, and vargottama flags on every planet

Authentication

OAuth 2.1. Add https://mcp.asterwise.com/mcp to your MCP client. Authenticate with your Asterwise account. Tools are available immediately.

Pricing

  • Sandbox — Free, 500 calls/month, no credit card
  • Builder — $39/month, 15,000 calls
  • Launch — $99/month, 60,000 calls
  • Scale — $249/month, 300,000 calls

Documentation

Full tool reference, parameter specs, and example outputs at docs.asterwise.com

Server Config

{
  "mcpServers": {
    "asterwise": {
      "url": "https://mcp.asterwise.com/mcp"
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
Asterwise
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Docwand

14 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

14 hours ago