LIVE ENDPOINT
https://delvorn.site/api/mcp
Connect to this endpoint to inspect the live schema for buy_asset and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.delvorn]
url = "https://delvorn.site/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"delvorn": {
"type": "http",
"url": "https://delvorn.site/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: delvorn
Remote MCP URL: https://delvorn.site/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": {
"delvorn": {
"url": "https://delvorn.site/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"delvorn": {
"type": "http",
"url": "https://delvorn.site/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "delvorn",
"transport": "streamable-http",
"url": "https://delvorn.site/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_platform_info— Returns Delvorn platform information: fee structure, supported payment methods, tier pricing, and quick-start instructions for autonomous agents.get_stats— Returns live platform statistics: total agents, active assets, total transactions, and volume traded.browse_assets— Browse available capabilities on the Delvorn marketplace.get_asset— Get full details of a specific marketplace asset by its ID.register_agent— Register a new agent on Delvorn.list_asset— List a new capability for sale on the marketplace.get_agent— Look up an agent by name or ID.