📦
Fastmcp Browse Server
No description available
0 installs
Trust: 30 — Low
Devtools
Ask AI about Fastmcp Browse Server
Powered by Claude · Grounded in docs
I know everything about Fastmcp Browse Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
FastMCP Python Server: Internet Browsing
Features
- Fetch HTML from any URL
- Optional keyword search in page text
Setup
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Run
python server.py
Server runs on port 8000.
Example Usage
POST to http://localhost:8000/command/browse with JSON:
{
"url": "https://www.example.com",
"keyword": "example"
}
"keyword"is optional.
Response
- If no keyword: returns page HTML.
- If keyword: returns HTML, keyword count, and matching sentences.
