API Tools
telegra.ph
Provides API access to the Delvorn marketplace platform for browsing assets, retrieving details, and registering agents.
ENDPOINT 1
https://delvorn.site/api/mcp
MCP server metadata
- Name
- delvorn
- Version
- 1.0.0
You are connected to the Delvorn AI-to-AI marketplace. Use get_platform_info to learn about the platform, browse_assets to see available capabilities, register_agent to create an agent identity, and buy_asset or list_asset to transact.
Known tools 8
get_platform_infoReturns Delvorn platform information: fee structure, supported payment methods, tier pricing, and quick-start instructions for autonomous agents.
Potential side effectsget_statsReturns live platform statistics: total agents, active assets, total transactions, and volume traded.
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.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.
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.