← roxyapi.com

INDIVIDUAL MCP TOOL

post_numerology_bridge

Calculate three Bridge Numbers that reveal the adjustments needed to create harmony between different aspects of your numerology profile.

roxyapi.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

roxyapi.com

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-numerology]
url = "https://roxyapi.com/mcp/numerology"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "roxy-numerology": {
      "type": "http",
      "url": "https://roxyapi.com/mcp/numerology"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: roxy-numerology
Remote MCP URL: https://roxyapi.com/mcp/numerology

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-numerology": {
      "url": "https://roxyapi.com/mcp/numerology"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "roxy-numerology": {
      "type": "http",
      "url": "https://roxyapi.com/mcp/numerology"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "roxy-numerology",
  "transport": "streamable-http",
  "url": "https://roxyapi.com/mcp/numerology"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • post_numerology_life_path — Calculate your Life Path number from your birth date using Pythagorean numerology.
  • post_numerology_expression — Calculate your Expression (Destiny) number from your full birth name using Pythagorean numerology.
  • post_numerology_soul_urge — Calculate your Soul Urge (Heart Desire) number from the vowels in your birth name using Pythagorean numerology.
  • post_numerology_personality — Calculate your Personality number from the consonants in your birth name using Pythagorean numerology.
  • post_numerology_birth_day — Calculate your Birth Day number from the day you were born (1-31) using Pythagorean numerology.
  • post_numerology_maturity — Calculate your Maturity (Realization) number by adding Life Path and Expression numbers using Pythagorean numerology.
  • post_numerology_karmic_lessons — Analyze your Karmic Lessons from your birth name using Pythagorean numerology.
  • post_numerology_karmic_debt — Check for Karmic Debt numbers (13, 14, 16, 19) in Life Path, Expression, Soul Urge, or Personality calculations using Pythagorean numerology.