Overview
Features
stdio transport
Run the MCP server with stdio transport for seamless in-process integration with LLMs.
SSE transport
Operate as an SSE server exposing MCP endpoints over HTTP on a configurable port (e.g., 8080).
MCP tool: search
Expose the search tool to query the RAE API with a required query and optional language (default es).
MCP tool: get_word_info
Expose the get_word_info tool to fetch detailed information for a word, with optional language (default es).
Go-based implementation
Implemented in Go 1.21+ with a straightforward build process: clone, then go build.
Who Is This For?
- LLM developers:Integrate MCP-enabled LLMs to access RAE's dictionary and linguistic resources.
- Spanish tooling:Build Spanish language tools that rely on RAE data via MCP.
- AI researchers:Experiment with MCP-powered access to RAE data in NLP tasks.



