Skip to content
Back to search
100
MCP live MCP 2025-03-26 streamable-http

Defici Marketplace MCP Server

com.defici/marketplace

Search and browse global classifieds across 80 markets. No auth required for read-only access.

Uptime
100.0%
1 direct probes · 30d
Response
580ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

search_listings

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…

get_listing

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…

list_categories

Return the complete category taxonomy for Defici.com. Use the category id values as the category argument in search_listings.

get_regions

Return all supported market regions with their id, country, currency, and languages. Use the region id as the market argument in search_listings.

get_platform_overview

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_modules

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 …

get_subscription_info

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…

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"
    }
  }
}