mikdanjey/restful-api-mcp-server
3.2
If you are the rightful owner of restful-api-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP RESTful API Server is a bridge between Large Language Models and REST APIs, facilitating seamless interaction with external services.
Tools
Functions exposed to the LLM to take actions
api_get
Perform GET requests to retrieve data.
api_post
Create new resources via POST requests.
api_put
Update resources via PUT requests (full replacement).
api_patch
Partially update resources via PATCH requests.
api_delete
Delete resources via DELETE requests.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client