Content
1{
2 "mcpServers": {
3 "fetch": {
4 "command": "npx",
5 "args": ["-y", "@modelcontextprotocol/server-fetch"]
6 }
7 }
8}
9
10// ── Available tools ──────────────────────────────────────────────────────────
11// fetch Fetches a URL and returns the content as markdown.
12// Supports html→markdown conversion, raw mode, and
13// custom max_length to limit large pages.
14//
15// ── Example usage ────────────────────────────────────────────────────────────
16// "Fetch https://docs.example.com/api and summarize the authentication section"
17// "Get the latest release notes from https://github.com/org/repo/releases"
18//
19// ── Tips ─────────────────────────────────────────────────────────────────────
20// - Works great with documentation sites, GitHub READMEs, and blog posts
21// - Combine with Brave Search: search first, then fetch the top result
22// - Set max_length for large pages to avoid token bloat
23