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. ---
Recommend MCP Servers 💡
putio-mcp-server
An MCP server that enables interaction with put.io, allowing users to list, add, cancel, and retrieve browser links for file transfers.
aws-cost-explorer-mcp-server
An MCP server that integrates with AWS Cost Explorer and CloudWatch Logs to provide natural language access to AWS spend and Bedrock model invocation data, enabling users to analyze and visualize their cloud costs through an interactive interface like Claude Desktop.
@hardik-id/azure-resource-graph-mcp-server
Model Context Protocol (MCP) server that provides access to Azure Resource Graph queries. It allows you to retrieve information about Azure resources across your subscriptions using Resource Graph queries.
atalhens/ntnx-mcp
An MCP server integrating Nutanix Virtual Machine Management APIs with a CLI chatbot.
bear-mcp-server
MCP Server integration for Bear note app
Vantage
An open-source tool that acts as a bridge to Vantage's existing APIs, allowing users to query cloud cost data using natural language through AI assistants and MCP clients.