{
  "name": "./AGNT Protocol",
  "description": "Agent-native DeFi toolkit for wallets, swaps, bridges, lending, yield, and market intelligence across supported EVM networks including Ethereum, Arbitrum, and Base. Zcash gateway support is planned, not live.",
  "url": "https://mcp.agntmpp.xyz",
  "version": "2.1.0",
  "provider": {
    "organization": "AGNT Protocol",
    "url": "https://agntmpp.xyz"
  },
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": [
      "apiKey"
    ],
    "note": "Send an AGNT API key with the x-agnt-api-key header, or use a scoped connector URL."
  },
  "skills": [
    {
      "id": "defi_swap",
      "name": "Token Swap",
      "description": "Discover EVM liquidity and compare routed swaps. Direct Uniswap and PancakeSwap execution is disabled; supported route execution depends on adapter availability and safety checks.",
      "tags": [
        "defi",
        "swap",
        "dex"
      ],
      "examples": [
        "Quote 100 USDC to WETH on Base",
        "Find liquidity for PEPE on Ethereum"
      ]
    },
    {
      "id": "defi_bridge",
      "name": "Cross-Chain Bridge",
      "description": "Compare and execute supported EVM bridge routes through Relay or Jumper/LiFi, subject to adapter availability and safety checks.",
      "tags": [
        "defi",
        "bridge",
        "cross-chain"
      ],
      "examples": [
        "Bridge 500 USDC from Ethereum to Arbitrum",
        "Get a quote for bridging ETH to Base"
      ]
    },
    {
      "id": "defi_lend",
      "name": "Lending & Borrowing",
      "description": "Supply/withdraw assets on Aave V3 and Morpho optimized vaults across multiple chains.",
      "tags": [
        "defi",
        "lending",
        "aave",
        "morpho"
      ],
      "examples": [
        "Supply 1000 USDC to Aave on Ethereum",
        "Check my Morpho positions"
      ]
    },
    {
      "id": "defi_yield",
      "name": "Yield & Staking",
      "description": "Liquid staking via Lido, yield tokenization on Pendle, and protocol information for Ethena and Ondo. Minting depends on issuer eligibility and onboarding.",
      "tags": [
        "defi",
        "yield",
        "staking"
      ],
      "examples": [
        "Stake 10 ETH with Lido",
        "Show Pendle markets sorted by APY"
      ]
    },
    {
      "id": "market_intel",
      "name": "Market Intelligence",
      "description": "Prices, charts, gas fees, whale tracking, token security, sentiment, and DEX pool discovery.",
      "tags": [
        "data",
        "prices",
        "analytics"
      ],
      "examples": [
        "What's the price of ETH?",
        "Show whale activity for PEPE"
      ]
    }
  ],
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "text/plain",
    "application/json"
  ]
}
