MCP Node Fetch
MCP ノードフェッチ
Node.js undiciライブラリを使用して Web コンテンツを取得できる MCP サーバー。
特徴
さまざまな HTTP メソッドを使用して任意の URL からコンテンツを取得します
ヘッダーとリクエストボディのサポート
さまざまな形式(テキスト、JSON、バイナリ、HTML フラグメント)でコンテンツを返します
エラーを適切に処理する
タイムアウトとリダイレクト動作を構成する
Related MCP server: MCP Server Fetch Python
MCPツール
このサーバーは、次の MCP ツールを提供します。
fetch-url
URL からコンテンツを取得して返します。
パラメータ:
url(文字列、必須): 取得するURLmethod(文字列、オプション):HTTPメソッド(デフォルト:"GET")headers(オブジェクト、オプション): 含めるHTTPヘッダーbody(文字列、オプション): POST/PUTリクエストのリクエストボディtimeout(数値、オプション): リクエストのタイムアウト(ミリ秒)responseType(文字列、オプション): レスポンスの解析方法 ("text"、"json"、"binary"、"html-fragment")fragmentSelector(文字列、オプション):特定のHTMLフラグメントを抽出するためのCSSセレクタ(responseTypeが「html-fragment」の場合)followRedirects(ブール値、オプション):リダイレクトに従うかどうか(デフォルト:true)
extract-html-fragment
CSS セレクターを使用して Web ページから特定の HTML コンテンツを抽出し、オプションでアンカー ポイントに移動します。
パラメータ:
url(文字列、必須): 取得するURLselector(文字列、必須): 抽出する HTML フラグメントの CSS セレクターanchorId(文字列、オプション): 特定のフラグメントを見つけるためのオプションのアンカーIDmethod(文字列、オプション):HTTPメソッド(デフォルト:"GET")headers(オブジェクト、オプション): 含めるHTTPヘッダーbody(文字列、オプション): POSTリクエストのリクエストボディtimeout(数値、オプション): リクエストのタイムアウト(ミリ秒)followRedirects(ブール値、オプション):リダイレクトに従うかどうか(デフォルト:true)
check-status
完全なコンテンツをダウンロードせずに URL にアクセスできるかどうかを確認します。
パラメータ:
url(文字列、必須): 確認するURLtimeout(数値、オプション): リクエストのタイムアウト(ミリ秒)
デスクトップ構成のクロード
Claude for Desktop で使用するには、 claude_desktop_config.jsonに以下を追加します。
{
"mcpServers": {
"node-fetch": {
"command": "node",
"args": ["dist/index.js"]
}
}
}ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceA powerful MCP server for fetching and transforming web content into various formats (HTML, JSON, Markdown, Plain Text) with ease.47,91441MIT
- AlicenseAqualityCmaintenanceAn MCP server for fetching and transforming web content into various formats.48MIT
- AlicenseAqualityCmaintenanceAn MCP server that enables AI assistants to fetch web content in multiple formats (HTML, JSON, text, Markdown) with intelligent content extraction, chunk management, and browser automation support.55215MIT
- Alicense-qualityDmaintenanceMCP server for fetching web pages without robots.txt restrictions, supporting all standard HTTP methods, custom headers, body, redirect control, and timeout settings.7MIT
Related MCP Connectors
Free remote MCP server for fetching public web pages through a rotating proxy pool.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mcollina/mcp-node-fetch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server