Fetch MCP Server
Obtener servidor MCP
Este servidor MCP proporciona funcionalidad para obtener contenido web en varios formatos, incluidos HTML, JSON, texto simple y Markdown.
Herramientas
obtener_html
Obtener el contenido del sitio web y devolverlo como HTML
Parámetros de entrada:
url(cadena, obligatoria): URL del sitio web que se buscaráheaders(objeto, opcional): encabezados personalizados para incluir en la solicitud
Devuelve el contenido HTML sin procesar de la página web.
obtener_json
Obtener archivo JSON desde la URL
Parámetros de entrada:
url(cadena, obligatoria): URL del JSON a obtenerheaders(objeto, opcional): encabezados personalizados para incluir en la solicitud
Devuelve el contenido JSON analizado
obtener_txt
Obtener el contenido del sitio web y devolverlo como texto sin formato (sin HTML)
Parámetros de entrada:
url(cadena, obligatoria): URL del sitio web que se buscaráheaders(objeto, opcional): encabezados personalizados para incluir en la solicitud
Devuelve el contenido de texto de la página web con etiquetas HTML, scripts y estilos eliminados
obtener_markdown
Obtener el contenido del sitio web y devolverlo como Markdown
Parámetros de entrada:
url(cadena, obligatoria): URL del sitio web que se buscaráheaders(objeto, opcional): encabezados personalizados para incluir en la solicitud
Devuelve el contenido de la página web convertido al formato Markdown
2 maneras de empezar
bollo
bun i
bun startestibador
docker compose up --build -dUso
{
"mcpServers": {
"fetch-mcp": {
"transport": "sse",
"url": "http://localhost:3000/sse",
"headers": {
"Authorization": "Bearer your-token-here",
"X-Custom-Header": "custom-value"
},
"useNodeEventSource": true
}
}
}Recursos
Este servidor no proporciona recursos persistentes. Está diseñado para obtener y transformar contenido web bajo demanda.
Referencias
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