rae-mpc
# RAE Model Context Protocol (MCP) Server 此儲存庫包含一個用於西班牙皇家學院 (RAE) API 的 Model Context Protocol (MCP) server 實作。它允許語言模型與 RAE 的字典及語言資源進行互動。 ## 需求 - Go 1.21+ ## 安裝 ```bash git clone https://github.com/rae-api-com/rae-mpc.git cd rae-mpc go build ``` ## 使用方式 ### 命令列參數 使用 stdio 傳輸執行 server(用於與 LLM 整合): ```bash ./rae-mpc --transport stdio ``` 或以 SSE server 執行: ```bash ./rae-mpc --transport sse --port 8080 ``` ### 可用工具 此 MCP server 向 LLM 公開了以下工具: 1. `search` - 搜尋 RAE API 以獲取資訊 - 參數: - `query` (必填):搜尋查詢字串 - `lang` (選填):語言代碼(預設:"es") 2. `get_word_info` - 獲取單字的詳細資訊 - 參數: - `word` (必填):要查詢的單字 - `lang` (選填):語言代碼(預設:"es") ## 與 LLM 整合 此 MCP server 可以與支援 Model Context Protocol 的語言模型整合,使其能夠存取 RAE 的語言資源,從而提升西班牙語能力。 ---
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 💡
impact-mcp-server
A remote MCP server designed to run on Cloudflare Workers, providing tools with OAuth login capabilities.
py-az-mcp
An MCP server providing programmatic access to Azure Cloud resources via Azure CLI commands
@kapilduraphe/webflow-mcp-server
Enables Claude to interact with Webflow's APIs
strava-mcp
A Model Context Protocol (MCP) server with Strava OAuth integration, built on Cloudflare Workers. Enables secure authentication and tool access for MCP clients like Claude and Cursor through Strava login. Perfect for developers looking to integrate Strava authentication with AI tools.
@yepcode/mcp-server
MCP server that exposes YepCode processes as callable tools for AI platforms. Securely connect AI assistants to your YepCode workflows, APIs, and automations.
mcp-server-opendal
Model Context Protocol Server for Apache OpenDAL™