A Model Context Protocol (MCP) server that provides tarot card reading functionality. This server allows AI assistants to draw tarot cards, perform
Most developer tooling work still happens through a UI a human drives. Swift Tarot MCP MCP server moves it into the conversation instead. A Model Context Protocol (MCP) server that provides tarot card reading functionality. This server allows AI assistants to draw tarot cards, perform multi-card readings, and access the complete tarot deck.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The server publishes 5 tools. What each one is for:
Prerequisites — The Prerequisites tool exposed by this serverdraw_cards — The draw_cards tool exposed by this serverget_full_deck — The get_full_deck tool exposed by this serverfetch_images — The fetch_images tool exposed by this serverTesting — The Testing tool exposed by this serverPlenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Swift Tarot MCP's toolset — Prerequisites, draw_cards, get_full_deck and 2 more — is a fair guide to whether it matches your workflow. It is maintained by junebash; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Prerequisites | The Prerequisites tool exposed by this server. |
| draw_cards | The draw_cards tool exposed by this server. |
| get_full_deck | The get_full_deck tool exposed by this server. |
| fetch_images | The fetch_images tool exposed by this server. |
| Testing | The Testing tool exposed by this server. |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.