StatusNow.Dev - MCP Server for StatusNow.dev Website and Server Monitoring Tools
About
MCP Server for StatusNow website and server monitoring solution. Allows any MCP Client to interact with your StatusNow account to list alerts, list monitors and more. MCP Created in C# .NET
Details
- Author
- statusnowdev
- GitHub stars
- 1
- Downloads
- 314
- Categories
- Developer Tools, AI
Jump to
- Monitor website uptime and response times
- Track SSL certificate expiration
- Monitor domain expiration
- Ping and port monitoring
- Runs locally with .NET or Docker
- Free account sign‑up required
Run the server locally using .NET (dotnet run) or via a Docker image. Configure it with your account’s access token and account ID in environment variables, then add the server to your MCP client configuration as shown in the README. You can also test it with the MCP Inspector using npx @modelcontextprotocol/inspector dotnet run.
StatusNow.Dev - MCP Server for StatusNow.dev Website and Server Monitoring Tools
Monitor your websites, servers, and services with our comprehensive monitoring solution. Track SSL expiration, domain expiration, website uptime, response times, ping monitoring, and port monitoring.Free account sign-up: https://statusnow.dev/main/sign-up.html
<hr>
Download the MCP Server and run it locally (dotnet) on Windows, Linux or Mac or via a Docker image.
<code>
{
"servers": {
"statusnowmcp": {
"type": "stdio",
"command": "dotnet",
"args": [
"run",
"--project",
"<PATH_TO_PROJECT>\\StatusNowMCP.csproj"
],
"env": {
"accesstoken": "<ACCESS_TOKEN>",
"accountid": "<ACCOUNT_ID>"
}
}
}
}
</code>
You can run the MCP Inspector using this command:
<code>
Command Line: npx @modelcontextprotocol/inspector dotnet run
</code>
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




