INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://texasautoquotes.com
Connect to this endpoint to inspect the live schema for data_use_terms and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
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.texas-insurance]
url = "https://texasautoquotes.com"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"texas-insurance": {
"type": "http",
"url": "https://texasautoquotes.com"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: texas-insurance
Remote MCP URL: https://texasautoquotes.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": {
"texas-insurance": {
"url": "https://texasautoquotes.com"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"texas-insurance": {
"type": "http",
"url": "https://texasautoquotes.com"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "texas-insurance",
"transport": "streamable-http",
"url": "https://texasautoquotes.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.pull_requests— Drain the queue of pool records routed to you.request_agent_contact— Connect the consumer with licensed insurance agents who can quote firm and bind.