Connect

Connect Tringine to your AI

Design your own Bible — pick a translation, scope (whole Bible / NT / OT / any book range) and trim size, and build it. Every build gives you a print-ready PDF, light and dark screen-reading PDFs, and an EPUB3. $12 for 4 builds ($3 each) — and the first one is free. For personal use — not for resale.


MCP server URL https://tringine.publifye.pro/mcp the one thing every client needs

1Claude (web & desktop)

In Claude, add a custom connector and paste the URL above. Most clients need only the URL — they register themselves automatically (Dynamic Client Registration is live).

Client ID (only if asked) appGK7kEdrjj6Vcw99 public — no secret

If a client asks for a Client ID, use the value above and leave the client secret blank.

Claude Desktop — add to claude_desktop_config.json
{ "mcpServers": { "tringine": { "url": "https://tringine.publifye.pro/mcp" } } }

2Command line / Claude Code

One command adds the connector to Claude Code:

claude mcp add tringine --transport http https://tringine.publifye.pro/mcp

3Cursor / any MCP client

Point any MCP client at the endpoint below. It speaks OAuth 2.1 — clients discover the authorization server automatically (RFC 9728 protected-resource metadata).

Endpoint https://tringine.publifye.pro/mcp
OAuth discovery https://tringine.publifye.pro/.well-known/oauth-protected-resource