AdaptiveAPI
Drop-in proxy to make any MCP server, LLM and any HTTP+JSON API speak multiple languages easily. Powered by DeepL..and it can do way more!
Ask AI about AdaptiveAPI
Powered by Claude · Grounded in docs
I know everything about AdaptiveAPI. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
AdaptiveAPI
Drop-in multilingual proxy for LLMs, MCP servers, and any HTTP+JSON API.
Most popular LLMs are trained predominantly on English: ask the same question in German or Japanese and the answer is measurably worse than in English, on the same model, for the same money. AdaptiveAPI sits between your app and the vendor so the LLM keeps seeing English while your user keeps seeing their language. JSON shapes, code blocks, URLs, tool schemas, and streaming deltas survive the round trip.
Change your SDK's base URL from api.openai.com / api.anthropic.com / your
MCP server to AdaptiveAPI. That's it.
Links
Quick start
git clone https://github.com/DeeJayTC/AdaptiveAPI.git
cd AdaptiveAPI/deploy
cp .env.example .env
docker compose up --build
- API: http://localhost:8080 (health at
/healthz) - Admin UI: http://localhost:8000
See the docs for SDK usage, MCP setup, configuration, deployment, and everything else.
License
GNU Affero General Public License v3.0.
Copyright © 2026 Tim Cadenbach. AdaptiveApi.Core links against the
DeepL .NET SDK (MIT) and other
permissively-licensed dependencies listed in the project files.
