{
  "name": "Textify to-text MCP",
  "description": "Hosted MCP server that turns YouTube videos, audio, images, documents, and web pages into text/markdown.",
  "endpoint": "/mcp",
  "transport": "streamable-http",
  "tools": [
    "youtube_transcript",
    "transcribe_audio",
    "ocr_image",
    "file_to_markdown",
    "webpage_to_markdown"
  ],
  "auth": {
    "scheme": "Authorization: Bearer <api-key>",
    "note": "Discovery (initialize, tools/list) is keyless; credit-costing tool calls require a key.",
    "getKey": "https://textify.me/account",
    "freeTier": "100 credits/month"
  },
  "restApi": "https://api.textify.me",
  "docs": "https://textify.me/docs"
}