MCP.so
登录

Http Request MCP

@vitolrosario

关于 Http Request MCP

Simple tool designed for making HTTP requests via IA.

基本信息

分类

其他

传输方式

stdio

发布者

vitolrosario

提交者

Victor Rosario

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "http-request": {
      "command": "npx",
      "args": [
        "-y",
        "@vrosario/http-request-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Http Request MCP?

Http Request MCP is a simple tool for making HTTP requests using the Model Context Protocol (MCP) server. It supports common HTTP methods and is intended for developers who need to integrate HTTP calls into an MCP environment.

How to use Http Request MCP?

Install dependencies with pnpm install, then start the server with pnpm start. Alternatively, use the provided NPX configuration or the VS Code CLI to add the server directly.

Key features of Http Request MCP?

  • Supports HTTP methods: GET, POST, PUT, DELETE
  • Configurable URL, method, headers, and body
  • Simple setup via NPX or VS Code CLI
  • Lightweight MCP server for HTTP requests

Use cases of Http Request MCP?

FAQ from Http Request MCP?

评论

其他 分类下的更多 MCP 服务器