API Tools
dantes.ai
Provides a registry and invocation interface for discovering, inspecting, and calling capabilities on the Dantes Exchange.
ENDPOINT 1
https://dantes.ai/exchange/mcp
MCP server metadata
- Name
- dantes-exchange
- Version
- 0.1.0
Known tools 5
search_capabilitiesSearch the Dantes Exchange for capabilities by natural-language text.
Inferred read-onlyget_capabilityRetrieve the full CapabilityManifestV1 for one capability, including its price on this endpoint if it is a paid capability.
Inferred read-onlyget_capability_evidenceRetrieve 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-onlylist_datasetsList 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.