Angel Numbers Deterministic API for Claude Desktop
io.github.pewsta66/angel-numbers-api
Deterministic angel number meanings via MCP, with x402 USDC paid interpretations on Base.
client:Claude Desktop
transport:streamable-http
tools:3
Install Angel Numbers Deterministic API in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"angel-numbers-api": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.raising-angels.com/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs