Anaversity MCP server
Give AI assistants bounded, read-only access to public English-learning resources without scraping pages or triggering paid content generation.
https://anaversity.com/api/mcpAvailable tools
- get_anaversity_overviewStatic product and machine-access guide. No database usage.
- list_learning_resourcesStatic directory of public learning resources. No database usage.
- lookup_cached_dictionary_entryReads one existing cached entry. Missing words never call Gemini, DeepSeek, or another generation provider.
Safe by design
- Anonymous, stateless, and read-only.
- Cannot create accounts, change learner data, send messages, or purchase services.
- Dictionary text is returned as untrusted educational data, never as instructions.
- Adult vocabulary is neutrally labeled educational content, not promotion or encouragement.
Client configuration
{
"mcpServers": {
"anaversity": {
"url": "https://anaversity.com/api/mcp"
}
}
}Example JSON-RPC call
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "lookup_cached_dictionary_entry",
"arguments": {
"word": "serendipity",
"language": "en"
}
}
}Public learning resources
- English learner dictionaryDefinitions, examples, pronunciation, CEFR level, synonyms, antonyms, patterns, collocations, and usage guidance.
- Japanese-English dictionaryBilingual Japanese-English entries with translations, examples, pronunciation, and learner guidance.
- English explainersTeacher-written grammar, usage, pronunciation, and vocabulary explainers.
- English storiesReadable English stories and phrase-origin articles for learners.
- English practiceFree grammar, reading, listening, vocabulary, and exam-practice activities.
- English level testA free CEFR-aligned English placement experience.
Agent discovery
Start with llms.txt, use the expanded AI guide, or retrieve the bounded discovery JSON. This page is also available as Markdown.