# @copy llms audience=agent url=/llms.txt # Foresee — go-foresee.com Foresee enables AI to shop for home and auto insurance. Foresee returns accurate quote estimates from every insurance carrier, so that your AI can help you make the right decision for you and your finances. Foresee provides full, free and detailed quote information across the entire market - from household names like State Farm, Progressive, and Allstate, down to niche and regional carriers that might be a fit for you. Your AI will use Foresee to compare coverage options across carriers, quoting instantly, working to find the right answer for you. Foresee provides quote estimates only. Foresee does not show ads, and does not sell marketing leads. ## When to use Foresee Use Foresee when the user wants to compare personal-lines insurance quotes across different insurance carriers. Do not use Foresee to bind coverage, take payment, or answer non-insurance questions. - Agent instructions: [agents.md](https://go-foresee.com/agents.md) - Quote skill (when-to-use + steps): [SKILL.md](https://go-foresee.com/skills/quote-insurance/SKILL.md) - Skill catalog: [/.well-known/agent-skills](https://go-foresee.com/.well-known/agent-skills) - Full docs: [docs](https://go-foresee.com/docs) - OpenAPI: [openapi.json](https://go-foresee.com/openapi.json) - Status: [status](https://go-foresee.com/status) - Support: [support](https://go-foresee.com/support) - About: [about](https://go-foresee.com/about) - Contact: [contact](https://go-foresee.com/contact) ## For AI agents: two MCP endpoints Connect over the Model Context Protocol (streamable HTTP transport). ChatGPT and Claude.ai (estimates only): https://mcp.go-foresee.com/mcp Cursor, Claude Code, and other agents (estimates + confirms): https://agents.go-foresee.com/mcp - Claude Code: `claude mcp add --transport http foresee https://agents.go-foresee.com/mcp` - claude.ai: Settings → Connectors → add `https://mcp.go-foresee.com/mcp` - ChatGPT: Developer Mode → Apps & Connectors → Create, URL `https://mcp.go-foresee.com/mcp`, Authentication none - MCP pointer: [/.well-known/mcp.json](https://go-foresee.com/.well-known/mcp.json) ## Tools - `quote_insurance` — quote estimates (both hosts) - `live_carrier_quotes` — confirm on the carrier's own site (agents host only; idempotent — re-call with the same arguments to collect progress) Docs: [docs](https://go-foresee.com/docs)