mcp-server-isitdown
www.isitdownrightnow.com을 쿼리하여 웹사이트가 현재 다운되었는지 확인하는 MCP 서버입니다.
개요
이 MCP 서버는 웹사이트에 다운타임이 발생하는지 확인하는 간단한 도구를 제공하며, 최근 다운타임 이벤트에 대한 정보를 제공할 수 있습니다.
도구
다음 도구가 구현되었습니다.
get_website_status
: 웹사이트가 현재 다운되었는지 확인합니다.Input
:root_domain
(문자열): 확인할 웹사이트의 루트 도메인(예: "example.com")Output
: 웹사이트가 작동 중인지 중단되었는지를 나타내는 문자열 메시지와 마지막으로 기록된 중단 시간 정보
설치
Smithery를 통해 설치
Smithery 를 통해 Claude Desktop용 IsItDown Server를 자동으로 설치하려면:
지엑스피1
참고 : 이 패키지는 현재 공개 레지스트리에 게시되어 있지 않습니다. 소스에서만 설치가 가능합니다.
출처에서
Claude Desktop 구성
claude_desktop_config.json
파일에 다음 구성을 추가하세요.
용법
독립형 MCP 서버로 실행
Claude for Dekstop의 사용 예:
- "지금 위키피디아가 다운되었나요?"
- "레딧이 마지막으로 다운된 건 언제였죠?"
도서관으로 활용
개발
짓다
특허
MIT
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
사용자가 isitdownrightnow.com에 쿼리를 보내 웹사이트의 가동 중단 여부를 확인할 수 있도록 하는 MCP 서버로, 상태 정보와 최근 가동 중단 이벤트에 대한 세부 정보를 제공합니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides integration with the Have I Been Pwned API to check if your accounts or passwords have been compromised in data breaches.Last updated -41JavaScriptMIT License
- -securityAlicense-qualityAbout An MCP server that provides real-time access to the latest news from Cointelegraph.Last updated -2PythonMIT License
- -securityFlicense-qualityAn MCP server that provides real-time weather alerts, forecasts, stock market data, and news information through various API integrations.Last updated -Python
- -securityFlicense-qualityAn MCP server that allows users to interact with their browser through natural language commands, enabling actions like getting page content as markdown, modifying page styles, and searching browser history.Last updated -1TypeScript