DiVinci WhiteLabel AI
mcp.divinci.app
· 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.
mcp.divinci.app 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: 49/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:45:30 current | ba75a17d0a1c… |
view → |
Endpoints
| Agent card | https://mcp.divinci.app/.well-known/agent-card.json |
| Provider | https://divinci.app |
| 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 recent conversation transcripts
Search the knowledge base using semantic search
List available knowledge base data sources
Retrieve a specific document from the knowledge base
Health · last 20 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/mcp.divinci.app) [](https://agenstry.com/agents/mcp.divinci.app) [](https://agenstry.com/agents/mcp.divinci.app) [](https://agenstry.com/agents/mcp.divinci.app)
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.app"
},
"version": "1.0.0",
"documentationUrl": "https://mcp.divinci.app/info",
"preferredTransport": "JSONRPC",
"additionalInterfaces": [
{
"url": "https://mcp.divinci.app/a2a",
"transport": "JSONRPC"
},
{
"url": "https://mcp.divinci.app/mcp",
"transport": "HTTP+MCP"
}
],
"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
},
"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?",
"Help me write a poem about spring",
"Explain quantum computing"
],
"inputModes": [
"text"
],
"outputModes": [
"text"
]
},
{
"id": "get_transcript",
"name": "Get Transcript",
"description": "Retrieve a specific conversation transcript by ID",
"tags": [
"transcript",
"history",
"conversation"
],
"examples": [
"Get the transcript for conversation abc123"
],
"inputModes": [
"text"
],
"outputModes": [
"text",
"data"
]
},
{
"id": "list_transcripts",
"name": "List Transcripts",
"description": "List recent conversation transcripts",
"tags": [
"transcript",
"history",
"list"
],
"examples": [
"Show my recent conversations",
"List last 10 transcripts"
],
"inputModes": [
"text"
],
"outputModes": [
"text",
"data"
]
},
{
"id": "search_knowledge",
"name": "Search Knowledge Base",
"description": "Search the knowledge base using semantic search",
"tags": [
"rag",
"search",
"knowledge"
],
"examples": [
"Find documents about API authentication",
"Search for deployment best practices"
],
"inputModes": [
"text"
],
"outputModes": [
"text",
"data"
]
},
{
"id": "list_data_sources",
"name": "List Data Sources",
"description": "List available knowledge base data sources",
"tags": [
"rag",
"data",
"sources"
],
"examples": [
"What data sources are available?",
"Show me the knowledge bases"
],
"inputModes": [
"text"
],
"outputModes": [
"text",
"data"
]
},
{
"id": "get_document",
"name": "Get Document",
"description": "Retrieve a specific document from the knowledge base",
"tags": [
"rag",
"document",
"retrieve"
],
"examples": [
"Get document doc-123",
"Retrieve the API reference document"
],
"inputModes": [
"text"
],
"outputModes": [
"text",
"data"
]
}
]
}