{
  "$schema": "https://a2a.dev/schema/agent-card/v0.3.json",
  "schemaVersion": "0.3",
  "name": "Minibase",
  "description": "Minibase turns any webpage into clean Markdown: a hosted HTTP API for agents and RAG pipelines (POST /v1/convert on api.minibase.md, Bearer key or pay-per-call over x402 and MPP at $0.01/call, $0.05 with an AI template), a Chrome extension, and a local macOS app (Minibase Vault) that exposes the user's saved Markdown library to AI clients over MCP. This card describes the discovery surface; Minibase does not operate as a remote A2A agent today.",
  "url": "https://www.minibase.md",
  "provider": {
    "organization": "Minibase",
    "url": "https://www.minibase.md",
    "contact": "hello@minibase.md"
  },
  "version": "1.2.0",
  "documentationUrl": "https://www.minibase.md/llms-full.txt",
  "iconUrl": "https://www.minibase.md/favicon.png",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "text/markdown", "application/json"],
  "defaultOutputModes": ["text/markdown"],
  "skills": [
    {
      "id": "webpage-to-markdown",
      "name": "Convert webpage to Markdown",
      "description": "Capture a webpage and return it as clean Markdown.",
      "tags": ["markdown", "web", "extraction"],
      "examples": [
        "Save this NYT article as Markdown.",
        "Grab the transcript of this YouTube video."
      ]
    },
    {
      "id": "vault-search",
      "name": "Search the user's Minibase Vault",
      "description": "Full-text search across the user's locally-stored Markdown library of saved webpages.",
      "tags": ["search", "knowledge-base", "mcp"],
      "examples": [
        "Find everything I saved about Cloudflare Workers.",
        "Do I have any saved pages about Postgres replication?"
      ]
    }
  ],
  "authentication": {
    "schemes": []
  },
  "supportedInterfaces": [
    {
      "transport": "HTTP+JSON",
      "url": "https://www.minibase.md"
    },
    {
      "transport": "MCP",
      "url": "https://www.minibase.md/.well-known/mcp/server-card.json"
    }
  ],
  "discovery": {
    "agentSkills": "/.well-known/agent-skills/index.json",
    "apiCatalog": "/.well-known/api-catalog",
    "llmsTxt": "/llms.txt",
    "llmsFull": "/llms-full.txt"
  }
}
