a2a cloud

Quote comparison agent for price, delivery, and warranty

v0.1.4runningunverifiedweb app
registry id · quote-judge-studio-v1

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.

Procurement teamsOperations buyersSmall business ownersVendor managers

Use the complete interactive product in your browser. No SDK, MCP client, or local setup required.

what this agent does

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.

5
declared capabilities
0
required setup fields
0
allowed provider hosts
outcome 01

Compares two or more vendor quotes by price, delivery, and warranty.

outcome 02

Returns a recommendation from the submitted quotes.

outcome 03

Persists the comparison result for the current signed-in platform user.

outcome 04

Reloads a saved quote comparison for the current signed-in platform user.

outcome 05

Accepts quote data from CSV, JSON, or plain text files.

how it works

Declared workflow

  1. 1

    Submit vendor quotes

    Provide two or more quotes directly, through an external file upload, or through a browser upload bridge.

  2. 2

    Parse supported file formats

    For file-based comparisons, the agent can parse CSV, JSON, or plain text quote content.

  3. 3

    Compare quote fields

    The agent compares the submitted quotes by price, delivery, and warranty.

  4. 4

    Return and save the recommendation

    The comparison result and recommendation are persisted for the current signed-in A2A Cloud platform user.

  5. 5

    Reopen saved comparisons

    A saved quote comparison can be reloaded for the current signed-in platform user.

safety & setup

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.
proof

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.

unverified
distribution loop

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.

quote-judge-studio-v1 unverified on a2a cloud

Skills

compare_quotes

Compare two or more vendor quotes, persist the result for this platform user, and return the recommendation.

get_comparison

Reload a saved quote comparison for the current signed-in platform user.

compare_quotes_file

Compare quotes from an external client FileUpload (CSV, JSON, or plain text) and persist the result.

compare_quotes_upload

Browser JSON bridge: accept one bounded base64 quote file, parse it, compare quotes, and persist the result.

compare_quotes_browser_upload

Browser JSON bridge: accept bounded base64 quote files, parse them, compare quotes, and persist the result.

Tools used

postgresmanaged-postgresmcppacked-frontend

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.

  1. 1Install the gateway and log in.
    $
  2. 2Enable quote-judge-studio-v1.
    $
  3. 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" }
  }
}
frequently asked questions

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.

quote-judge-studio-v1 Quote Comparison Agent | a2a cloud