{
  "name": "50c AI Tools",
  "description": "101+ AI developer tools. Math, code, scraping, UX, security, context management.",
  "url": "https://50c.ai",
  "version": "1.0.0",
  "capabilities": [
    { "name": "math", "description": "Mathematical reasoning and computation" },
    { "name": "code", "description": "Code generation, review, and debugging" },
    { "name": "scraping", "description": "Web scraping and content extraction" },
    { "name": "ux", "description": "UX analysis, accessibility, and design" },
    { "name": "security", "description": "Supply chain verification and audit" },
    { "name": "context", "description": "Context management and compression" },
    { "name": "adoption", "description": "Product adoption analysis and simulation" }
  ],
  "endpoints": {
    "mcp": "https://api.50c.ai/mcp",
    "rest": "https://api.50c.ai/v1/tools",
    "openapi": "https://api.50c.ai/openapi.json",
    "x402": "https://api.50c.ai/v1/tools"
  },
  "payment_protocols": ["api_key", "x402", "mpp"],
  "authentication": {
    "api_key": {
      "header": "Authorization",
      "prefix": "Bearer",
      "signup": "https://50c.ai/subscribe"
    },
    "x402": {
      "network": "base",
      "currency": "USDC"
    }
  },
  "pricing_model": "per_call",
  "price_range": { "min_cents": 0, "max_cents": 2000 },
  "free_tools": 23,
  "total_tools": 101,
  "docs": "https://docs.50c.ai"
}
