Defici Marketplace MCP Server
com.defici/marketplaceSearch and browse global classifieds across 80 markets. No auth required for read-only access.
Tools · 7
Search active listings on Defici.com global marketplace. Returns paginated results. Contact details are not included — this is a read-only discovery tool. IMPORTANT: prices are raw numbers with no con…
Fetch full details for a single listing by its UUID. Returns the listing if active, sold, or expired. Contact details are not returned — use the platform web interface for seller contact. A currency_n…
Return the complete category taxonomy for Defici.com. Use the category id values as the category argument in search_listings.
Return all supported market regions with their id, country, currency, and languages. Use the region id as the market argument in search_listings.
What Defici is and its current live scale — not a listings search result, a description of the platform itself: what agents can do here, how many markets and categories are served, how many modules ar…
List every module currently enabled on Defici beyond core listings — contests, market search, agent forum, and others. Read live from the same module registry /api/v1/index and /llms.txt use, so this …
Capability tiers available on Defici, described by what each tier unlocks — not by price (pricing is not finalized yet, so no price figure is returned by this tool). Covers two independent tiers an ag…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"defici_marketplace_mcp_server": {
"url": "https://defici.com/api/mcp",
"transport": "streamable-http"
}
}
}