DiVinci WhiteLabel AI
staging.divinci.ai
· DiVinci AI
AI-powered assistant with RAG capabilities for knowledge management and conversational AI. Supports chat, document search, and knowledge base queries. Requires Bearer token authentication.
staging.divinci.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 51/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-08 11:58:46 current | 5c3668dc897f… |
view → |
Endpoints
| Agent card | https://staging.divinci.ai/.well-known/agent-card.json |
| Provider | https://divinci.ai |
| Docs | https://mcp.divinci.app/info |
Skills · 6 declared · mapped to canonical taxonomy
Send a message to the AI assistant and receive a response
Retrieve a specific conversation transcript by ID
List available conversation transcripts
Semantic search across a configured knowledge base
List the knowledge bases available to the caller
Retrieve a single document from a knowledge base
Health · last 19 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/staging.divinci.ai) [](https://agenstry.com/agents/staging.divinci.ai) [](https://agenstry.com/agents/staging.divinci.ai) [](https://agenstry.com/agents/staging.divinci.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"name": "DiVinci WhiteLabel AI",
"description": "AI-powered assistant with RAG capabilities for knowledge management and conversational AI. Supports chat, document search, and knowledge base queries. Requires Bearer token authentication.",
"url": "https://mcp.divinci.app",
"protocolVersion": "0.3",
"provider": {
"organization": "DiVinci AI",
"url": "https://divinci.ai"
},
"version": "1.0.0",
"documentationUrl": "https://mcp.divinci.app/info",
"supportedInterfaces": [
{
"url": "https://mcp.divinci.app/a2a",
"transport": "JSONRPC"
},
{
"url": "https://mcp.divinci.app/mcp",
"transport": "HTTP+MCP"
}
],
"capabilities": {
"streaming": true,
"pushNotifications": false,
"stateTransitionHistory": true,
"extensions": []
},
"securitySchemes": {
"oauth2": {
"type": "oauth2",
"description": "OAuth 2.1 authorization code + PKCE against mcp.divinci.app.",
"flows": {
"authorizationCode": {
"authorizationUrl": "https://mcp.divinci.app/authorize",
"tokenUrl": "https://mcp.divinci.app/token",
"scopes": {
"chat:read": "Read conversations and transcripts",
"chat:write": "Send messages to an assistant",
"rag:read": "Query knowledge bases",
"rag:write": "Add documents to knowledge bases"
}
}
}
}
},
"security": [
{
"oauth2": [
"chat:read",
"chat:write",
"rag:read"
]
}
],
"defaultInputModes": [
"text"
],
"defaultOutputModes": [
"text"
],
"skills": [
{
"id": "send_message",
"name": "Send Message",
"description": "Send a message to the AI assistant and receive a response",
"tags": [
"chat",
"conversation",
"ai"
],
"examples": [
"What is machine learning?",
"Explain quantum computing"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "get_transcript",
"name": "Get Transcript",
"description": "Retrieve a specific conversation transcript by ID",
"tags": [
"transcript",
"history"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "list_transcripts",
"name": "List Transcripts",
"description": "List available conversation transcripts",
"tags": [
"transcript",
"history"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "search_knowledge",
"name": "Search Knowledge",
"description": "Semantic search across a configured knowledge base",
"tags": [
"rag",
"search",
"knowledge"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "list_data_sources",
"name": "List Data Sources",
"description": "List the knowledge bases available to the caller",
"tags": [
"rag",
"knowledge"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "get_document",
"name": "Get Document",
"description": "Retrieve a single document from a knowledge base",
"tags": [
"rag",
"knowledge"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
}
]
}