Tengos AI

MCP API

Tengos provides a Model Context Protocol (MCP) API that lets AI agents, IDE plugins, and custom tools interact with your Tengos data programmatically. Use the API to read transcripts, access summaries, manage glossaries, and more — from any compatible client.

Getting started

  1. Go to Settings > Integrations.
  2. Create a new API Key.
  3. Configure your MCP client with the provided endpoint and credentials.
  4. Authenticate using OAuth 2.0.

Available API scopes

Each API key is assigned one or more scopes that define what the key can access or modify:

ScopePermission
conferences:readList and view meetings
transcripts:readRead transcripts
transcripts:writeEdit transcripts (e.g., rename speakers)
translations:readRead translations
summaries:readRead AI summaries
summaries:writeTrigger summary generation
glossaries:readList and search glossaries

API key management

You can create multiple API keys with different scope combinations — for example, one key for read-only access and another for a tool that needs to write.

ActionDescription
Create a keyGo to Settings > Integrations and click Create API Key
Assign scopesSelect the permissions this key should have
View last usedSee when each key was last used
Revoke a keyDelete keys that are no longer needed
Categorize by clientKeys are categorized by client type: CLI, IDE, or Web

Notes

  • All API access is secured via OAuth 2.0.
  • Revoke keys immediately if they are no longer in use or if you suspect unauthorized access.