About AdaptiveAPI
AdaptiveAPI is an MCP server in the Browser category: 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!. It has been installed 0 times through Conduid.
Install
git clone https://github.com/DeeJayTC/AdaptiveAPIThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about AdaptiveAPI
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
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.
README mirrored from the source repository 4 months ago. The original is authoritative.