rae-mpc
# خادم RAE Model Context Protocol (MCP) يحتوي هذا المستودع على تنفيذ لخادم Model Context Protocol (MCP) الخاص بواجهة برمجة تطبيقات الأكاديمية الملكية الإسبانية (RAE). وهو يسمح لنماذج اللغة بالتفاعل مع قاموس RAE والموارد اللغوية الخاصة بها. ## المتطلبات - Go 1.21+ ## التثبيت ```bash git clone https://github.com/rae-api-com/rae-mpc.git cd rae-mpc go build ``` ## الاستخدام ### وسائط سطر الأوامر قم بتشغيل الخادم باستخدام نقل stdio (للتكامل مع نماذج LLMs): ```bash ./rae-mpc --transport stdio ``` أو قم بتشغيله كخادم SSE: ```bash ./rae-mpc --transport sse --port 8080 ``` ### الأدوات المتاحة يكشف خادم MCP عن الأدوات التالية لنماذج LLMs: 1. `search` - البحث في واجهة برمجة تطبيقات RAE للحصول على معلومات - المعلمات: - `query` (مطلوب): استعلام البحث - `lang` (اختياري): رمز اللغة (الافتراضي: "es") 2. `get_word_info` - الحصول على معلومات مفصلة حول كلمة ما - المعلمات: - `word` (مطلوب): الكلمة المراد البحث عنها - `lang` (اختياري): رمز اللغة (الافتراضي: "es") ## التكامل مع نماذج LLMs يمكن دمج خادم MCP هذا مع نماذج اللغة التي تدعم 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™