QuoteFirst
ai.quotefirst/quotefirstGet dollar quotes from 200+ LLMs before any work runs; accept, execute, and verify quality.
Tools · 6
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 one quote on a request. The chosen model executes the task. Poll get_deliverable for the result.
Get the status and deliverable of a request. Status: quoting, quoted, executing, completed, failed.
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.
Get your QuoteFirst spend this month in cents, total and broken down by model.
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
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"quotefirst": {
"url": "https://quotefirst.ai/api/mcp",
"transport": "streamable-http"
}
}
}