# Linguapop — MCP server on mcp.ai > Connect your Linguapop account and use 1 tools for education straight from your AI agent. Connect with your own API key. Linguapop is a web-based platform designed for schools and organizations to administer language placement tests in English, German, Spanish, Italian, and French. By: mcp.ai · official Page: https://mcp.ai/linguapop ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_linguapop?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/linguapop/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/linguapop/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/linguapop/skill.md Postman collection (v2.1): https://mcp.ai/linguapop/postman.json ## Tools - linguapop_fetch_available_languages() — Tool to retrieve the list of available languages. Use when you need to verify supported languages before starting a placement test. ## Example prompts - "What can I do in Linguapop?" - "Show me a summary of my Linguapop account" ## Links Docs: https://mcp.ai/docs/mcps/linguapop Website: https://mcp.ai/mcps/linguapop