Enable AI agents to access Candice's trust layer using MCP.
Setup in 3 Steps:
1 Create an Account on admin.candiceai.com
2 Generate API Key
3 Connect using your API key:
https://mcp.candiceai.com/mcp?apikey=<yourkey>
Server Config
{
"mcpServers": {
"candice-ai": {
"url": "https://mcp.candiceai.com/mcp?apikey=YOUR_API_KEY",
"transport": {
"type": "sse"
}
}
}
}