Simple MCP Tool Server
JSON →A simple MCP server that provides a tool for fetching website content using SSE transport.
Install
pip install -r Tools · 3
- fetch Remote HTTP fetcher – give an absolute URL; returns page text.
- search_docs Semantic search across SDK documentation; returns top-k excerpts.
- get_content Get the full local file for any match returned by search_docs.