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/mcp

Available tools

Safe by design

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

Agent discovery

Start with llms.txt, use the expanded AI guide, or retrieve the bounded discovery JSON. This page is also available as Markdown.