http-request-mcp
Overview
http-request-mcp is a simple tool designed for making HTTP requests. It uses the MCP (Model Context Protocol) server to handle requests and supports various HTTP methods.
Installation
To install the necessary dependencies, use the following command:
pnpm install
Usage
To start the server, run:
pnpm start
Example config
NPX
{
"mcpServers": {
"http-request": {
"command": "npx",
"args": [
"-y",
"@vrosario/http-request-mcp",
]
}
}
}
Alternatively, you can install the HTTP Request MCP server using the VS Code CLI:
# For VS Code
code --add-mcp '{"name":"http-request","command":"npx","args":["-y", "@vrosario/http-request-mcp"]}'
Parameters
- URL: The URL to make the request to.
- Method: The HTTP method to use (GET, POST, PUT, DELETE).
- Headers: Optional headers to include in the request.
- Body: Optional body of the request.
License
This project is licensed under the ISC License.
Recommend MCP Servers 💡
@felores/placid-mcp-server
Generate image and video creatives using Placid.app templates in MCP compatible hosts
mobsf-mcp-server
MCP server using mobsf api's to scan and analyze apk and ipa files.
matlab-mcp-server
A Model Context Protocol (MCP) server that provides tools for developing and running MATLAB files.
@gongrzhe/quickchart-mcp-server
A Model Context Protocol server for generating charts using QuickChart.io
mobbdev
Bugsy can also be used as an MCP server, allowing AI assistants like Claude to automatically scan and fix vulnerabilities in your code repositories.
java-mcp
A Model Context Protocol (MCP) server implemented in Java, configurable for use with clients like Claude Desktop.