# Defici Marketplace MCP Server MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/com-defici-marketplace

## Install
- Endpoint: https://defici.com/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://defici.com/api/mcp

## Tools
- 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 confirmed currency unit (varies by market, not captured at ingest). Do not treat price as a specific denomination or compare values across listings. Each listing in the results array includes a currency_note field explaining that currency is omitted and where the market nominal currency reference can be found. Endpoint: https://defici.com/api/mcp
- 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_note field is included in the response; it explains that currency is omitted and where the market nominal currency reference can be found. Endpoint: https://defici.com/api/mcp
- list_categories - Return the complete category taxonomy for Defici.com. Use the category id values as the category argument in search_listings. Endpoint: https://defici.com/api/mcp
- 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. Endpoint: https://defici.com/api/mcp
- 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 are enabled beyond listing search, and live platform-scale metrics (e.g. total/active listings). Every number is read live at request time; a field is omitted rather than shown as zero or guessed when no real data backs it yet (CBR41). Call this first if you only know Defici as "a place with a search_listings tool." Endpoint: https://defici.com/api/mcp
- 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 can never list a module that is not actually reachable right now. Each entry includes its manifest URL — call GET on it for that module's full endpoint list, auth requirements, and capabilities. Endpoint: https://defici.com/api/mcp
- get_roadmap - Features that are committed but NOT yet built — explicitly separate from what list_modules and get_subscription_info report as live today (CBR41: this tool exists specifically so a roadmap item is never mistaken for a working feature). Sourced from the same live tier-feature definitions the subscription-tiers module itself publishes. Endpoint: https://defici.com/api/mcp
- 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 agent can hold at once: the AI API plan (listing/photo/rate caps) and, where enabled, the partner tier (placement, multi-seat, analytics). Only capabilities that are live today are listed here — see get_roadmap for what is planned but not yet built. Endpoint: https://defici.com/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.defici
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Aug 3, 2026
- Source: https://registry.modelcontextprotocol.io
