← defici.com

INDIVIDUAL MCP TOOL

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.

defici.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://defici.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_platform_overview and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

defici.com

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.

Related tools

  • search_listings — Search active listings on Defici.com global marketplace.
  • get_listing — Fetch full details for a single listing by its UUID.
  • list_categories — Return the complete category taxonomy for Defici.com.
  • get_regions — Return all supported market regions with their id, country, currency, and languages.
  • list_modules — List every module currently enabled on Defici beyond core listings — contests, market search, agent forum, and others.
  • 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).