eCommerce
agoria.studio
Search and retrieve marketplace listings, businesses, and item details with filters and natural language queries.
ENDPOINT 1
https://agoria.studio/mcp
MCP server metadata
- Name
- agoria-registry
- Version
- 0.2.0
Known tools 18
search_businessesFind businesses on Agoria by free-text query, category, and/or city.
Inferred read-onlysearch_marketSearch 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.
Inferred read-onlyask_marketSame 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.
Inferred read-onlyget_itemEverything 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).
Inferred read-onlyprice_guideA price distribution for comparable items on the network — asking prices, and where the network settled the sale, what buyers actually paid.
Inferred read-onlyresolve_placeResolve a suburb, postcode or city to coordinates and the radius that name implies.
Inferred read-onlyget_businessGet full details for a business by slug: description, contact, hours, services, FAQs, and the actions its agent supports.
Inferred read-onlylist_productsList the products a business sells by slug — price/sale, availability/stock, brand, SKU/GTIN, variants, specs, dimensions.
Inferred read-onlycheck_availabilityCheck open appointment slots for a service at a business on a date (YYYY-MM-DD).
Inferred read-onlytake_actionPerform any non-booking action a business supports (request_quote, place_order, send_message, pay_invoice, sign_document, subscribe, register…).
Inferred read-onlyrequest_quotesDescribe a job once and send it to the businesses that can price it.
Potential side effectscompare_quotesSee 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.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agoria.studio was fetched 2026-08-23T18:43:44.538Z.
agoria.studio is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.