What is the Tarot MCP Server by RoxyAPI MCP server?
Tarot card meanings, spreads and seeded reproducible readings for AI agents, one API key.
How to install Tarot MCP Server by RoxyAPI
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Environment / auth
X-API-KeyrequiredsecretRoxyAPI key from roxyapi.com/account
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"tarot": {
"url": "https://roxyapi.com/mcp/tarot"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tarot": {
"serverUrl": "https://roxyapi.com/mcp/tarot"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"tarot": {
"type": "http",
"url": "https://roxyapi.com/mcp/tarot"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"tarot": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://roxyapi.com/mcp/tarot"
]
}
}
}Claude Code
claude mcp add --transport http tarot https://roxyapi.com/mcp/tarotRelated MCP servers
Angel number meanings and repeating sequences like 111, 222, 333 for AI agents.
Western natal charts, horoscopes, transits and synastry for AI agents, verified vs NASA JPL.
Biorhythm cycles, forecasts, critical days and compatibility for AI agents, one API key.
Crystal meanings, healing properties, chakra and birthstone lookups for AI agents.
Keyless docs search so coding agents wire up RoxyAPI: every endpoint, param and SDK call.
Dream symbol interpretation and dream-dictionary lookups for AI agents, one API key.