{"mcpServers":{"e-ink":{"title":"E-Ink Ebook Tools","description":"Convert web pages and documents to ebooks, translate EPUBs, generate speech and mind maps via the E-Ink API.","apiBaseUrl":"https://e-ink.me/api/v1","auth":{"type":"bearer","x-usage":"Set the API key from https://e-ink.me/en/dashboard as the Bearer token"},"openapi":"https://e-ink.me/api/openapi.json","tools":[{"name":"getCredits","description":"Get remaining API credits. Returns the authenticated user remaining credit balance. Free call, costs no credits. Credit cost: 0."},{"name":"convertWebpage","description":"Convert web page(s) to an ebook. Scrapes one or more web page URLs (including WeChat articles) and converts them to EPUB, PDF or Markdown. Multiple URLs are merged into one ebook, or returned as a ZIP with outputMode=separate. Credit cost: 3 per URL."},{"name":"convertFile","description":"Convert an ebook/document file between formats. Uploads a file (EPUB, MOBI, PDF, DOCX, HTML, Markdown, TXT, RTF, ODT, FB2, CBZ, CBR) and converts it to another supported format. The converter id follows the pattern \"<input>-to-<output>\", e.g. epub-to-pdf. Credit cost: 2 (5 for PDF OCR)."},{"name":"translateEpub","description":"Translate an EPUB ebook. Translates an EPUB ebook (max 20MB) into the target language. outputMode=translated replaces the text; outputMode=bilingual produces an alternating original/translation edition. Credit cost: 3 per file."},{"name":"textToSpeech","description":"Convert text to speech audio. Synthesizes text (max 50,000 chars) into an MP3 using Edge TTS voices such as en-US-JennyNeural or zh-CN-XiaoxiaoNeural. Credit cost: 5 per call."},{"name":"generateMindMap","description":"Generate a mind map from an EPUB or PDF. Builds a mind map from an EPUB or PDF. mode=structure extracts headings (2 credits); mode=ai uses AI summarization (5 credits). Returns the tree plus Freemind, OPML and Markdown exports. Credit cost: 2 (5 for AI mode)."}],"install":"npx e-ink-skill","source":"https://github.com/Selenium39/e-ink-skill"}}}