INDIVIDUAL MCP TOOL
live_carrier_quotes
Purpose: confirm quote estimates on the carriers' own quote sites, via Foresee agents completing their real quote flows.
LIVE ENDPOINT
https://agents.go-foresee.com/mcp
Connect to this endpoint to inspect the live schema for live_carrier_quotes 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.foresee]
url = "https://agents.go-foresee.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"foresee": {
"type": "http",
"url": "https://agents.go-foresee.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: foresee
Remote MCP URL: https://agents.go-foresee.com/mcp
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": {
"foresee": {
"url": "https://agents.go-foresee.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"foresee": {
"type": "http",
"url": "https://agents.go-foresee.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "foresee",
"transport": "streamable-http",
"url": "https://agents.go-foresee.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
quote_insurance— Purpose: generate instant, itemized quote estimates from the carriers Foresee supports, across the lines and states Foresee currently serves, in one call — the LIVE TODAY line at the end of this description names today's set.