rae-mpc
# 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 ```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. ---
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.
Recommend MCP Servers 💡
steadybit
MCP Server for Steadybit, enabling LLM tools like Claude to interact with the Steadybit platform.
miraclebakelaser/porkbun-mcp-server
An MCP server that provides tools to interact with the Porkbun API for managing domains, DNS, SSL, and more.
ares-devops-mcp
A MCP server enabling seamless interaction with Azure DevOps Git repositories, supporting repository management, pull request creation, pipeline automation, and type-safe operations with TypeScript.
redis/mcp-redis-cloud
This MCP Server for Redis Cloud's API allows you to manage your Redis Cloud resources using natural language.
mcp-k8s
A Kubernetes MCP (Model Control Protocol) server that enables interaction with Kubernetes clusters through MCP tools.
convex
Convex's MCP server allows AI agents to introspect and interact with Convex deployments, including querying tables, calling functions, reading/writing data, and managing environment variables, with support for sandboxed one-off queries.