uptybots-mcp-server
OfficialUptyBots MCP サーバー
Claude、Cursor、その他のMCP互換ツールなどのAIアシスタントを、あなたのUptyBotsアップタイムモニターに接続します。
これは何ですか?
AIアシスタントにUptyBotsの監視データへのアクセスを提供するMCP (Model Context Protocol)サーバーです。AIにモニターのステータス確認、インシデントの確認、新しいモニターの作成などを自然な会話で依頼できます。
Related MCP server: Visual Sentinel MCP Server
おそらくホスト型サーバーを利用したいでしょう
現在、インストールもAPIキーも不要なリモートサーバーがあります:
https://mcp.uptybots.com/mcpそのURLをクライアントに追加すると、ブラウザが開いてサインインとアクセス承認ができます。まだUptyBotsアカウントをお持ちでない場合は、そのステップで作成できます。
Claude Codeの場合:
claude mcp add --transport http uptybots https://mcp.uptybots.com/mcp次に /mcp を実行し、uptybots を選択して認証します。
このパッケージはローカル版の代替です。 自分のマシンで動作し、ブラウザでのサインインの代わりにAPIキーで認証します。リモートサーバーと通信できないMCPクライアントや、オフラインまたは自己完結型のセットアップに適しています。同じ15のツールを提供し、廃止される予定はありません。
前提条件
Node.js 18以降
UptyBots アカウント
アカウント → APIキー からAPIキー
セットアップ
1. AIクライアントを設定する
インストール手順は不要です:npx が初回実行時に公開パッケージを取得します。
MCPクライアント設定に追加します:
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"uptybots": {
"command": "npx",
"args": ["-y", "uptybots-mcp-server"],
"env": {
"UPTYBOTS_API_URL": "https://uptybots.com",
"UPTYBOTS_API_KEY": "upty_your_api_key_here"
}
}
}
}Claude Code (~/.claude/settings.json) と Cursor (.cursor/mcp.json) は同じ形式を使用します。
2. AIクライアントを再起動する
MCPツールはすぐに利用可能になります。
ソースから実行する(オプション)
npmパッケージの代わりにローカルチェックアウトを実行するには:
git clone https://github.com/uptybots/mcp-server.git
cd mcp-server
npm install次に、クライアントをチェックアウト先に指定します:
{
"mcpServers": {
"uptybots": {
"command": "node",
"args": ["/path/to/mcp-server/index.js"],
"env": {
"UPTYBOTS_API_URL": "https://uptybots.com",
"UPTYBOTS_API_KEY": "upty_your_api_key_here"
}
}
}
}利用可能なツール(15)
読み取り
ツール | 説明 |
| フィルター(タイプ、ステータス)で全モニターを一覧表示 |
| IDでモニターの詳細を取得 |
| モニターのダウンタイムインシデントを取得 |
| 時間ごとのパフォーマンス統計 |
| 日ごとのパフォーマンス統計 |
| 通知履歴 |
作成
ツール | 説明 |
| HTTP/HTTPSモニターを作成 |
| APIエンドポイントモニターを作成 |
| ICMP pingモニターを作成 |
| TCPポートモニターを作成 |
| SSL証明書モニターを作成 |
| ドメイン有効期限モニターを作成 |
管理
ツール | 説明 |
| モニターを一時停止 |
| 一時停止したモニターを再開 |
| モニターを削除 |
環境変数
変数 | 必須 | 説明 |
| いいえ | APIベースURL(デフォルト: |
| はい | あなたのAPIキー( |
ドキュメント
MCPサーバードキュメント — 完全なセットアップガイドとツールリファレンス。ホスト型サーバーとこのサーバーの両方をカバー
REST APIリファレンス — MCPサーバーを支えるAPI
アカウント → 接続アプリケーション — ホスト型サーバーを通じて付与されたアクセスの確認と取り消し
ライセンス
MIT
Maintenance
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with Uptime Agent monitoring system to check uptime status, manage incidents, create new monitors, and analyze downtime through natural conversation.71
- AlicenseAqualityBmaintenanceSix-layer website monitoring (uptime, performance, SSL, DNS, visual regression, content change) from Claude, Cline, and Cursor. Free tools (DNS lookup, SSL check, speed test, website checker) work without an account; monitor, incident, alert, and status-page tools use a personal API key.16101MIT
- FlicenseNot gradedqualityCmaintenanceUptime, SSL, DNS and domain monitoring you can talk to: check, create and manage monitors for all your client sites from Claude, ChatGPT, or any MCP client.1
- AlicenseNot gradedqualityAmaintenanceChecks vendor status pages, inspects SSL/TLS certificates, verifies DNS propagation, and provides incident-response playbooks. Includes 7 tools for DevOps health monitoring.2991Apache 2.0
Related MCP Connectors
Uptime, API and server monitoring with outages, reporting, on-call and status pages.
Set up uptime monitoring from your editor: create checks, configure alerts, query uptime history.
Monitor uptime and incidents, run checks, and publish status updates from your Uptimepage org.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/uptybots/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server