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/mcpAuthorization
- The client contacts
/mcpand receives protected-resource metadata. - It starts an authorization-code flow with S256 PKCE and a resource indicator.
- You choose workspaces and requested permissions on Tietoni.
- The client receives a short-lived access token and rotating refresh token.
Scopes
context.read | Browse, read, search, and assemble context. |
|---|---|
context.write | Create or update files and rows. |
context.delete | Soft-delete files and rows. |
schema.write | Create safe schema versions. |
catalog.manage | Create 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.