# Smithery configuration file: https://smithery.ai/docs/config#smitheryyaml

startCommand:
  type: http
  configSchema:
    # JSON Schema defining the configuration options for the MCP.
    type: object
    required:
      - COINMARKETCAP_API_KEY
    properties:
      COINMARKETCAP_API_KEY:
        type: string
        description: "COINMARKETCAP_API_KEY - Your API key"
      SUBSCRIPTION_LEVEL:
        type: string
        default: Basic
        description: "SUBSCRIPTION_LEVEL - One of: Basic, Hobbyist, Startup, Standard,
          Professional, or Enterprise (defaults to Basic)"
  exampleConfig:
    COINMARKETCAP_API_KEY: test-key-123
    SUBSCRIPTION_LEVEL: Basic
