Servicio MCP
Este es un servicio de Protocolo de Control de Modelos (MCP) que proporciona herramientas para aplicaciones Cursor y Claude.
Conectarse al servicio
Para usuarios del cursor
- Cursor abierto
- Vaya a Configuración > IA > Avanzado
- En "Punto final MCP", ingrese:
https://your-render-url.onrender.com
- Guardar la configuración y reiniciar Cursor
Para usuarios de la aplicación Claude
- Abrir la aplicación Claude
- Vaya a Configuración > Avanzado
- En "Conexión MCP", ingrese:
https://your-render-url.onrender.com
- Guardar configuración
Herramientas disponibles
- Rastreador web : rastrea páginas web y devuelve el contenido en formato Markdown
Despliegue
Este servicio se implementa en Render.com como un contenedor Docker. Se puede acceder al servicio en:
Reemplace your-render-url.onrender.com
con la URL real proporcionada por Render después de la implementación.
Variables de entorno
MCP_HOST
: Host para vincular el servidor (predeterminado: 0.0.0.0)MCP_PORT
: Puerto para vincular el servidor (predeterminado: 8000)
Escucha
Hay un punto final de salud disponible en /health
para monitorear el estado del servicio.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Rastrea el sitio web
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables 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.Last updated -67TypeScriptMIT License
- AsecurityAlicenseAqualityThis server facilitates interaction with cosense/Scrapbox projects, enabling users to retrieve, list, search, and create pages while supporting various query operations and secure access to private projects.Last updated -422TypeScriptMIT License
- AsecurityAlicenseAqualityA server that provides web scraping and intelligent content searching capabilities using the Firecrawl API, enabling AI agents to extract structured data from websites and perform content searches.Last updated -52TypeScriptMIT License
- -securityFlicense-qualityBridge the gap between your web crawl and AI language models. With mcp-server-webcrawl, your AI client filters and analyzes web content under your direction or autonomously, extracting insights from your web content. Supports WARC, wget, InterroBot, Katana, and SiteOne crawlers.Last updated -6Python