Install
$ agentstack add mcp-olegzhr-altprobe ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ● Network access Used
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Altprobe
Altprobe is a collector for monitoring and controlling API and MCP services.
It collects runtime and network events from sensors, normalizes them into OCSF, stores events in OpenSearch/ELK, and can additionally analyze them using an embedded log-based WAF.
Overview
Altprobe is built for environments where API services and MCP servers, and service-to-service traffic need continuous visibility without deploying a full SIEM.
Requirements
- Operating System: Ubuntu 20.04 or higher (for binary package)
- Optional (depending on configured sinks/sources):
- OpenSearch / ELK stack
- Redis
- Falco, Suricata, or proxy logs from Nginx/Envoy
Installation
From DEB package
# Install system dependencies
sudo apt-get update
sudo apt-get -y install libyaml-cpp-dev libdaemon-dev libboost-all-dev libmodsecurity3
# Download the package
wget https://github.com/alertflex/altprobe/releases/download/v1.0.6/altprobe_1.0-6.deb
# Install the package
sudo dpkg -i altprobe_1.0-6.deb
sudo ldconfig
Configure
Modify the file /etc/altprobe/altprobe.yaml according to your configuration
Run altprobe
altprobe-start # start in daemon mode
altprobe-status # check status
altprobe-stop # stop altprobe
altprobe run # start in cli mode
Run container
docker run -d \
--name altprobe \
-v /var/log/:/var/host/:ro \
-e ALTPROBE_ASSET_NAME="envoy" \
-e ALTPROBE_LOG_DEBUG="true" \
-e SINKS_OS_URL="https://192.168.1.X:9200" \
-e SINKS_OS_USER="admin" \
-e SINKS_OS_PWD="Password-12345" \
-e SOURCES_PROXY_LOG="/var/host/envoy_access.log" \
altprobe/altprobe:latest
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: olegzhr
- Source: olegzhr/altprobe
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.