Skip to main content

Documentation Index

Fetch the complete documentation index at: https://sovrnti.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Sovrnti Graph ships a remote MCP server at https://graph.sovrnti.io/mcp. Streamable HTTP transport, OAuth 2.1 + PKCE, Dynamic Client Registration (RFC 7591) — your MCP client self-registers; no manual provisioning.

1. Add Sovrnti to your MCP client

  1. Settings → ConnectorsAdd custom connector
  2. URL: https://graph.sovrnti.io/mcp
  3. Approve the OAuth flow when prompted.

2. Authorize

The first time your client connects, a browser opens to auth.sovrnti.io. Sign in, review the requested scopes on the consent screen, and approve. Subsequent connections reuse the consent — no re-prompt unless you revoke.

3. Call sovrnti.ping

In your MCP client, ask:
Use the sovrnti.ping tool with echo “hello world”.
Response:
ok · org=org_01HX… · echo=hello world · 2026-05-05T15:42:01.123Z
Ask for structured details to see the full JSON:
{
	"ok": true,
	"org_id": "org_01HX...",
	"echo": "hello world",
	"timestamp": "2026-05-05T15:42:01.123Z"
}