MCP Server

Connect Prudens to Claude, Codex, Cursor, and Other AI Tools

Prudens provides a hosted MCP server so your AI tools can securely access insurance workflows, connected providers, and execution tools. No local infrastructure required.

Account + Session Sign up and manage integrations in one console
API Key Security AI tools connect with x-prudens-api-key auth
Live Tool Calls JSON-RPC methods: initialize, tools/list, tools/call

What You Can Do With Prudens MCP Server

Based on current implementation, Prudens exposes hosted authentication, provider connections, and MCP tool execution endpoints.

Secure Access Layer

Account signup, login, session validation, and API key rotation are built in so teams can manage secure AI access centrally.

Provider Connections

Connect providers like HubSpot, NowCerts, and Wunderite and expose only authorized tools into your AI workflow surface.

Tool Discovery + Execution

AI clients can discover available tools with tools/list and execute workflows with tools/call against Prudens and connected systems.

How to Hook It Up to AI Tools

Use these steps to connect MCP-compatible clients such as Claude Desktop, Codex workflows, Cursor, or custom agents.

01

Create Account and Login

Open MCP Insurance Connect and sign up/login to create your Prudens session and API key.

Open Console
02

Connect Providers

Connect 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
03

Configure MCP Endpoint

Use this hosted endpoint in your AI client MCP config with your Prudens API key header.

https://getprudens.ai/ai-tools/mcp-connect/mcp
04

List and Run Tools

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": {}
}

Example MCP Client Config

{
  "mcpServers": {
    "prudens-connect": {
      "type": "http",
      "url": "https://getprudens.ai/ai-tools/mcp-connect/mcp",
      "headers": {
        "x-prudens-api-key": "YOUR_API_KEY"
      }
    }
  }
}

What Your AI Can Execute

  • Initialize MCP connection and protocol handshake
  • List available Prudens and connected-provider tools
  • Call tools for appetite search, policy servicing, FNOL workflows, and form automation
  • Operate with centralized auth and scoped provider connections
Manage Tools and API Keys

Ready to Run Insurance Workflows Through MCP?

Connect Prudens MCP Server to your AI stack and execute real operational tasks with secure tool access.

Launch MCP Insurance Connect