{
  "protocolVersion": "0.3.0",
  "name": "Moltline Studio",
  "description": "Moltline Studio merchant agent: catalog discovery and All-Access licensing for 138 AI agent skill bundles and 14 hosted MCP servers.",
  "url": "https://mcp.moltlinestudio.com/catalog",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "Moltline Studio",
    "url": "https://moltlinestudio.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://moltlinestudio.com/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "extensions": [
      {
        "uri": "https://github.com/google-agentic-commerce/ap2/tree/v0.1",
        "description": "Supports the Agent Payments Protocol as a merchant for Moltline All-Access licenses.",
        "required": true,
        "params": {
          "roles": [
            "merchant"
          ]
        }
      }
    ]
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "catalog-discovery",
      "name": "Catalog discovery",
      "description": "Browse and search Moltline Studio's catalog of 14 MCP servers and 138 agent skill bundles.",
      "tags": [
        "catalog",
        "discovery",
        "mcp"
      ]
    },
    {
      "id": "license-purchase",
      "name": "All-Access license purchase",
      "description": "Purchase a Moltline All-Access license (USD 19.00/month) unlocking premium tools on all Moltline MCP servers. Checkout is human-in-the-loop at https://moltlinestudio.com/; agent-native payment via x402 at /api/premium/all-access.",
      "tags": [
        "commerce",
        "license",
        "merchant",
        "ap2"
      ]
    },
    {
      "id": "ap2-payments-checkout",
      "name": "Payments and checkout (AP2, x402)",
      "description": "Accepts agent-native payment for the Moltline All-Access license via the x402 protocol (USDC on Base, eip155:8453) at https://moltlinestudio.com/api, operating in the AP2 merchant role.",
      "tags": [
        "ap2",
        "payments",
        "checkout",
        "x402"
      ]
    },
    {
      "id": "agent-readiness-scan",
      "name": "Agent-readiness scan",
      "description": "Score any public domain against 21 agent-readiness checks and return the exact fix for every failure. Free, unauthenticated, twelve scans an hour. POST {\"domain\":\"example.com\"} to https://moltlinestudio.com/api/agent-check",
      "tags": [
        "agent-readiness",
        "seo",
        "discovery",
        "free"
      ],
      "examples": [
        "Is example.com readable by an AI agent?",
        "Score my domain for agent readiness and tell me what to fix."
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "url": "https://mcp.moltlinestudio.com/catalog",
      "transport": "JSONRPC"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://mcp.moltlinestudio.com/catalog",
      "transport": "JSONRPC"
    }
  ]
}