← agoria.studio

INDIVIDUAL MCP TOOL

compare_quotes

See every business's answer to a brief side by side: price, what it covers, lead time, rating, whether the payment would be protected, and which is cheapest or soonest.

agoria.studionone authenticationAvailability not checked

LIVE ENDPOINT

https://agoria.studio/mcp

No auth detected

Connect to this endpoint to inspect the live schema for compare_quotes and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

agoria.studio

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.agoria-registry]
url = "https://agoria.studio/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agoria-registry": {
      "type": "http",
      "url": "https://agoria.studio/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agoria-registry
Remote MCP URL: https://agoria.studio/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": {
    "agoria-registry": {
      "url": "https://agoria.studio/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agoria-registry": {
      "type": "http",
      "url": "https://agoria.studio/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agoria-registry",
  "transport": "streamable-http",
  "url": "https://agoria.studio/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_businesses — Find businesses on Agoria by free-text query, category, and/or city.
  • search_market — Search individual items across every business on the network — property listings, vehicles, courses, products, services, events, plans — with typed filters, a price range and a radius around a place.
  • ask_market — Same index as search_market, but takes a plain sentence — 'three bedroom house under 800k in Geelong', 'automatic ute under 80,000km' — and works out the filters itself.
  • get_item — Everything about a single item: full facets, photos, where it is, who is selling it and how well-proven they are, a price guide computed from comparable items on the network, and the adjacent services a buyer usually needs next (finance, inspection, conveyancing, transport).
  • list_market_filters — What can be searched and filtered on.
  • price_guide — A price distribution for comparable items on the network — asking prices, and where the network settled the sale, what buyers actually paid.
  • create_want — Save a standing search on the customer's behalf.
  • open_demand — Open standing requests from real buyers, anonymised.