MCP tools
for agentsExpose the runtime to Claude, Cursor, or any MCP-capable agent as tools.
// .mcp.json entry
{
"mcpServers": {
"tarotscript": {
"url": "https://tarotscript-worker.blue-pine-edf6.workers.dev/mcp",
"headers": {
"Authorization": "Bearer $API_KEY"
}
}
}
}
// call from the agent:
tarot_cast({
source: "spread Triad { ... }",
seed: 42,
inscribe: true
})