MCP tools
for agentsExpose the runtime to Claude, Cursor, or any MCP-capable agent as tools.
// .mcp.json / claude_desktop_config.json entry
{
"mcpServers": {
"tarotscript": {
"url": "https://tarotscript.com/mcp",
"headers": { "Authorization": "Bearer $API_KEY" }
}
}
}
// call from the agent:
tarot_cast({
spreadType: "three-card",
seed: 42,
querent: { intention: "..." }
}) Prefer local? Clone the repo and build
packages/mcp for the stdio server — unpublished
on npm, so this is a source build, not an install.
Auth-gated: the endpoint requires a bearer API key per ADR-0005 — no anonymous access.