Integrations
MCP Service
This is a Model Control Protocol (MCP) service that provides tools for Cursor and Claude applications.
Connecting to the Service
For Cursor Users
- Open Cursor
- Go to Settings > AI > Advanced
- Under "MCP Endpoint", enter:
https://your-render-url.onrender.com
- Save settings and restart Cursor
For Claude App Users
- Open Claude App
- Go to Settings > Advanced
- Under "MCP Connection", enter:
https://your-render-url.onrender.com
- Save settings
Available Tools
- Web Crawler: Crawls web pages and returns content as markdown
Deployment
This service is deployed on Render.com as a Docker container. The service is accessible at:
Copy
Replace your-render-url.onrender.com
with the actual URL provided by Render after deployment.
Environment Variables
MCP_HOST
: Host to bind the server (default: 0.0.0.0)MCP_PORT
: Port to bind the server (default: 8000)
Monitoring
A health endpoint is available at /health
for monitoring the service status.
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.
It crawls website
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 -412TypeScriptMIT 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 -1Python