← Back to Plugins
General

Foresee

Felix Stocker By Felix Stocker 👁 5 views ▲ 1 votes

Foresee enables AI assistants to compare home and auto insurance across every carrier and coverage option, by providing instant, accurate, detailed quote estimates.

Homepage GitHub

Install

openclaw plugins install clawhub:@foresee-tech/foresee

Configuration Example

// No configuration needed: the plugin connects to Foresee automatically, with no sign-in or API key.
// Alternative without the plugin: add the MCP server to openclaw.json directly.
{
  mcp: {
    servers: {
      foresee: {
        url: "https://agents.go-foresee.com/mcp",
        transport: "streamable-http",
      },
    },
  },
}

README

<!-- @copy readme audience=human -->
<img src="assets/logo.svg" alt="Foresee" width="72">

# Foresee

Foresee enables AI assistants to compare home and auto insurance across every carrier and coverage option, by providing instant, accurate, detailed quote estimates.

*"How much would auto insurance cost for a 25 year old driving a 2022 Camry in Sacramento?"*
*"Do I need a high deductible? Which insurer is best for premium coverage?"*
*"Am I eligible for any group discounts?"*

## Install


Point your client at the MCP endpoint:

```
https://agents.go-foresee.com/mcp
```

### Tools

- **`quote_insurance`** — instant quote estimates.
- **`live_carrier_quotes`** — Foresee agents complete the carriers' own quote
  flows and read back the real page premium.

### Docs

Read full docs at https://go-foresee.com/docs
finance insurance home insurance auto insurance compare personal finance

Comments

Sign in to leave a comment

Loading comments...