Presentations.AI
Create, transform, and edit professional presentations using AI. Generate full decks from topics, convert documents and raw text into slides, and turn briefs into polished decks in PPTX, PDF, image, or shareable web format.
**Tools (5 active)**
- `create_presentation_from_topic`: full deck from a topic or brief
- `create_presentation_from_content`: deck from raw text (articles, notes, transcripts)
- `create_presentation_from_file`: deck from PDF, DOCX, PPTX, TXT, or MD (≤ 5 MB)
- `create_single_slide`: single hero slide or social-media graphic
- `check_job_status`: poll for async job completion
**Authentication**
OAuth 2.1 (PKCE + Dynamic Client Registration) or Bearer API key. Get an API key at [console.presentations.ai](https://console.presentations.ai). Full API reference at [console.presentations.ai/apiref/docs/](https://console.presentations.ai/apiref/docs/).
Async job model: `create_*` tools return a job ID; poll `check_job_status` until the deck URL is ready. Most jobs complete in under 2 minutes.
localingos
AI-powered app translation for developers. Push your source strings, get translations back in 50+ languages automatically.
## What it does
Localingos translates your application strings using AI (Amazon Bedrock Claude). Connect your AI assistant to Localingos and manage your entire i18n workflow without leaving your editor.
## Tools
- **localingos_sync** — Push source strings and pull translations in one step
- **localingos_push** — Push source strings to Localingos
- **localingos_get_translations** — Retrieve translations for your project
- **localingos_get_translatables** — List all source strings
- **localingos_family_members** — List project members
- **localingos_add_member** / **localingos_remove_member** — Manage project access
- **localingos_billing_status** — Check subscription and usage
- **localingos_attach_billing** / **localingos_detach_billing** — Manage billing for projects
## Getting started
1. Sign up at https://localingos.com (free — 5,000 words, no credit card)
2. Create a project and an API key
3. Add the server config to your AI assistant
4. Start translating with natural language commands
Supports 50+ languages, JSON formats, and works with Claude Desktop, Cursor, Kiro, and any MCP-compatible client.
Woogoro Medical Bill Analyzer
- **Compare line items to Medicare and commercial rates** for 146 of the most common CPT/HCPCS codes
- **Flag billing errors** — upcoding, unbundling (NCCI rule violations), duplicate charges, balance billing, No Surprises Act violations, facility-fee stacking
- **Draft dispute letters** across 9 error categories, citing relevant statutes (42 USC 300gg-111, NCCI bundling rules, ACA preventive care)
- **Generate phone negotiation scripts** for charity care, cash settlements, and prompt-pay discounts — with pushback responses
Backed by Woogoro's medical bill analysis API (Claude Haiku-powered) and a flywheel of 50+ real ER, hospital, and EOB samples. Free hosted endpoint at https://mcp.woogoro.com/mcp. No API key required for end users.
**Tools (5):** parse_bill, check_errors, lookup_average_price, draft_dispute, negotiation_script.
**Source:** https://github.com/TruePrice-tech/trueprice (`mcp/` subdirectory, MIT licensed)