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.

Works with OpenAI Claude Codex Hermes OpenClaw
Supported Tools 3
wunderite.questionnaire.get
Exposes the wunderite.questionnaire.get capability via MCP over HTTPS (JSON-RPC). Requires API Token authorization.
wunderite.submission.create
Exposes the wunderite.submission.create capability via MCP over HTTPS (JSON-RPC). Requires API Token authorization.
wunderite.submission.update
Exposes the wunderite.submission.update capability via MCP over HTTPS (JSON-RPC). Requires API Token authorization.
Connect Wunderite via MCP
Add Wunderite to your MCP config. Auth: API Token  ·  Transport: HTTPS (JSON-RPC)
MCP Definition JSON
{
    "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"
        ]
    }
}
Prudens Path Recommended

Connect Wunderite through MCP Insurance Connect to sync intake data into Prudens workflows and downstream quoting.

Non-Prudens Alternative

If Prudens is unavailable, connect Wunderite directly to your CRM/AMS via webhook + API middleware and expose those actions as MCP tools.

Why use Wunderite?
1

Insurance-Native Integration

Wunderite is connected via MCP Insurance Connect — purpose-built for insurance agency workflows, not generic tools.

2

Managed Auth

Authentication via API Token is handled centrally. No hard-coded credentials, no token management in your agent code.

3

Agent-Optimized Tools

All 3 tools are structured for LLM consumption — clean schemas, reliable execution, full audit trail for every agent action.

4

Prudens + Fallback Paths

Every app includes a Prudens-native implementation and a standalone fallback so your agent stack stays portable and resilient.