The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Rae MCP listing page.
This repository contains an implementation of a Model Context Protocol (MCP) server for the Royal Spanish Academy (RAE) API. It allows language models to interact with RAE's dictionary and linguistic resources.
Run the server with stdio transport (for integration with LLMs):
Or run it as an SSE server:
The MCP server exposes the following tools to LLMs:
search - Search RAE API for information
query (required): The search querylang (optional): Language code (default: "es")get_word_info - Get detailed information about a word
word (required): The word to look uplang (optional): Language code (default: "es")This MCP server can be integrated with language models that support the Model Context Protocol, allowing them to access RAE's linguistic resources for improved Spanish language capabilities.