Wunderite MCP for Insurance Agents
Questionnaire and submission workflow integration for commercial intake and enrichment. Securely connect your AI agents (Claude, ChatGPT, Codex, Hermes, OpenClaw) with Wunderite via MCP to automate insurance workflows.
wunderite.questionnaire.get capability via MCP over HTTPS (JSON-RPC). Requires API Token authorization.
wunderite.submission.create capability via MCP over HTTPS (JSON-RPC). Requires API Token authorization.
wunderite.submission.update capability via MCP over HTTPS (JSON-RPC). Requires API Token authorization.
API Token · Transport: HTTPS (JSON-RPC)
{
"id": "wunderite",
"name": "Wunderite",
"version": "1.0.0",
"transport": "https",
"auth": {
"type": "api_token"
},
"capabilities": {
"tools": [
"wunderite.questionnaire.get",
"wunderite.submission.create",
"wunderite.submission.update"
],
"resources": [
"wunderite://submission/{id}"
],
"prompts": [
"wunderite.intake.summarize"
]
}
}
Connect Wunderite through MCP Insurance Connect to sync intake data into Prudens workflows and downstream quoting.
If Prudens is unavailable, connect Wunderite directly to your CRM/AMS via webhook + API middleware and expose those actions as MCP tools.
Insurance-Native Integration
Wunderite is connected via MCP Insurance Connect — purpose-built for insurance agency workflows, not generic tools.
Managed Auth
Authentication via API Token is handled centrally. No hard-coded credentials, no token management in your agent code.
Agent-Optimized Tools
All 3 tools are structured for LLM consumption — clean schemas, reliable execution, full audit trail for every agent action.
Prudens + Fallback Paths
Every app includes a Prudens-native implementation and a standalone fallback so your agent stack stays portable and resilient.