← agoria.studio

INDIVIDUAL MCP TOOL

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.

agoria.studionone authenticationAvailability not checked

LIVE ENDPOINT

https://agoria.studio/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

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.
  • 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.
  • resolve_place — Resolve a suburb, postcode or city to coordinates and the radius that name implies.