{
  "name": "SECSOLS Platform",
  "description": "Unified AI Agent Identity & Payment Gateway — multi-protocol integration layer for agent commerce. MCP servers bridging AI agents to Stripe, Lithic, and Plaid.",
  "url": "https://secsols.io",
  "version": "0.1.0",
  "protocolVersion": "1.0",
  "provider": {
    "organization": "SECSOLS LLC",
    "url": "https://secsols.io"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": ["bearer"]
  },
  "defaultInputModes": ["application/json"],
  "defaultOutputModes": ["application/json"],
  "skills": [
    {
      "id": "payment-gateway",
      "name": "Agentic Payment Gateway",
      "description": "Process payments through Stripe, issue ephemeral cards via Lithic, link bank accounts via Plaid. Supports ACP checkout sessions, AP2 verifiable credential mandates, and x402 stablecoin payments.",
      "tags": ["payments", "stripe", "cards", "banking", "acp", "ap2", "x402"],
      "examples": [
        "Create a virtual card with $50 limit for API purchases",
        "Process a checkout session for subscription renewal",
        "Generate a payment link for agent service purchase",
        "Accept an x402 stablecoin payment for API access"
      ]
    },
    {
      "id": "agent-identity",
      "name": "Agent Identity & Verification",
      "description": "Register, verify, and manage AI agent identities using W3C DIDs and SECSOLS AID. Issue verifiable credentials for agent capabilities, payment authorizations, and compliance attestations.",
      "tags": ["identity", "verification", "did", "credentials", "kyc"],
      "examples": [
        "Register a new agent with DID and capabilities",
        "Verify an agent's identity and permissions",
        "Issue a verifiable credential for payment authorization",
        "Check agent compliance status for HIPAA transactions"
      ]
    },
    {
      "id": "protocol-adapter",
      "name": "Multi-Protocol Adapter",
      "description": "Translate between ACP, UCP, AP2, A2A, x402, and MCP protocols. Route commerce requests through the appropriate payment rail based on protocol and provider.",
      "tags": ["protocols", "interop", "mcp", "acp", "ucp", "ap2", "a2a", "x402"],
      "examples": [
        "Route an ACP checkout request through Stripe",
        "Convert an x402 payment to a Stripe charge",
        "Process a UCP product discovery request",
        "Verify an AP2 verifiable credential mandate"
      ]
    },
    {
      "id": "ephemeral-cards",
      "name": "Ephemeral Agent Cards",
      "description": "Issue disposable virtual Visa/Mastercard cards via Lithic with configurable spending controls, merchant locks, and automatic expiration.",
      "tags": ["cards", "virtual-cards", "lithic", "spending-controls"],
      "examples": [
        "Create a single-use card with $100 limit",
        "Issue a merchant-locked card for recurring SaaS payments",
        "Generate a time-limited card expiring in 24 hours",
        "List all active agent cards and their balances"
      ]
    },
    {
      "id": "marketplace",
      "name": "AI Agent Marketplace",
      "description": "Discover, commission, and pay for AI agent services. Browse available agents, compare capabilities, and initiate service agreements with built-in payment escrow.",
      "tags": ["marketplace", "agents", "services", "discovery"],
      "examples": [
        "Find agents that can process healthcare claims",
        "Commission a data analysis agent for a one-time task",
        "List available agents with payment processing capabilities",
        "Check pricing for a document processing agent service"
      ]
    }
  ]
}
