← roxyapi.com
INDIVIDUAL MCP TOOL
get_angel_numbers_lookup
Smart angel number analysis that works for ANY number sequence, not just known angel numbers.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.roxy-angel-numbers]
url = "https://roxyapi.com/mcp/angel-numbers"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"roxy-angel-numbers": {
"type": "http",
"url": "https://roxyapi.com/mcp/angel-numbers"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: roxy-angel-numbers
Remote MCP URL: https://roxyapi.com/mcp/angel-numbers
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"roxy-angel-numbers": {
"url": "https://roxyapi.com/mcp/angel-numbers"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"roxy-angel-numbers": {
"type": "http",
"url": "https://roxyapi.com/mcp/angel-numbers"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "roxy-angel-numbers",
"transport": "streamable-http",
"url": "https://roxyapi.com/mcp/angel-numbers"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_angel_numbers— Retrieve the complete database of angel numbers with summary information.get_angel_numbers_number— Get the complete, authoritative meaning and interpretation for a specific angel number.post_angel_numbers_daily— Get the angel number of the day with full meaning and interpretation.