Secure Access Layer
Account signup, login, session validation, and API key rotation are built in so teams can manage secure AI access centrally.
Prudens provides a hosted MCP server so your AI tools can securely access insurance workflows, connected providers, and execution tools. No local infrastructure required.
Based on current implementation, Prudens exposes hosted authentication, provider connections, and MCP tool execution endpoints.
Account signup, login, session validation, and API key rotation are built in so teams can manage secure AI access centrally.
Connect providers like HubSpot, NowCerts, and Wunderite and expose only authorized tools into your AI workflow surface.
AI clients can discover available tools with tools/list and execute workflows with tools/call against Prudens and connected systems.
Use these steps to connect MCP-compatible clients such as Claude Desktop, Codex workflows, Cursor, or custom agents.
Open MCP Insurance Connect and sign up/login to create your Prudens session and API key.
Open ConsoleConnect your providers in the console or through API endpoints to make provider tools available to the MCP layer.
GET https://getprudens.ai/ai-tools/mcp-connect/providers
POST https://getprudens.ai/ai-tools/mcp-connect/providers/__provider__/connect
Use this hosted endpoint in your AI client MCP config with your Prudens API key header.
https://getprudens.ai/ai-tools/mcp-connect/mcp
After connecting, your AI can list tools and call them through JSON-RPC methods on the MCP endpoint.
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/list",
"params": {}
}
{
"mcpServers": {
"prudens-connect": {
"type": "http",
"url": "https://getprudens.ai/ai-tools/mcp-connect/mcp",
"headers": {
"x-prudens-api-key": "YOUR_API_KEY"
}
}
}
}
Connect Prudens MCP Server to your AI stack and execute real operational tasks with secure tool access.
Launch MCP Insurance Connect