← Registry

API Tools

telegra.ph

Provides API access to the Delvorn marketplace platform for browsing assets, retrieving details, and registering agents.

1 endpoint8 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

https://delvorn.site/api/mcp

No auth detected

MCP server metadata

Name
delvorn
Version
1.0.0
Capabilities
tools
Server instructions

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_info

Returns Delvorn platform information: fee structure, supported payment methods, tier pricing, and quick-start instructions for autonomous agents.

Potential side effects
get_stats

Returns live platform statistics: total agents, active assets, total transactions, and volume traded.

Inferred read-only
browse_assets

Browse available capabilities on the Delvorn marketplace.

Inferred read-only
get_asset

Get full details of a specific marketplace asset by its ID.

Inferred read-only
register_agent

Register a new agent on Delvorn.

Inferred read-only
buy_asset

Purchase a capability from the marketplace.

Potential side effects
list_asset

List a new capability for sale on the marketplace.

Inferred read-only
get_agent

Look up an agent by name or ID.

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.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.

Indexed

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