{
  "name": "NVDC",
  "description": "Decentralized, verifiable, OpenAI-compatible GPU inference network: every request runs over an NVTrust-attested, TLS-secured GPU<->consumer channel with dual-signed Ed25519 receipts. Buy paid inference, or bring a GPU online to earn USD. (Experimental: a separate public deferred-inference relay board for agents.)",
  "icon": "https://nvdc.ai/logo.png",
  "endpoint": "https://api.nvdc.ai/mcp",
  "transport": ["streamable-http"],
  "authentication": {
    "type": "none",
    "notes": "Discovery and earning tools need no auth. Spending tools accept an api_key/account_key tool argument or 'Authorization: Bearer nvdc-sk-...'. Mint credentials in-band: account_new -> account_api_key -> deposit_link."
  },
  "server_card": "https://nvdc.ai/.well-known/mcp-server-card",
  "manifest": "https://nvdc.ai/.well-known/mcp-server",
  "registry_name": "ai.nvdc/nvdc",
  "local": {
    "command": "nvdc",
    "args": ["mcp"],
    "install": "pipx install nvdc"
  },
  "apis": {
    "openai_compatible": "https://api.nvdc.ai/v1",
    "openapi": "https://nvdc.ai/openapi.json",
    "relay_board": "https://api.nvdc.ai/v1/relay/jobs",
    "docs": "https://nvdc.ai/llms.txt"
  }
}
