Skip to main content
ClaudeWave
shibley avatar
shibley

apistatuscheck-mcp-server

View on GitHub

MCP server for checking real-time API and cloud service status

MCP ServersOfficial Registry1 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: NPX · apistatuscheck-mcp-server
Claude Code CLI
claude mcp add apistatuscheck -- npx -y apistatuscheck-mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "apistatuscheck": {
      "command": "npx",
      "args": ["-y", "apistatuscheck-mcp-server"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# API Status Check MCP Server

An MCP (Model Context Protocol) server for checking real-time operational status of 114+ cloud services and APIs directly from AI coding assistants.

## Features

| Tool | Description |
|------|-------------|
| `check_status` | Check the status of a specific API (e.g. `github`, `openai`, `stripe`) |
| `list_apis` | List all monitored APIs and their current status |
| `list_categories` | List available service categories (cloud, payments, etc.) |
| `check_category` | Check all APIs in a specific category |
| `check_url` | Check any public URL for availability |

## Supported Services

AWS, GitHub, Stripe, OpenAI, Vercel, Cloudflare, Datadog, PagerDuty, Twilio, Shopify, Slack, Zoom, and 100+ more. Full list at [apistatuscheck.com](https://apistatuscheck.com).

## Quick Start

### Using npx

```bash
npx -y apistatuscheck-mcp-server
```

> **Broken on published version `0.1.0`.** That tarball's `dist/index.js` shipped
> without a `#!/usr/bin/env node` shebang, so the shim was executed by `sh`
> instead of Node and the command failed with `command not found`. Fixed in this
> repo (shebang added, plus an `apistatuscheck-mcp-server` bin alias so the
> command matches the package name), but the fix is not on npm yet — `0.1.1`
> needs to be published. Until then, build from source:
>
> ```bash
> git clone https://github.com/shibley/apistatuscheck-mcp-server.git
> cd apistatuscheck-mcp-server && npm install && npm run build
> node dist/index.js
> ```

### Using Docker

```bash
docker build -t apistatuscheck-mcp .
docker run -i apistatuscheck-mcp
```

## Configuration

### Claude Desktop

Add to your `claude_desktop_config.json`:

```json
{
  "mcpServers": {
    "apistatuscheck": {
      "command": "npx",
      "args": ["-y", "apistatuscheck-mcp-server"]
    }
  }
}
```

### Cursor / Other MCP Clients

```json
{
  "mcpServers": {
    "apistatuscheck": {
      "command": "npx",
      "args": ["-y", "apistatuscheck-mcp-server"]
    }
  }
}
```

### Environment Variables

| Variable | Default | Description |
|----------|---------|-------------|
| `ASC_BASE_URL` | `https://apistatuscheck.com` | Base URL for the API |

## Local Development

```bash
git clone https://github.com/shibley/apistatuscheck-mcp-server.git
cd apistatuscheck-mcp-server
npm install
npm run build
node dist/index.js
```

## License

MIT — [Bity LLC](https://apistatuscheck.com)

What people ask about apistatuscheck-mcp-server

What is shibley/apistatuscheck-mcp-server?

+

shibley/apistatuscheck-mcp-server is mcp servers for the Claude AI ecosystem. MCP server for checking real-time API and cloud service status It has 1 GitHub stars and was last updated today.

How do I install apistatuscheck-mcp-server?

+

You can install apistatuscheck-mcp-server by cloning the repository (https://github.com/shibley/apistatuscheck-mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is shibley/apistatuscheck-mcp-server safe to use?

+

shibley/apistatuscheck-mcp-server has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains shibley/apistatuscheck-mcp-server?

+

shibley/apistatuscheck-mcp-server is maintained by shibley. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to apistatuscheck-mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy apistatuscheck-mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: shibley/apistatuscheck-mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/shibley-apistatuscheck-mcp-server)](https://claudewave.com/repo/shibley-apistatuscheck-mcp-server)
<a href="https://claudewave.com/repo/shibley-apistatuscheck-mcp-server"><img src="https://claudewave.com/api/badge/shibley-apistatuscheck-mcp-server" alt="Featured on ClaudeWave: shibley/apistatuscheck-mcp-server" width="320" height="64" /></a>