MCP.so
Sign In

MCP Opsbeacon Server

@OpsBeaconInc

About MCP Opsbeacon Server

No overview available yet

Basic information

Category

Other

Runtime

python

Transports

stdio

Publisher

OpsBeaconInc

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”.

Comments

More Other MCP servers