We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/imprvhub/mcp-status-observer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
name: mcp-status-observer
displayName: Status Observer MCP
description: Monitor the operational status of major digital platforms in Claude Desktop using a Model Context Protocol Server.
visibility: public
type: mcp
author:
name: Iván Luna
url: https://github.com/imprvhub
repository: https://github.com/imprvhub/mcp-status-observer
keywords:
- status
- monitoring
- platforms
- operational
files:
- README.md
- package.json
- tsconfig.json
- Dockerfile
- src/index.ts
startCommand:
type: stdio
configSchema:
type: object
properties: {}
commandFunction: |-
(config) => ({
command: 'node',
args: ['build/index.js'],
env: {}
})
exampleConfig: {}