Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

QuoteFirst

ai.quotefirst/quotefirst

Get dollar quotes from 200+ LLMs before any work runs; accept, execute, and verify quality.

Uptime
50.0%
2 probes
Response
459ms
last probe
Tools
6
callable

Tools · 6

quote

Submit a task description and receive dollar quotes from multiple frontier AI models before any work is done. Returns the request id, quotes with prices in cents, and a recommendation.

accept

Accept one quote on a request. The chosen model executes the task. Poll get_deliverable for the result.

get_deliverable

Get the status and deliverable of a request. Status: quoting, quoted, executing, completed, failed.

rerun

Quality guarantee: re-run a completed request once for free if its deliverable scored below 70/100 on the automated quality check. Produces a fresh deliverable with the same accepted quote.

spend

Get your QuoteFirst spend this month in cents, total and broken down by model.

estimate_cost

Deterministic cost estimate across all models for a task, without using a quote from your allowance. Optionally pass expected_output_words.

Similar MCP servers embedding-nearest

ai.plith/plith live
AI agent infrastructure: dedup, cost prediction, validation, governance, failure intelligence.
15 tools · streamable-http
mrmarket.ai live
Analytical engine for US-listed equities: screens, rankings, and event studies in plain English.
9 tools · streamable-http
AI Site Scorer live
Check website AI-readiness: Schema.org, llms.txt, E-E-A-T, robots.txt. Works in Cursor & Claude.
5 tools · streamable-http
//beforeyouship — LLM cost modeling from your editor live
Model the realistic monthly cost of an LLM app **before you build it**. Not a token calculator: retries, prompt caching, batch discounts, in
3 tools · http
tokencast
Pre-execution cost estimation for LLM agent workflows with calibration learning
0 tools
SendQuoteNow — AI Quote Engine for Contractors
Generate branded contractor quotes: hosted approval page, PDF, QR code, and Stripe payment link.
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "quotefirst": {
      "url": "https://quotefirst.ai/api/mcp",
      "transport": "streamable-http"
    }
  }
}