rest-to-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@rest-to-mcpDiscover endpoints on https://api.example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
rest-to-mcp
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.
Related MCP server: Conduit
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 installStart the MCP server:
deno run devThis 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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
Connect MCP clients to 2,000+ AI models without managing provider API keys.
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA bridge allowing AI/LLMs to seamlessly interact with external APIs for weather, finance, and news services through a standardized MCP-compliant interface.-
- AlicenseNot gradedqualityDmaintenanceA bridge that exposes any GraphQL API as tools consumable by Large Language Models via the Model Context Protocol (MCP), automatically discovering and translating API capabilities with zero maintenance required.1412GPL 3.0
- AlicenseNot gradedqualityCmaintenanceTransforms any API into an intelligent MCP agent in seconds, enabling natural language interaction with APIs through the Model Context Protocol.15Apache 2.0
- AlicenseNot gradedqualityCmaintenanceBridges LLM clients with existing RESTful microservices by converting MCP tool calls into REST requests, enabling any REST API to be used as an MCP tool without modifying the microservices.863,6781MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/viktormarinho/rest-to-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server