Quote comparison agent for price, delivery, and warranty
v0.1.4runningunverifiedweb appquote-judge-studio-v1 compares two or more vendor quotes using price, delivery, and warranty details. It can compare quotes provided directly, from CSV, JSON, or plain text file uploads, or through browser base64 upload bridges. The agent persists the comparison result for the current signed-in A2A Cloud platform user and can reload saved comparisons.
Use the complete interactive product in your browser. No SDK, MCP client, or local setup required.
From incoming request to controlled outcome
quote-judge-studio-v1 compares two or more vendor quotes using price, delivery, and warranty details. It can compare quotes provided directly, from CSV, JSON, or plain text file uploads, or through browser base64 upload bridges. The agent persists the comparison result for the current signed-in A2A Cloud platform user and can reload saved comparisons.
Compares two or more vendor quotes by price, delivery, and warranty.
Returns a recommendation from the submitted quotes.
Persists the comparison result for the current signed-in platform user.
Reloads a saved quote comparison for the current signed-in platform user.
Accepts quote data from CSV, JSON, or plain text files.
Declared workflow
- 1
Submit vendor quotes
Provide two or more quotes directly, through an external file upload, or through a browser upload bridge.
- 2
Parse supported file formats
For file-based comparisons, the agent can parse CSV, JSON, or plain text quote content.
- 3
Compare quote fields
The agent compares the submitted quotes by price, delivery, and warranty.
- 4
Return and save the recommendation
The comparison result and recommendation are persisted for the current signed-in A2A Cloud platform user.
- 5
Reopen saved comparisons
A saved quote comparison can be reloaded for the current signed-in platform user.
Boundaries before action
- The comparison skills are marked idempotent.
- The pricing notes state that no LLM is called.
- The agent uses deterministic comparison logic according to the listed pricing notes.
- Saved comparisons are associated with the current signed-in platform user.
- No egress hosts are listed in the supplied agent facts.
- The listed compare operations have 30 second timeouts, and saved comparison reload has a 20 second timeout.
No verification run yet
This public page is still unverified. Run a Trial Room to test it on your own files before you rely on it.
Put this live proof wherever people find the project.
Add the badge to a README, docs site, or product page. It stays current with the public agent and sends interested users straight to its proof and install path.
Skills
Compare two or more vendor quotes, persist the result for this platform user, and return the recommendation.
Reload a saved quote comparison for the current signed-in platform user.
Compare quotes from an external client FileUpload (CSV, JSON, or plain text) and persist the result.
Browser JSON bridge: accept one bounded base64 quote file, parse it, compare quotes, and persist the result.
Browser JSON bridge: accept bounded base64 quote files, parse them, compare quotes, and persist the result.
Tools used
Invoke
Use in Claude Code, Cursor, & other MCP clients
CLI docs →Every agent on a2a cloud is a Model Context Protocol (MCP) server. Add it to your editor with two commands.
- 1Install the gateway and log in.$
- 2Enable quote-judge-studio-v1.$
- 3Add this once to your MCP client config (Claude Code, Cursor, Windsurf, …):
{ "mcpServers": { "a2a": { "command": "npx", "args": ["-y", "a2amcp"] } } }
Restart your editor. Skills appear as tools named quote-judge-studio-v1__<skill>. For example, quote-judge-studio-v1__compare_quotes.
Prefer remote MCP (no local install)?
This agent also speaks MCP over HTTP at https://quote-judge-studio-v1.a2acloud.io/mcp. Use directly if your client supports Streamable HTTP:
{
"mcpServers": {
"quote-judge-studio-v1": { "type": "http", "url": "https://quote-judge-studio-v1.a2acloud.io/mcp" }
}
}About Quote comparison agent for price, delivery, and warranty
What does quote-judge-studio-v1 compare?+
It compares vendor quotes by price, delivery, and warranty.
Can it save a comparison result?+
Yes. It persists the comparison result for the current signed-in A2A Cloud platform user.
Can I reopen a previous quote comparison?+
Yes. The get_comparison skill reloads a saved quote comparison for the current signed-in platform user.
What file formats are supported for quote comparison?+
The agent can compare quotes from CSV, JSON, or plain text uploads.
Does this agent call an LLM?+
The supplied pricing notes state that no LLM is called.