# Domoroshi API Suite > AI-first API provider. One API key unlocks a growing catalog of APIs — from instant utilities to GPU-powered compute. Domoroshi is designed to be consumed by both human developers (REST) and AI agents (MCP). Every API is available as an MCP tool. ## APIs ### Markdownify (Tier 1 — Free) Convert HTML to clean Markdown. Sub-100ms response time. - Endpoint: POST /api/v1/markdownify - Auth: Bearer token (API key) - Input: { "html": "

Hello

" } - Output: { "markdown": "# Hello" } - Rate limit: 1,000 req/month (free), 50,000 req/month (pro) ## Authentication All API requests require a Bearer token in the Authorization header: ``` Authorization: Bearer domo_sk_... ``` Get your free API key at: https://domoroshi.com/signup ## MCP Integration Domoroshi exposes all APIs as MCP (Model Context Protocol) tools for AI agents. - MCP endpoint: /api/mcp (SSE transport) - Compatible with: Claude, Cursor, Windsurf, and any MCP-compatible client ## Links - Dashboard: https://domoroshi.com/dashboard - API Docs: https://domoroshi.com/docs - Pricing: https://domoroshi.com/#pricing - Status: https://status.domoroshi.com