← nevadaautoquotes.com

INDIVIDUAL MCP TOOL

pull_requests

Drain the queue of pool records routed to you.

nevadaautoquotes.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://nevadaautoquotes.com

No auth detected

Connect to this endpoint to inspect the live schema for pull_requests and invoke it with your own arguments.

Indexed 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 server

nevadaautoquotes.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.nevada-insurance]
url = "https://nevadaautoquotes.com"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nevada-insurance": {
      "type": "http",
      "url": "https://nevadaautoquotes.com"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nevada-insurance
Remote MCP URL: https://nevadaautoquotes.com

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": {
    "nevada-insurance": {
      "url": "https://nevadaautoquotes.com"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nevada-insurance": {
      "type": "http",
      "url": "https://nevadaautoquotes.com"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nevada-insurance",
  "transport": "streamable-http",
  "url": "https://nevadaautoquotes.com"
}
MCP Inspector

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

Related tools

  • check_eligibility — Check whether we can return quotes for a state before any personal details are collected.
  • get_quotes — Return indicative auto insurance prices from multiple carriers, where this entity is licensed to show them.
  • data_use_terms — What happens to anything you send us: who receives it, for what purpose, how long it is kept, how your human revokes it, and the exact consent wording to present before request_agent_contact.
  • request_agent_contact — Connect the consumer with licensed insurance agents who can quote firm and bind.