{"openapi":"3.1.0","info":{"title":"Fetch MCP Server","description":"Fetch MCP 서버로 AI 도구에서 URL의 웹 콘텐츠를 가져와 마크다운으로 변환하여 읽을 수 있습니다. 문서 참조, API 응답 확인, 웹페이지 내용 분석 등에 활용되며, robots.txt를 존중하는 안전한 웹 접근을 제공합니다.","version":"1.0.0","x-fusepie-id":"mcp-fetch","x-fusepie-category":"data","x-fusepie-provider":"Anthropic"},"servers":[{"url":"npx -y @modelcontextprotocol/server-fetch","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_mcp_fetch","summary":"Fetch MCP Server","description":"Fetch MCP 서버로 AI 도구에서 URL의 웹 콘텐츠를 가져와 마크다운으로 변환하여 읽을 수 있습니다. 문서 참조, API 응답 확인, 웹페이지 내용 분석 등에 활용되며, robots.txt를 존중하는 안전한 웹 접근을 제공합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}}}}},"x-mcp-config":{"mcpServers":{"mcp-fetch":{"command":"npx","args":["-y","@fusepie/mcp-mcp-fetch"],"env":{}}}}}