{
  "schemaVersion": "1.0",
  "name": "IntuiTek¹ ACE",
  "description": "IntuiTek¹ Autonomous Commerce Engine — AI agent infrastructure providing yield intelligence, autonomous commerce execution, and AI strategy consulting. Accessible via MCP (Streamable HTTP) and A2A protocols.",
  "url": "https://api.intuitek.ai",
  "provider": {
    "organization": "IntuiTek¹",
    "url": "https://intuitek.ai",
    "contact": "agent@intuitek.ai"
  },
  "version": "1.0.0",
  "documentationUrl": "https://intuitek.ai/docs",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": true
  },
  "authentication": {
    "schemes": [
      "Bearer",
      "x402"
    ],
    "description": "API key via Authorization: Bearer <key>, or x402 micropayment via x-payment header (USDC on Base, payTo: 0x03d773c52B67993e60Ecb3134b17436fE03B584c)"
  },
  "skills": [
    {
      "id": "yield-intelligence",
      "name": "YIELD INTELLIGENCE",
      "description": "Identify passive income opportunities and optimize investment portfolios for maximum recurring yield.",
      "tags": [
        "finance",
        "yield",
        "passive-income",
        "portfolio",
        "investing"
      ],
      "examples": [
        "Analyze yield opportunities for $50,000 with moderate risk tolerance",
        "Optimize my portfolio for $5,000/month passive income"
      ],
      "inputModes": [
        "text",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "mcpServer": "https://mcp.intuitek.ai/mcp/yield",
      "pricing": {
        "perCall": {
          "protocol": "x402",
          "price_usd": 1,
          "asset": "USDC",
          "network": "base",
          "payTo": "0x03d773c52B67993e60Ecb3134b17436fE03B584c"
        },
        "subscription": {
          "protocol": "acp",
          "checkout_url": "https://api.intuitek.ai/checkouts"
        }
      }
    },
    {
      "id": "ace-commerce",
      "name": "ACE Autonomous Commerce",
      "description": "Execute purchases and service subscriptions autonomously on behalf of users or other agents, with spending limit enforcement.",
      "tags": [
        "commerce",
        "autonomous",
        "purchasing",
        "payments",
        "acp"
      ],
      "examples": [
        "Purchase yield-intelligence-pro subscription with spending limit $99",
        "Get pricing for all IntuiTek¹ products"
      ],
      "inputModes": [
        "text",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "mcpServer": "https://mcp.intuitek.ai/mcp/ace",
      "pricing": {
        "perCall": {
          "protocol": "x402",
          "price_usd": 2,
          "asset": "USDC",
          "network": "base",
          "payTo": "0x03d773c52B67993e60Ecb3134b17436fE03B584c"
        },
        "subscription": {
          "protocol": "acp",
          "checkout_url": "https://api.intuitek.ai/checkouts"
        }
      }
    },
    {
      "id": "counselor-strategy",
      "name": "COUNSELOR AI Strategy",
      "description": "Expert guidance on AI infrastructure, agent architecture, MCP server selection, and autonomous workflow design.",
      "tags": [
        "ai-strategy",
        "architecture",
        "consulting",
        "mcp",
        "agents"
      ],
      "examples": [
        "What MCP servers should I use for an autonomous e-commerce agent?",
        "Evaluate LangGraph vs Claude Agent SDK for my use case"
      ],
      "inputModes": [
        "text",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "mcpServer": "https://mcp.intuitek.ai/mcp/counselor",
      "pricing": {
        "perCall": {
          "protocol": "x402",
          "price_usd": 15,
          "asset": "USDC",
          "network": "base",
          "payTo": "0x03d773c52B67993e60Ecb3134b17436fE03B584c"
        },
        "subscription": {
          "protocol": "acp",
          "checkout_url": "https://api.intuitek.ai/checkouts"
        }
      }
    }
  ],
  "defaultInputModes": [
    "text",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "supportsAuthenticatedExtendedCard": false
}