← newyorkautoquotes.com
INDIVIDUAL MCP TOOL
pull_requests
Drain the queue of pool records routed to you.
LIVE ENDPOINT
https://newyorkautoquotes.com
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
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.new-york-insurance]
url = "https://newyorkautoquotes.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"new-york-insurance": {
"type": "http",
"url": "https://newyorkautoquotes.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: new-york-insurance
Remote MCP URL: https://newyorkautoquotes.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": {
"new-york-insurance": {
"url": "https://newyorkautoquotes.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"new-york-insurance": {
"type": "http",
"url": "https://newyorkautoquotes.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "new-york-insurance",
"transport": "streamable-http",
"url": "https://newyorkautoquotes.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.