{
  "schemaVersion": "1.0",
  "name": "CryptoProto",
  "description": "Decentralized content ownership protocol. Encrypt content with AES-256-GCM, store permanently on Arweave, and gate access with Solana NFTs. MCP-native with seven composable tool calls.",
  "url": "https://cryptoproto.com",
  "documentationUrl": "https://cryptoproto.com/docs",
  "apiSpecUrl": "https://cryptoproto.com/openapi.json",
  "llmsUrl": "https://cryptoproto.com/llms.txt",
  "llmsFullUrl": "https://cryptoproto.com/llms-full.txt",
  "skillUrl": "https://cryptoproto.com/skill.md",
  "skillsIndexUrl": "https://cryptoproto.com/skills/index.json",
  "siteProfileUrl": "https://cryptoproto.com/ai.json",
  "mcpUrl": "https://cryptoproto.com/.well-known/mcp.json",
  "provider": {
    "name": "Joey Janisheck",
    "url": "https://cryptoproto.com/about"
  },
  "version": "0.1.0-alpha",
  "license": "MIT",
  "auth": {
    "type": "none",
    "notes": "Public discovery surface. Protocol-level access uses wallet signatures verified against on-chain Solana NFT ownership; no API keys are issued."
  },
  "capabilities": [
    "encrypt",
    "upload",
    "mint",
    "register",
    "challenge",
    "verify",
    "decrypt"
  ],
  "tags": [
    "mcp",
    "crypto",
    "nft",
    "arweave",
    "solana",
    "encryption",
    "ownership"
  ],
  "contact": {
    "homepage": "https://cryptoproto.com",
    "documentation": "https://cryptoproto.com/docs",
    "tools": "https://cryptoproto.com/tools",
    "about": "https://cryptoproto.com/about"
  }
}
