pipeworx-io/mcp-tarot
MCP server for tarot card readings and search via tarotapi.dev
Platform-specific configuration:
{
"mcpServers": {
"mcp-tarot": {
"command": "npx",
"args": [
"-y",
"mcp-tarot"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for tarot card readings and search via tarotapi.dev. Free, no auth required.
| Tool | Description | |------|-------------| | random_card | Draw a single random tarot card with meanings | | draw_cards | Draw multiple random tarot cards (1-78) | | search_cards | Search tarot cards by keyword | | get_card | Get a specific card by its short name identifier |
curl -X POST https://gateway.pipeworx.io/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "tarot_draw_cards",
"arguments": { "count": 3 }
},
"id": 1
}'MIT
Loading reviews...