Secure fetch to prevent access to local resources
This project implements a secure URL fetching tool using FastMCP.
pip install uv
uv venv source .venv/bin/activate uv pip install fastmcp requests
export SECURE_FETCH_ALLOWLIST="example.com,trusted-domain.org"
uv run main.py
Once the script is running, you can use the fetch_url
function to securely fetch URLs. The function will return a dictionary containing the status code, response body, and content length.
This tool is designed for secure URL fetching. Always review and understand the code before using it in your environment.
An automated tool to search notes, retrieve content, and post comments on Xiaohongshu (RedBook) using Playwright.
An MCP server for advanced web crawling, content extraction, and AI-powered analysis using the crawl4ai library.
A browser automation service for capturing console output, useful for tasks like public sentiment analysis.
A MCP server to retrieve up-to-date jobs from company career sites.
A server for web crawling and content extraction using the Crawl4AI library.
Extracts and transforms webpage content into clean, LLM-optimized Markdown using the Readability algorithm.
Fetch YouTube subtitles
Scrape websites with Oxylabs Web API, supporting dynamic rendering and parsing for structured data extraction.
Fast, token-efficient web content extraction that converts websites to clean Markdown. Features Mozilla Readability, smart caching, polite crawling with robots.txt support, and concurrent fetching with minimal dependencies.
Execute XPath queries on XML content.