Fetch MCP Server
MCPサーバーを取得する
この MCP サーバーは、HTML、JSON、プレーン テキスト、Markdown など、さまざまな形式で Web コンテンツを取得する機能を提供します。
ツール
フェッチ_html
ウェブサイトのコンテンツを取得し、HTMLとして返す
入力パラメータ:
url(文字列、必須): 取得するウェブサイトのURLheaders(オブジェクト、オプション): リクエストに含めるカスタムヘッダー
ウェブページの生のHTMLコンテンツを返します
フェッチ_json
URLからJSONファイルを取得する
入力パラメータ:
url(文字列、必須): 取得するJSONのURLheaders(オブジェクト、オプション): リクエストに含めるカスタムヘッダー
解析されたJSONコンテンツを返します
フェッチ_txt
ウェブサイトのコンテンツを取得し、プレーンテキスト(HTML なし)として返します
入力パラメータ:
url(文字列、必須): 取得するウェブサイトのURLheaders(オブジェクト、オプション): リクエストに含めるカスタムヘッダー
HTMLタグ、スクリプト、スタイルを削除したウェブページのテキストコンテンツを返します
フェッチマークダウン
ウェブサイトのコンテンツを取得し、Markdown として返す
入力パラメータ:
url(文字列、必須): 取得するウェブサイトのURLheaders(オブジェクト、オプション): リクエストに含めるカスタムヘッダー
ウェブページのコンテンツをMarkdown形式に変換して返します
2つの開始方法
パン
bun i
bun startドッカー
docker compose up --build -d使用法
{
"mcpServers": {
"fetch-mcp": {
"transport": "sse",
"url": "http://localhost:3000/sse",
"headers": {
"Authorization": "Bearer your-token-here",
"X-Custom-Header": "custom-value"
},
"useNodeEventSource": true
}
}
}リソース
このサーバーは永続的なリソースを提供しません。オンデマンドでWebコンテンツを取得および変換するように設計されています。
参考文献
This server cannot be installed
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
- AlicenseAqualityDmaintenanceEnables web content scanning and analysis by fetching, analyzing, and extracting information from web pages using tools like page fetching, link extraction, site crawling, and more.613MIT
- AlicenseAqualityCmaintenanceProvides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.42,394812MIT
- AlicenseAqualityDmaintenanceProvides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.4104,4162MIT
Related MCP Connectors
Turns any URL into SEO metadata, contacts, tech stack, and AI-ready Markdown, in one call.
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Fetch any URL and get clean Markdown. Web scraping for AI agents.
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/phpmac/fetch_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server