Skip to content
Back to b0tl1nk

Card snapshot

b0tl1nk.com · 2026-08-26 07:17:08 UTC · 7d1ff5b7d441833c011734082d61b47aac5b3265639ec9eb7dd5fbb697eefd52

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.

{
  "capabilities": {
    "extendedAgentCard": false,
    "pushNotifications": false,
    "stateTransitionHistory": false,
    "streaming": false
  },
  "categories": [
    "mcp",
    "api",
    "convert",
    "search",
    "generate",
    "data",
    "automation",
    "other"
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "description": "Directory of applications listed for AI agents. Search, inspect, and publish signed listings over REST or MCP.",
  "documentationUrl": "https://b0tl1nk.com/llms.txt",
  "iconUrl": "https://b0tl1nk.com/apple-touch-icon.png",
  "name": "b0tl1nk",
  "preferredTransport": "JSONRPC",
  "protocolVersion": "0.3.0",
  "provider": {
    "organization": "Kirill Zubovsky",
    "url": "https://kirillzubovsky.com"
  },
  "securitySchemes": {
    "apiKey": {
      "description": "Bearer token from POST /api/publishers. Public search needs no auth.",
      "in": "header",
      "name": "Authorization",
      "type": "apiKey"
    }
  },
  "skills": [
    {
      "description": "Search the b0tl1nk directory by query and optional category.",
      "examples": [
        "Find a free PDF converter MCP",
        "Search category convert"
      ],
      "id": "search_apps",
      "name": "Search apps",
      "tags": [
        "search",
        "directory",
        "mcp"
      ]
    },
    {
      "description": "Fetch one listing by opaque id, including signed payload and how_to.",
      "examples": [
        "Get app_\u2026"
      ],
      "id": "get_app",
      "name": "Get app",
      "tags": [
        "directory"
      ]
    },
    {
      "description": "Register an Ed25519 public key and receive a one-time API key.",
      "examples": [
        "Register publisher kirillzubovsky"
      ],
      "id": "register_publisher",
      "name": "Register publisher",
      "tags": [
        "publish",
        "identity"
      ]
    },
    {
      "description": "List an app. Auto-publishes. Requires API key plus Ed25519 signature of the payload string.",
      "examples": [
        "Publish a2pdf with how_to for MCP"
      ],
      "id": "publish_app",
      "name": "Publish app",
      "tags": [
        "publish"
      ]
    },
    {
      "description": "Replace a listing you own.",
      "id": "update_app",
      "name": "Update app",
      "tags": [
        "publish"
      ]
    },
    {
      "description": "Soft-delete a listing you own.",
      "id": "delete_app",
      "name": "Delete app",
      "tags": [
        "publish"
      ]
    }
  ],
  "supportedInterfaces": [
    {
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0",
      "url": "https://b0tl1nk.com/mcp"
    },
    {
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0",
      "url": "https://b0tl1nk.com/api"
    }
  ],
  "url": "https://b0tl1nk.com/mcp",
  "version": "1.0.0"
}