Prokerala Astrology MCP
@sajithamma
About Prokerala Astrology MCP
MCP (Model Context Protocol) Server for ProKerala Astrology API
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"prokerala-mcp-server": {
"command": "python",
"args": [
"testclient.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Prokerala Astrology MCP?
An MCP server that integrates the Prokerala API to provide Vedic astrology services such as horoscopes, panchang details, and compatibility analysis. It offers both command-line and web interfaces for developers and astrology enthusiasts.
How to use Prokerala Astrology MCP?
Clone the repository, set up a Python 3.12+ virtual environment, install dependencies, and create a .env file with your Prokerala API credentials and OpenAI API key. Start the server with fastmcp run coremcp.py:mcp --transport sse, then run the test client (python testclient.py) or the Chainlit web UI (chainlit run ui.py).
Key features of Prokerala Astrology MCP
- Vedic astrology consultations and daily horoscope readings
- Panchang details (tithi, nakshatra, yoga)
- Kundli matching and compatibility analysis
- Manglik Dosha analysis
- Multiple interfaces: CLI and Web UI (Chainlit)
- Support for multiple Indian languages
Use cases of Prokerala Astrology MCP
- Get personalized daily horoscopes for any zodiac sign
- Perform compatibility checks (porutham) for prospective couples
- Analyze birth chart planetary positions and doshas
- Retrieve daily panchang details for ritual scheduling
- Build an AI-powered astrology assistant using the MCP tools
FAQ from Prokerala Astrology MCP
What dependencies are required?
Python 3.12 or higher, pip, and a virtual environment. Dependencies are listed in requirements.txt.
How do I set up API credentials?
Create a .env file with OPENAI_API_KEY, CLIENT_ID, CLIENT_SECRET, and TOKEN_FILE_PATH (path to store the access token).
What transport does the server use?
The server runs with SSE transport on http://localhost:8000. Clients connect via MCPServerSse.
What if I get authentication errors?
Verify your API credentials in the .env file and ensure the token file has proper permissions.
How should I format dates for API calls?
Use the format YYYY-MM-DD HH:MM AM/PM. The system automatically converts for API calls.
More Other MCP servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments