{
  "name": "Hekkova",
  "description": "The permanent memory layer for AI agents. Mint moments to the Polygon blockchain with IPFS + Filecoin storage. Four privacy tiers from fully encrypted (New Moon) to fully public (Full Moon). Moment categories including time-locked Eclipse (Legacy Plan). Pack-based pricing.",
  "url": "https://mcp.hekkova.com/mcp",
  "version": "1.0.0",
  "provider": {
    "organization": "Hekkova",
    "url": "https://hekkova.com"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "authentication": {
    "schemes": [
      "Bearer"
    ],
    "credentials": "API key required. Get one at https://app.hekkova.com/keys"
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "mint_moment",
      "name": "Mint a moment",
      "description": "Mint text content permanently to the Polygon blockchain. For images and media files, use upload_media + mint_from_url instead.",
      "tags": [
        "blockchain",
        "nft",
        "storage",
        "permanent",
        "memory",
        "mint",
        "ipfs"
      ],
      "examples": [
        "Mint this photo permanently to the blockchain",
        "Preserve this memory as a Super Moon moment",
        "Save this image to my Arc with New Moon privacy"
      ]
    },
    {
      "id": "upload_media",
      "name": "Upload media to staging",
      "description": "Upload a local file to temporary staging. Returns a URL to pass to mint_from_url. Recommended for minting local images, video, and audio.",
      "tags": ["upload", "staging", "media", "image", "video", "audio"]
    },
    {
      "id": "mint_from_url",
      "name": "Mint from URL",
      "description": "Fetch content from a public URL (social media post, image, web page) and mint it permanently to the blockchain.",
      "tags": [
        "social media",
        "import",
        "archive",
        "preserve",
        "twitter",
        "instagram"
      ],
      "examples": [
        "Preserve this tweet permanently",
        "Mint this Instagram post to the blockchain",
        "Archive this web page as a moment"
      ]
    },
    {
      "id": "list_moments",
      "name": "List minted moments",
      "description": "Retrieve a paginated list of all minted moments with metadata, Block IDs, and privacy info.",
      "tags": [
        "list",
        "search",
        "history",
        "archive"
      ]
    },
    {
      "id": "get_moment",
      "name": "Get moment details",
      "description": "Get full details for a single minted moment by Block ID.",
      "tags": [
        "details",
        "lookup",
        "block id"
      ]
    },
    {
      "id": "update_phase",
      "name": "Change privacy phase",
      "description": "Change a moment's privacy phase. Free between encrypted tiers (New Moon, Crescent, Gibbous). $0.49 for transitions to/from Full Moon. Free for Legacy Plan accounts.",
      "tags": [
        "privacy",
        "phase",
        "update",
        "encryption"
      ]
    },
    {
      "id": "export_moments",
      "name": "Export all moments",
      "description": "Export all minted moments as JSON or CSV with Block IDs and CIDs for independent retrieval.",
      "tags": [
        "export",
        "download",
        "backup",
        "portability"
      ]
    },
    {
      "id": "get_balance",
      "name": "Check mint balance",
      "description": "Check remaining mint credits and account plan details.",
      "tags": [
        "balance",
        "credits",
        "billing"
      ]
    },
    {
      "id": "get_account",
      "name": "Get account details",
      "description": "Get account details including Light ID, wallet address, and configuration.",
      "tags": [
        "account",
        "profile",
        "identity",
        "light id"
      ]
    }
  ]
}