REST API and MCP for developers
REST API and MCP access for developers who want Memory Translator vocabulary inside their own apps and agents.
Memory Translator exposes a production REST API for translate, translation history, and vocabulary flashcards. Developers integrate against the same account model used on the website and Android app, so saved cards stay consistent across clients.
For agent workflows, the MCP vocabulary server adds JSON-RPC tools that create, list, and delete flashcards without building a custom UI. Use the REST overview below for classic HTTP clients, then open the MCP docs when you need tool calling from an assistant.
If you are evaluating API access for a product or internal tool, contact us with your use case. Public pages stay high-level on purpose; authentication details for staff testing are not part of the marketing surface.
Core REST
GET /api/translate/— translateGET /api/translation-history/— historyGET|POST /api/vocabulary/— list / create flashcardsDELETE /api/vocabulary/<id>/— soft-delete card
MCP
JSON-RPC tools for vocabulary live at
/mcp/
(RPC: /mcp/rpc/).