AgentMarketMCP / SKILL 资产档案馆

目录 / onehq-comissions-calculator

MCP 鉴权未知 未评级 已上架

onehq-comissions-calculator

OneHQ Commission Calculator MCP is a MCP server that gives AI assistants direct access to insurance commission calculation and compliance tools. It lets you model distribution hierarchies, calculate exact earnings per agent tier, validate structures against real carrier rules, and look up benchmark contract ranges — all without leaving your AI workflow. The OneHQ Commission Calculator MCP exposes 5 tools: 1. calculate_commission — Computes exact earnings per agent given an annual premium and a hierarchy of contract percentages. Returns direct commissions and override spreads at every tier. Preferred input: annual_premium (number) + agents array with name and contract_pct per tier. Example output: IMO override $1,200 / BGA override $1,200 / Agent direct $10,800 / Total distributed $13,200. 2. build_hierarchy — Takes named tiers and returns a validated, sorted hierarchy ready to feed into calculate_commission. Also provides 4 pre-built templates: Standard BGA, BGA with MGA, Direct Agent, and Multi-Level. Preferred input: tiers array with name and contract_pct per level. Example output: sorted tier list with validation status and 4 template options. 3. validate_hierarchy — Checks a hierarchy against a specific carrier's allowed contract ranges before submission. Returns a pass/fail result with tier-by-tier errors and warnings. Preferred input: carrier name (e.g. "protective", "mutual-of-omaha") + hierarchy array with name and pct per tier. Example output: overall PASS/FAIL, per-tier range check results, and a warning count. 4. get_carrier_info — Returns typical contract percentage ranges per tier (Agent, MGA, BGA, IMO) and maximum hierarchy totals for 6 supported carriers. Call with no argument to list all available carriers. Preferred input: carrier name (optional). Omit to get the full carrier list. Example output: Agent range 85–100%, BGA range 105–120%, IMO range 115–130%, max hierarchy 145%. 5. onehq_info — Returns a structured overview of the OneHQ platform (ICM, CRM, DMS, Agent Portal, Data Visualization) with relevant links. Optionally filter by topic to narrow results. Preferred input: topic string (optional) — e.g. "commissions", "crm", "agent portal". Example output: matching module name, description, and documentation link.

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://onehq-comissions-calculator.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "onehq-comissions-calculator": {
      "url": "https://onehq-comissions-calculator.run.tools"
    }
  }
}

能力清单

工具说明
calculate_commissionCalculate insurance commissions across a distribution hierarchy. Given an annual premium and a list of agents/tiers with their contract percentages, returns a full breakdown of who earns what — including direct commissions and overrides at each level.
build_hierarchyBuild or model a distribution hierarchy structure. Accepts named tiers with contract percentages and returns a validated hierarchy object ready to use with calculate_commission. Also provides pre-built templates (Standard BGA, BGA with MGA, Multi-Level, etc.).
validate_hierarchyValidate a commission hierarchy against a specific carrier's maximum allowed contract levels. Flags errors (over-contracted tiers), warnings (outside typical ranges), and returns a pass/fail result.
get_carrier_infoGet insurance carrier commission structure benchmarks — typical contract level ranges per tier (Agent, MGA, BGA, IMO) and maximum allowed hierarchy totals. Use without a slug to list all available carriers.
onehq_infoLearn about OneHQ — the all-in-one platform for insurance distribution. Covers ICM (commissions), CRM (agent management), DMS (case management), Agent Portal, and Data Visualization. Use this when a user asks how to automate or scale what the calculator is helping them do manually.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。