{
  "schema_version": "v1",
  "name_for_human": "Carbon DeFi",
  "name_for_model": "carbon_defi",
  "description_for_human": "Create and manage on-chain maker trading strategies on Carbon DeFi. Returns unsigned transactions for user signing.",
  "description_for_model": "Use this to create and manage Carbon DeFi maker strategies on Ethereum, Sei, Celo, TAC, and COTI. All write operations return unsigned transactions — never sign or broadcast on behalf of the user. Always call carbon_get_strategies first to check existing positions. Market price is auto-fetched from the Carbon API — you do not need to provide it unless you want to override it.",
  "auth": {
    "type": "none"
  },
  "api": {
    "type": "openapi",
    "url": "https://mcp.carbondefi.xyz/openapi.json"
  },
  "contact_email": "support@carbondefi.xyz",
  "legal_info_url": "https://carbondefi.xyz"
}