{"id":28767558,"url":"https://github.com/hesreallyhim/mcp-server-isitdown","last_synced_at":"2026-01-23T10:56:21.100Z","repository":{"id":279570636,"uuid":"939245114","full_name":"hesreallyhim/mcp-server-isitdown","owner":"hesreallyhim","description":"An MCP server that checks if a website is currently down by querying the website https://www.isitdownrightnow.com","archived":false,"fork":false,"pushed_at":"2025-05-18T12:39:11.000Z","size":88,"stargazers_count":1,"open_issues_count":1,"forks_count":7,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-11T17:46:25.967Z","etag":null,"topics":["isitdown","mcp","mcp-server"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hesreallyhim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-26T08:28:11.000Z","updated_at":"2026-01-09T23:58:10.000Z","dependencies_parsed_at":"2025-05-06T23:20:08.347Z","dependency_job_id":null,"html_url":"https://github.com/hesreallyhim/mcp-server-isitdown","commit_stats":null,"previous_names":["hesreallyhim/mcp-isitdown-service","hesreallyhim/mcp-server-isitdown"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hesreallyhim/mcp-server-isitdown","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hesreallyhim%2Fmcp-server-isitdown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hesreallyhim%2Fmcp-server-isitdown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hesreallyhim%2Fmcp-server-isitdown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hesreallyhim%2Fmcp-server-isitdown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hesreallyhim","download_url":"https://codeload.github.com/hesreallyhim/mcp-server-isitdown/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hesreallyhim%2Fmcp-server-isitdown/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28689097,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T05:48:07.525Z","status":"ssl_error","status_checked_at":"2026-01-23T05:48:07.129Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["isitdown","mcp","mcp-server"],"created_at":"2025-06-17T13:02:28.498Z","updated_at":"2026-01-23T10:56:21.093Z","avatar_url":"https://github.com/hesreallyhim.png","language":"Python","funding_links":[],"categories":["🤖 AI/ML","Monitoring","APIs and HTTP Requests"],"sub_categories":["How to Submit"],"readme":"[![MseeP.ai Security Assessment Badge](https://mseep.net/pr/hesreallyhim-mcp-server-isitdown-badge.png)](https://mseep.ai/app/hesreallyhim-mcp-server-isitdown)\n[![Verified on MseeP](https://mseep.ai/badge.svg)](https://mseep.ai/app/24e83a9a-3b58-48c5-a490-04d6a631ed1e)\n# mcp-server-isitdown\n\nAn MCP server that checks if a website is currently down by querying [www.isitdownrightnow.com](https://www.isitdownrightnow.com).\n\n[![smithery badge](https://smithery.ai/badge/@hesreallyhim/mcp-server-isitdown)](https://smithery.ai/server/@hesreallyhim/mcp-server-isitdown)\n\u003ca href=\"https://glama.ai/mcp/servers/1wx4z4amkm\"\u003e\n  \u003cimg width=\"380\" height=\"200\" src=\"https://glama.ai/mcp/servers/1wx4z4amkm/badge\" alt=\"IsItDown Server MCP server\" /\u003e\n\u003c/a\u003e\n\n## Overview\n\nThis MCP server provides a simple tool to check if a website is experiencing downtime, and can provide some information about recent downtime events.\n\n## Tools\n\nThe following tools are implemented:\n\n* **`get_website_status`**: Checks if a website is currently down or not.\n  * **`Input`**: `root_domain` (string): The root domain of the website to check (e.g., \"example.com\")\n  * **`Output`**: A string message indicating whether the website is up or down, with the last recorded downtime information\n\n## Installation\n\n### Installing via Smithery\n\nTo install IsItDown Server for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@hesreallyhim/mcp-server-isitdown):\n\n```bash\nnpx -y @smithery/cli install @hesreallyhim/mcp-server-isitdown --client claude\n```\n\n\u003e **Note**: This package is not currently published to a public registry. Installation is only available from source.\n\n### From Source\n\n```bash\n# Clone the repository \ngit clone https://github.com/yourusername/mcp-server-isitdown.git\ncd mcp-server-isitdown\n\n# Using uv (recommended)\nuv pip install -e .\n\n# Using pip\npip install -e .\n```\n\n## Configuration for Claude Desktop\n\nAdd this configuration to your `claude_desktop_config.json` file:\n\n```json\n\"isitdown\": {\n  \"command\": \"/path/to/uv\",\n  \"args\": [\n    \"--directory\",\n    \"/path/to/cloned/repo/src\",\n    \"run\",\n    \"mcp_server_isitdown\"\n  ]\n}\n```\n\n## Usage\n\n### Run as a standalone MCP server\n\n```bash\n# Using the installed script\nmcp-server-isitdown\n\n# Using the Python module\npython -m mcp_server_isitdown\n```\n\n### Example usage with Claude for Dekstop:\n\n* \"Is wikipedia down right now?\"\n* \"When was the last time reddit was down?\"\n\n### Use as a library\n\n```python\nfrom mcp_server_isitdown.server import get_website_status\n\n# Check if a website is down (async function)\nasync def check_website():\n    result = await get_website_status(\"example.com\")\n    print(result)  # Prints status message with up/down status\n```\n\n## Development\n\n```bash\n# Type checking\nuvx mypy .\n\n# Run all pre-commit hooks\nuv pre-commit run --all-files\n\n# Install in development mode\nuv pip install -e \".[dev]\"\n\n# Run the Inspector\nmcp dev src/mcp_server_isitdown/server.py\n```\n\n## Build\n\n```bash\n# Build the package\nuv build\n\n# Install the built package\nuv pip install dist/mcp_isitdown_service-*.whl\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhesreallyhim%2Fmcp-server-isitdown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhesreallyhim%2Fmcp-server-isitdown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhesreallyhim%2Fmcp-server-isitdown/lists"}