RAE Model Context Protocol (MCP) Server

RAE Model Context Protocol (MCP) Server

An MCP server enabling LLMs to access RAE’s dictionary and linguistic resources.

3
Stars
3
Forks
3
Watchers
0
Issues
Provides a Model Context Protocol (MCP) server implementation for the Royal Spanish Academy API, facilitating integration with language models. Offers tools such as search and word information retrieval, exposing RAE’s dictionary and linguistic data to LLMs. Supports multiple transports including stdio and SSE, making it suitable for both direct and server-based LLM interactions.

Key Features

MCP server implementation
Integration with RAE API
Search tool for language queries
Detailed word information retrieval
Support for stdio and SSE transports
Language code parameterization
Command-line operation
LLM interoperability
Extensible toolset for LLMs
Open source Go implementation

Use Cases

Enhancing LLMs with up-to-date Spanish language data
Integrating Spanish language understanding into chatbot systems
Providing dictionary and word lookup tools to AI applications
Supplying contextual word information to language processing models
Enabling language tutors powered by LLMs
Building language learning applications with authoritative data
Supporting translation and linguistic research tools
Facilitating Spanish NLP pipelines for downstream apps
Improving text generation quality for Spanish language outputs
Powering semantic analysis tools with RAE resources

README

RAE Model Context Protocol (MCP) Server

Trust Score

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.

Requirements

  • Go 1.21+

Installation

bash
git clone https://github.com/rae-api-com/rae-mpc.git
cd rae-mpc
go build

Usage

Command Line Arguments

Run the server with stdio transport (for integration with LLMs):

bash
./rae-mpc --transport stdio

Or run it as an SSE server:

bash
./rae-mpc --transport sse --port 8080

Available Tools

The MCP server exposes the following tools to LLMs:

  1. search - Search RAE API for information

    • Parameters:
      • query (required): The search query
      • lang (optional): Language code (default: "es")
  2. get_word_info - Get detailed information about a word

    • Parameters:
      • word (required): The word to look up
      • lang (optional): Language code (default: "es")

Integration with LLMs

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.

Star History

Star History Chart

Repository Owner

rae-api-com
rae-api-com

Organization

Repository Details

Language Go
Default Branch main
Size 20 KB
Contributors 2
MCP Verified Nov 12, 2025

Programming Languages

Go
96.79%
Makefile
3.21%

Tags

Topics

api golang mcp-server rae rae-api

Join Our Newsletter

Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.

We respect your privacy. Unsubscribe at any time.

Related MCPs

Discover similar Model Context Protocol servers

  • Oura MCP Server

    Oura MCP Server

    Enables language models to access Oura sleep, readiness, and resilience data via MCP.

    Oura MCP Server implements the Model Context Protocol to provide language models with access to Oura API data. It allows querying of sleep, readiness, and resilience metrics for specified date ranges or for the current day. The server supports integration with tools like Claude for Desktop and handles API authentication and error scenarios gracefully. Designed for seamless access to personal health metrics through standardized protocol endpoints.

    • 34
    • MCP
    • tomekkorbak/oura-mcp-server
  • Model Context Protocol Server for Home Assistant

    Model Context Protocol Server for Home Assistant

    Seamlessly connect Home Assistant to LLMs for natural language smart home control via MCP.

    Enables integration between a local Home Assistant instance and language models using the Model Context Protocol (MCP). Facilitates natural language monitoring and control of smart home devices, with robust API support for state management, automation, real-time updates, and system administration. Features secure, token-based access, and supports mobile and HTTP clients. Designed to bridge Home Assistant environments with modern AI-driven automation.

    • 468
    • MCP
    • tevonsb/homeassistant-mcp
  • Wanaku MCP Router

    Wanaku MCP Router

    A router connecting AI-enabled applications through the Model Context Protocol.

    Wanaku MCP Router serves as a middleware router facilitating standardized context exchange between AI-enabled applications and large language models via the Model Context Protocol (MCP). It streamlines context provisioning, allowing seamless integration and communication in multi-model AI environments. The tool aims to unify and optimize the way applications provide relevant context to LLMs, leveraging open protocol standards.

    • 87
    • MCP
    • wanaku-ai/wanaku
  • Ancestry MCP Server

    Ancestry MCP Server

    MCP server for managing and interacting with GEDCOM genealogy files

    Ancestry MCP Server is a Python-based server that implements the Model Context Protocol (MCP) to enable operations on GEDCOM (.ged) genealogy files. It allows for reading, parsing, listing, renaming, and searching within GEDCOM files, primarily used for family history research. The server supports integration with tools like Claude Desktop and provides a standardized interface for programmatic access to ancestry data. Operations are restricted to user-specified directories for data safety.

    • 27
    • MCP
    • reeeeemo/ancestry-mcp
  • MCP Language Server

    MCP Language Server

    Bridge codebase navigation tools to AI models using MCP-enabled language servers.

    MCP Language Server implements the Model Context Protocol, allowing MCP-enabled clients, such as LLMs, to interact with language servers for codebase navigation. It exposes standard language server features—like go to definition, references, rename, and diagnostics—over MCP for seamless integration with AI tooling. The server supports multiple languages by serving as a proxy to underlying language servers, including gopls, rust-analyzer, and pyright.

    • 1,256
    • MCP
    • isaacphi/mcp-language-server
  • Lara Translate MCP Server

    Lara Translate MCP Server

    Context-aware translation server implementing the Model Context Protocol.

    Lara Translate MCP Server enables AI applications to seamlessly access professional translation services via the standardized Model Context Protocol. It supports features such as language detection, context-aware translations, and translation memory integration. The server acts as a secure bridge between AI models and Lara Translate, managing credentials and facilitating structured translation requests and responses.

    • 76
    • MCP
    • translated/lara-mcp
  • Didn't find tool you were looking for?

    Be as detailed as possible for better results