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?

コメント

「その他」の他のコンテンツ