A streamable HTTP wrapper around the Horoscope App API that needs no authentication. Part of the Pipeworx gateway ecosystem, which aggregates 776+ data sources into a single MCP interface. The docs don't list specific tools, but this connects Claude to horoscope data you can query through either direct tool calls or natural language via ask_pipeworx. You can deploy it standalone at the horoscope-specific endpoint or use the full Pipeworx gateway for broader access. Useful if you're building chatbots or agents that need astrology content without managing API keys or rate limits yourself.
Horoscope MCP — wraps the keyless Horoscope App API.
Part of Pipeworx — an MCP gateway connecting AI agents to 776+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"horoscope": {
"url": "https://gateway.pipeworx.io/horoscope/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 776+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Horoscope data" })
The gateway picks the right tool and fills the arguments automatically.
MIT