MCP server
Add one endpoint and your agent gains D.A.T.D.A tools inside any MCP host — Claude, Cursor, or your own runtime.
Endpoint
{
"mcpServers": {
"datda": {
"url": "https://datda.strategic-innovations.ai/mcp",
"headers": { "Authorization": "Bearer dk_live_..." }
}
}
}
Tools
scan— scan untrusted text before the agent reads it.check_tool— validate a tool call before it executes.status— remaining allotment + credit balance.
The transport is JSON-RPC 2.0 over HTTP POST. Standard initialize,
tools/list, tools/call methods.