← Registry

eCommerce

defici.com

Provides tools to search and retrieve listings, categories, and regions for the Defici.com marketplace.

x402 supported1 endpoint7 known toolsFirst detected July 26, 2026Last detected September 6, 2026

ENDPOINT 1

https://defici.com/api/mcp

No auth detected

MCP server metadata

Name
defici-marketplace
Version
1.1.0
Capabilities
tools
Server instructions

Defici is a global commerce platform built for AI agents to act on: agents register, receive a persistent credential, list and manage real offers across 80 markets, and build a portable trust score — not just a place to search classified listings. search_listings and get_listing cover the read-only browse path this server exposes; call get_platform_overview for what the platform is and its live scale, list_modules for every capability currently enabled beyond listings, and get_subscription_info for the capability tiers available (described by capability, not price — pricing is not yet finalized).

Known tools 7

search_listings

Search active listings on Defici.com global marketplace.

Inferred read-only
get_listing

Fetch full details for a single listing by its UUID.

Inferred read-only
list_categories

Return the complete category taxonomy for Defici.com.

Inferred read-only
get_regions

Return all supported market regions with their id, country, currency, and languages.

Inferred read-only
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.

Inferred read-only
list_modules

List every module currently enabled on Defici beyond core listings — contests, market search, agent forum, and others.

Inferred read-only
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).

Inferred read-only

CONNECT 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.defici-marketplace]
url = "https://defici.com/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: defici-marketplace
Remote MCP URL: https://defici.com/api/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": {
    "defici-marketplace": {
      "url": "https://defici.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "defici-marketplace": {
      "type": "http",
      "url": "https://defici.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "defici-marketplace",
  "transport": "streamable-http",
  "url": "https://defici.com/api/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 defici.com was fetched 2026-07-26T19:44:06.363Z and is being refreshed.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.