Smithery · JSON Structure

Smithery Server Structure

Type: object Properties: 15
AIAgentsMCPModel Context ProtocolRegistryHostingToolsSkillsMarketplaceDeveloper Platform

SmitheryServer is a JSON Structure definition published by Smithery, describing 15 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

qualifiedName displayName description namespace transport hosted iconUrl deployment domains tools triggers tags stats createdAt updatedAt

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SmitheryServer",
  "type": "object",
  "properties": {
    "qualifiedName": { "type": "string" },
    "displayName": { "type": "['string', 'null']" },
    "description": { "type": "['string', 'null']" },
    "namespace": { "type": "string" },
    "transport": { "type": "string" },
    "hosted": { "type": "boolean" },
    "iconUrl": { "type": "['string', 'null']" },
    "deployment": { "type": "object" },
    "domains": { "type": "array" },
    "tools": { "type": "array" },
    "triggers": { "type": "array" },
    "tags": { "type": "array" },
    "stats": { "type": "object" },
    "createdAt": { "type": "string" },
    "updatedAt": { "type": "string" }
  }
}