← querylines.com

INDIVIDUAL MCP TOOL

compare_carrier_states

One carrier's footprint across states for a line and year: per-state rank/dpw/market_share/YoY, plus the countrywide reference row.

querylines.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

querylines.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.querylines]
url = "https://api.querylines.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "querylines": {
      "type": "http",
      "url": "https://api.querylines.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: querylines
Remote MCP URL: https://api.querylines.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "querylines": {
      "url": "https://api.querylines.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "querylines": {
      "type": "http",
      "url": "https://api.querylines.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "querylines",
  "transport": "streamable-http",
  "url": "https://api.querylines.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_premium_sample — Free sample of the premium data: statewide all-lines premium and policy-count series for a state, latest 13 periods, at whatever granularity that state publishes (month for FL/TX/CA, half for IL, year for NY/WA).
  • list_lines — List the coverage line taxonomy (source codes, names, normalized categories) available for a state.
  • get_coverage — Report which states, date ranges, and granularities (month/quarter/half/year) have data available.
  • get_eligibility_sample — Free sample of the NAIC IID (Quarterly Listing of Alien Insurers) eligibility roster: a few alien companies and Lloyd's syndicates, plus the latest edition's additions/removals.
  • get_citizens_sample — Free sample of the Citizens Property Insurance Corporation (Florida) dataset: statewide all-lines policies-in-force, latest 13 months, plus the latest year's depopulation (takeout) totals.
  • list_carrier_lines — List the NAIC annual-statement line-of-business taxonomy (line_no, line_code, name, category, from_year, comparability_note) used by the carriers (NAIC Market Share Report) dataset, plus which data years are loaded.
  • get_carriers_sample — Free sample of the carrier market-share dataset (NAIC Market Share Report, P/C): Florida's top 5 carriers for total-all-lines, latest data year, with the STATE TOTAL/all_other rows and CR4/CR10 concentration.
  • get_premium — Time series of E&S/surplus lines premium and policy counts for a state, optionally by coverage line, date range, and granularity.