RoxyAPI MCP Server
Enables Claude to build on RoxyAPI's multi-domain spiritual intelligence API, including astrology, tarot, numerology, and more, through a keyless Docs MCP and a Skill for live API calls.
README
RoxyAPI for Claude Code
A Claude Code plugin that teaches Claude how to build on RoxyAPI, the multi domain spiritual intelligence API: Western and Vedic astrology, tarot, numerology, horoscopes, human design, forecast, biorhythm, I Ching, crystals, dreams, angel numbers, and location. One key, every domain. Remote MCP, typed SDKs, and drop in UI components live alongside at roxyapi.com.
One install gives Claude Code two things, no API key required:
- A Skill that tells Claude when and how to call RoxyAPI: the location first rule,
X-API-Keyauth, endpoints per domain, the error contract, and the SDK and Remote MCP integration paths. - The keyless Docs MCP (
search_docs), auto connected, so Claude looks up the exact endpoint, field, or SDK method live from the reference instead of guessing.
Both stay current automatically. The plugin is regenerated from the live OpenAPI spec and the published agent playbook, so as the API grows the Skill grows with it.
Install
In Claude Code:
/plugin marketplace add RoxyAPI/claude-plugin
/plugin install roxyapi@roxyapi
That is the whole setup. Claude now reaches for RoxyAPI when you build any astrology, tarot, numerology, human design, forecast, or other insight feature, and can query the Docs MCP for exact endpoints while it writes the integration.
Make live API calls
The Docs MCP is keyless and answers questions about the API. To let Claude call the API for real (returning live charts, readings, or forecasts), add a per domain Remote MCP server with your key. Get a key at roxyapi.com/account, then add to your MCP config:
{
"mcpServers": {
"roxy-astrology": {
"type": "http",
"url": "https://roxyapi.com/mcp/astrology",
"headers": { "X-API-Key": "YOUR_KEY" }
}
}
}
Swap astrology for any domain (vedic-astrology, tarot, numerology, human-design, forecast, and more). See the MCP guide.
What is RoxyAPI
Hosted infrastructure for insight, prediction, and spiritual intelligence apps. One subscription, one API key, every domain. Calculations are powered by Roxy Ephemeris, verified against NASA JPL Horizons. Flat pricing, no AGPL, instant key delivery, typed SDKs for TypeScript, Python, PHP, C#, and Go, and Remote MCP across every domain. See the methodology.
Links
- MCP guide: roxyapi.com/docs/mcp
- API reference: roxyapi.com/api-reference
- SDKs: roxyapi.com/docs/sdk
- Templates and starters: roxyapi.com/starters
- Pricing: roxyapi.com/pricing
License
MIT. See LICENSE.
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.