Back to IntuiTek¹ ACE

Card snapshot

api.intuitek.ai · 2026-05-18 12:45:44 UTC · ca4c61551aad344a75e0e40c1c3afa1d904fc355318f5c612bbf642b7d67cb49

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "schemaVersion": "1.0",
  "name": "IntuiTek\u00b9 ACE",
  "description": "IntuiTek\u00b9 Autonomous Commerce Engine \u2014 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\u00b9",
    "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://api.intuitek.ai/yield",
      "pricing": {
        "perCall": {
          "protocol": "x402",
          "price_usd": 1.0,
          "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\u00b9 products"
      ],
      "inputModes": [
        "text",
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ],
      "mcpServer": "https://api.intuitek.ai/ace",
      "pricing": {
        "perCall": {
          "protocol": "x402",
          "price_usd": 2.0,
          "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://api.intuitek.ai/counselor",
      "pricing": {
        "perCall": {
          "protocol": "x402",
          "price_usd": 15.0,
          "payTo": "0x03d773c52B67993e60Ecb3134b17436fE03B584c"
        },
        "subscription": {
          "protocol": "acp",
          "checkout_url": "https://api.intuitek.ai/checkouts"
        }
      }
    },
    {
      "id": "coap-city-analysis",
      "name": "COAP \u2014 City Opportunity Analysis",
      "description": "AI-powered market analysis for any U.S. city: Census demographics, BLS labor data, and OpenStreetMap business density combined into a business opportunity report with startup capital estimates, Year 1 revenue projections, and a 90-day execution plan. No paid data sources. Validated on real client deliverables.",
      "tags": [
        "market-analysis",
        "business-intelligence",
        "real-estate",
        "small-business",
        "location-analysis"
      ],
      "examples": [
        "Analyze Poplar Bluff, MO for the highest-ROI new business opportunity",
        "What business should I open in Cape Girardeau, MO?",
        "Give me a full market report for Fayetteville, AR"
      ],
      "inputModes": [
        "text",
        "application/json"
      ],
      "outputModes": [
        "application/json",
        "text/markdown"
      ],
      "pricing": {
        "perReport": {
          "protocol": "stripe",
          "price_usd": 49.0,
          "checkout_url": "https://ace-license-server-production.up.railway.app/coap/checkout"
        },
        "subscription": {
          "protocol": "stripe",
          "price_usd": 149.0,
          "interval": "month",
          "checkout_url": "https://ace-license-server-production.up.railway.app/coap/checkout"
        }
      }
    }
  ],
  "defaultInputModes": [
    "text",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "supportsAuthenticatedExtendedCard": false
}