Rest To
БесплатноНе проверенA bridge that enables any LLM to access and interact with documented REST APIs through the Model Context Protocol (MCP).
Описание
A bridge that enables any LLM to access and interact with documented REST APIs through the Model Context Protocol (MCP).
README
A bridge that enables any LLM to access and interact with documented REST APIs through the Model Context Protocol (MCP).
Overview
rest-to-mcp provides a seamless adapter layer that allows language models to:
- Discover available endpoints from REST APIs that publish OpenAPI/Swagger documentation
- Make direct HTTP requests to these endpoints
This enables LLMs to interact with external REST services without requiring custom integration code for each API.
How It Works
This project implements an MCP server with two primary tools:
1. discover-endpoints
Automatically locates API documentation by probing common paths where OpenAPI/Swagger specs are typically published:
/openapi.json/swagger.json/swagger/v1/swagger.json/api-docs/api-docs.json
2. make-request
Allows direct HTTP interactions with any REST endpoint:
- Supports GET, POST, PUT, DELETE methods
- Handles JSON request and response bodies
- Returns formatted JSON responses to the LLM
Developing
deno install
Start the MCP server:
deno run dev
This launches the server using the MCP Inspector for testing and debugging.
Integration
LLMs can connect to this server through the Model Context Protocol, enabling them to:
- First discover what endpoints are available on a REST API
- Make appropriate requests to those endpoints
- Process the JSON responses
License
Project licensed under the MIT License.
More information on the LICENSE file.
Установка Rest To
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/viktormarinho/rest-to-mcpFAQ
Rest To MCP бесплатный?
Да, Rest To MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Rest To?
Нет, Rest To работает без API-ключей и переменных окружения.
Rest To — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Rest To в Claude Desktop, Claude Code или Cursor?
Открой Rest To на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Rest To with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
