Connect your client
The server uses no authentication headers. Choose the format your client accepts.
Claude, Cursor, VS Code, and other MCP clients
{
"mcpServers": {
"gematria-numbers": {
"type": "http",
"url": "https://mcp.gematrianumbers.com/mcp"
}
}
}Claude Desktop clients that require a local command
{
"mcpServers": {
"gematria-numbers": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.gematrianumbers.com/mcp"]
}
}
}ChatGPT and Codex
Add a custom remote MCP server in the product's connector or MCP settings and use the endpoint above. If your workspace does not expose custom MCP connections, use the public REST API from an agent or application instead.
Example requests
- Calculate “Aaron Judge” across every supported cipher.
- Find known terms that equal 74 in ordinal or reduction.
- Compare the names in tonight's Yankees game and show shared values.
- Show the latest MLB home-run predictions and explain the returned fields.
- Compare MLB home-run rates at season plate-appearance values 74, 111, and 144.