# Defici Marketplace MCP Server (remote · defici.com)

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

- Trust score: 64/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-07

## Components

- remote · `defici.com`: 64/100 (this document), [markdown](https://verifymcp.io/servers/com-defici-marketplace/api-mcp.md), [page](https://verifymcp.io/servers/com-defici-marketplace/api-mcp)

## Channel facts

- Endpoint: `https://defici.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-07.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 8 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 74/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1006 tokens (~125/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 13/100
  - Stability observed for 4 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-defici-marketplace https://defici.com/api/mcp
```

### Codex

```toml
[mcp_servers.com-defici-marketplace]
url = "https://defici.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-defici-marketplace": {
      "type": "remote",
      "url": "https://defici.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-defici-marketplace --url https://defici.com/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-defici-marketplace:
    url: "https://defici.com/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-defici-marketplace": {
      "type": "http",
      "url": "https://defici.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-06 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-05 (score 63, 0)

- [security] The server rewrote its instructions, which are the text every model session reads
- [functional regression] Schema quality: pass → fail
- [functional] Server version: 1.0.0 → 1.1.0
- [functional] New tool “get_platform_overview”
- [functional] New tool “get_roadmap”
- [functional] New tool “get_subscription_info”
- [functional] New tool “list_modules”

### 2026-08-04 (score 63, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-03 (score 63)

First indexed and scored.

## MCP tools (8)

### `search_listings` (~321 tokens)

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.

Input parameters:

- `category` (string): Category filter. Use list_categories to get valid IDs (e.g. JOBS, CARS_VEHICLES, PROPERTY_RENT, MOBILES_ELECTRONICS). Human-friendly aliases also accepted (e.g. "cars", "jobs", "electronics").
- `city` (string): City name filter (partial match, case-insensitive).
- `limit` (integer): Results per page (default: 20, max: 30).
- `market` (string): Market/region filter. Use get_regions for valid IDs (e.g. global, dubai, india, lithuania, nigeria). Default: global (all markets).
- `page` (integer): Page number for pagination (default: 1).
- `price_max` (number): Maximum price filter. Prices are raw numbers with no confirmed currency unit — do not assume denomination.
- `price_min` (number): Minimum price filter. Prices are raw numbers with no confirmed currency unit — do not assume denomination.
- `q` (string): Free-text search query (matches title and description)

### `get_listing` (~90 tokens)

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.

Input parameters:

- `id` (string, required): Listing UUID (e.g. from search_listings results)

### `list_categories` (~32 tokens)

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

### `get_regions` (~37 tokens)

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` (~122 tokens)

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

### `list_modules` (~90 tokens)

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.

### `get_roadmap` (~71 tokens)

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.

### `get_subscription_info` (~106 tokens)

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.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-defici-marketplace/api-mcp#diagnostics

## Score history

- 2026-08-07: 64
- 2026-08-06: 64
- 2026-08-05: 63
- 2026-08-04: 63
- 2026-08-03: 63

## Links

- Remote endpoint: https://defici.com/api/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-defici-marketplace/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-defici-marketplace/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-defici-marketplace/api-mcp
