MCP

Connect any compatible AI.

Add the remote MCP URL to your client. Tietoni discovers the client metadata, asks you for explicit consent, and returns short-lived OAuth credentials.

https://tietoni.com/mcp

Authorization

  1. The client contacts /mcp and receives protected-resource metadata.
  2. It starts an authorization-code flow with S256 PKCE and a resource indicator.
  3. You choose workspaces and requested permissions on Tietoni.
  4. The client receives a short-lived access token and rotating refresh token.

Scopes

context.readBrowse, read, search, and assemble context.
context.writeCreate or update files and rows.
context.deleteSoft-delete files and rows.
schema.writeCreate safe schema versions.
catalog.manageCreate and update catalogs.

Retrieval

Use context.search for hybrid semantic and full-text matches, and context.get for a compact, permission-filtered package assembled within a token budget.