MPC Server to connect your preferred model with rae-api.com
- • Core MCP protocol features implemented (24/40)
- • Room for improvement in GitHub community
- • Optimal dependency management (20/20)
- • Moderate deployment maturity (5/10)
- • Documentation (8/8)
- • Archestra MCP Trust score badge is missing
{
"mcpServers": {
"rae-mpc-stdio": {
"command": "./rae-mpc",
"args": [
"--transport",
"stdio"
],
"env": {}
},
"rae-mpc-sse": {
"command": "./rae-mpc",
"args": [
"--transport",
"sse",
"--port",
"8080"
],
"env": {}
}
}
}
RAE Model Context Protocol (MCP) Server
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
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):
./rae-mpc --transport stdio
Or run it as an SSE server:
./rae-mpc --transport sse --port 8080
Available Tools
The MCP server exposes the following tools to LLMs:
-
search
- Search RAE API for information- Parameters:
query
(required): The search querylang
(optional): Language code (default: "es")
- Parameters:
-
get_word_info
- Get detailed information about a word- Parameters:
word
(required): The word to look uplang
(optional): Language code (default: "es")
- Parameters:
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.
[](https://archestra.ai/mcp-catalog/rae-api-com__rae-mcp)
RAE Model Context Protocol (MCP) Server
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
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):
./rae-mpc --transport stdio
Or run it as an SSE server:
./rae-mpc --transport sse --port 8080
Available Tools
The MCP server exposes the following tools to LLMs:
-
search
- Search RAE API for information- Parameters:
query
(required): The search querylang
(optional): Language code (default: "es")
- Parameters:
-
get_word_info
- Get detailed information about a word- Parameters:
word
(required): The word to look uplang
(optional): Language code (default: "es")
- Parameters:
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.