{"provisioned":true,"server":"Web Fetch","description":"Fetch web pages and extract readable content","endpoints":{"list_tools":"http://www.tryautropic.com/mcp/fetch/tools/list","call_tool":"http://www.tryautropic.com/mcp/fetch/tools/call"},"tools":[{"name":"fetch_url","description":"Fetch a URL and return the content","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"URL to fetch"},"format":{"type":"string","description":"Return format: text, html, or json (for APIs). Default: text"},"max_length":{"type":"number","description":"Max characters to return. Default: 50000"}},"required":["url"]}},{"name":"extract_links","description":"Extract all links from a web page","inputSchema":{"type":"object","properties":{"url":{"type":"string","description":"URL to extract links from"}},"required":["url"]}}],"usage":{"example":"curl -X POST http://www.tryautropic.com/mcp/fetch/tools/call -H \"Content-Type: application/json\" -d '{\"name\": \"fetch_url\", \"arguments\": {}}'"}}