{
  "schema_version": "v1",
  "name_for_human": "Hatchloop Developer Tools",
  "name_for_model": "hatchloop_tools",
  "description_for_human": "Free developer utilities: JWT decoder, LLM token counter, DNS lookup, fake data generator, Base64, HTML-to-Markdown, YAML formatter, CSV-to-JSON and more. No signup.",
  "description_for_model": "Free utility APIs for common developer and agent tasks. Endpoints: count_tokens (estimate LLM API costs for Claude/GPT-4/Gemini), decode_jwt (inspect auth tokens, get expiry/claims), dns_lookup (query A/MX/TXT/NS records), encode_base64 (encode or decode), generate_fake_data (persons/emails/UUIDs/addresses with seed support), html_to_markdown (convert HTML for RAG pipelines), get_caller_ip (discover agent egress IP). All endpoints: zero auth, CORS open, JSON, base URL https://hatchloop.dev/api/tools/",
  "auth": { "type": "none" },
  "api": {
    "type": "openapi",
    "url": "https://hatchloop.dev/tools/openapi.json",
    "is_user_authenticated": false
  },
  "logo_url": "https://img.logo.dev/hatchloop.dev?size=64&retina=true&token=pk_E-KcYZmdT--jxwGY3dAs1Q",
  "contact_email": "support@hatchloop.dev",
  "legal_info_url": "https://hatchloop.dev/legal/terms/"
}
