| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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.
git clone https://github.com/rae-api-com/rae-mpc.git
cd rae-mpc
go buildRun the server with stdio transport (for integration with LLMs):
./rae-mpc --transport stdioOr run it as an SSE server:
./rae-mpc --transport sse --port 8080The MCP server exposes the following tools to LLMs:
search - Search RAE API for information
get_word_info - Get detailed information about a word
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.
| Back | FazBrowse Home | New Git URL |