← Registry

API Tools

dantes.ai

Provides a registry and invocation interface for discovering, inspecting, and calling capabilities on the Dantes Exchange.

1 endpoint5 known toolsFirst detected August 29, 2026Last detected August 29, 2026

ENDPOINT 1

https://dantes.ai/exchange/mcp

No auth detected

MCP server metadata

Name
dantes-exchange
Version
0.1.0
Capabilities
tools.listChanged

Known tools 5

search_capabilities

Search the Dantes Exchange for capabilities by natural-language text.

Inferred read-only
get_capability

Retrieve the full CapabilityManifestV1 for one capability, including its price on this endpoint if it is a paid capability.

Inferred read-only
get_capability_evidence

Retrieve the full public evidence record for one capability: SEMANTIC evidence (does it do what it says — reproduction parity, sealed held-out creator review, frozen regression) and, kept strictly separate, HISTORICAL ECONOMIC evidence (what was measured about the population it describes — universe, window, N, horizon, baseline, right-tail behaviour, severe-loss behaviour, time robustness, and recorded misattributions).

Inferred read-only
list_datasets

List the datasets this Dantes Exchange endpoint publishes for server-side scanning — name, as-of date, size, and the exact paths to pass to capabilities (e.

Inferred read-only
invoke_capability

Invoke a registered capability.

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.dantes-exchange]
url = "https://dantes.ai/exchange/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dantes-exchange": {
      "type": "http",
      "url": "https://dantes.ai/exchange/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dantes-exchange
Remote MCP URL: https://dantes.ai/exchange/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": {
    "dantes-exchange": {
      "url": "https://dantes.ai/exchange/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dantes-exchange": {
      "type": "http",
      "url": "https://dantes.ai/exchange/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dantes-exchange",
  "transport": "streamable-http",
  "url": "https://dantes.ai/exchange/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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