# Linguapop — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_linguapop?ms=1787293560000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `linguapop_fetch_available_languages`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/linguapop`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/linguapop/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/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"

## More
- Page: https://mcp.ai/linguapop
- Agent spec (llms.txt): https://mcp.ai/linguapop/llms.txt
- Postman collection: https://mcp.ai/linguapop/postman.json
