chendatony31/mcp-request
If you are the rightful owner of mcp-request 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.
A Model Context Protocol (MCP) server for making HTTP requests to different services.
Tools
Functions exposed to the LLM to take actions
registerApi
Register a new custom API. Complete API configuration information is required, including id, name, description, params, and api configuration.
deleteApi
Delete a registered API.
beforeRequest
Before querying any data, this tool first retrieves a list of available APIs that can be directly invoked. It returns a list of interface definitions. Based on the user's request match the appropriate API, prompts the user to complete the required input parameters, and then uses the request tool to make the call. The first argument to request tool is the id field of the selected API from the list, and complete other parameters that defined in the params field of the API using a JSON string type as the second argument.
request
This is a general tool for sending requests. It takes 2 parameters: the first is the id of the API to call, and the second is the parameters required for the API request
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client