MCP Opsbeacon Server
@OpsBeaconInc
About MCP Opsbeacon Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-opsbeacon-server": {
"command": "python",
"args": [
"test_server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Opsbeacon Server?
An MCP (Model Context Protocol) server implementation for Opsbeacon operations. It allows you to interact with the Opsbeacon API through Claude, providing tools for listing commands and connections.
How to use MCP Opsbeacon Server?
Install the package with pip install -e ., then configure authentication via a bearer token using environment variables, a .env file, or Claude Desktop’s config file. The server exposes two tools: list_commands and list_connections, each requiring no additional parameters.
Key features of MCP Opsbeacon Server
- List available Opsbeacon commands
- List available Opsbeacon connections
- Authentication via bearer token
- Error handling and logging
- Returns structured JSON responses
Use cases of MCP Opsbeacon Server
- Retrieve a list of all available Opsbeacon commands through Claude
- Retrieve a list of all available Opsbeacon connections through Claude
- Integrate Opsbeacon command and connection information into an AI assistant workflow
FAQ from MCP Opsbeacon Server
How is authentication handled?
Authentication is done via a bearer token. The token is provided through the OPSBEACON_TOKEN environment variable (or via .env file or Claude Desktop config).
What are the runtime requirements?
Python 3.10 or higher and access to the Opsbeacon API are required.
How can I configure the base URL?
The OPSBEACON_BASE_URL environment variable is optional. If not set, the server defaults to https://api.console.opsbeacon.com.
What configuration methods are supported?
You can configure via Claude Desktop’s config file, environment variables, or a .env file. Environment variables take precedence over other sources.
What happens if the token is missing?
The server will return the error: “OPSBEACON_TOKEN environment variable is not set”.
Frequently asked questions
How is authentication handled?
Authentication is done via a bearer token. The token is provided through the `OPSBEACON_TOKEN` environment variable (or via `.env` file or Claude Desktop config).
What are the runtime requirements?
Python 3.10 or higher and access to the Opsbeacon API are required.
How can I configure the base URL?
The `OPSBEACON_BASE_URL` environment variable is optional. If not set, the server defaults to `https://api.console.opsbeacon.com`.
What configuration methods are supported?
You can configure via Claude Desktop’s config file, environment variables, or a `.env` file. Environment variables take precedence over other sources.
What happens if the token is missing?
The server will return the error: “OPSBEACON_TOKEN environment variable is not set”.
Basic information
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Nginx UI
0xJackyYet another WebUI for Nginx
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments