Описание
Oob Probe — Model Context Protocol server
README
OOB probe MCP server with TCP/HTTP listeners, log access, and ngrok tunnels.
Features
- TCP tools for reverse shell testing: listen, read logs, and send data to active connections.
- HTTP tools for SSRF testing: receive requests and inspect full request logs.
- ngrok integration for public endpoints on both TCP and HTTP.
- Optional desktop notifications for new connections/requests.
Tools
TCP:
listen_tcp, send_tcp, read_tcp, close_tcp
HTTP:
listen_http, read_http, close_http
Other:
status
Setup
Install the server:
go install github.com/lambdasawa/oob-probe-mcp-server@latest
This server uses ngrok to expose local listeners. Configure an auth token first:
ngrok config add-authtoken <YOUR_TOKEN>
The token is read from your ngrok config file (typically ~/.config/ngrok/ngrok.yml).
MCP config example
Example .mcp.json entry:
{
"mcpServers": {
"oob-probe": {
"command": "oob-probe-mcp-server",
"env": {
"OOB_PROBE_ENABLE_DESKTOP_NOTIFICATION": "false"
}
}
}
}
Environment Variables
| Variable | Description | Default |
|---|---|---|
NGROK_AUTHTOKEN |
ngrok authentication token | Read from ~/.config/ngrok/ngrok.yml |
OOB_PROBE_TCP_ADDRESS |
ngrok remote address for TCP (e.g., 1.tcp.ngrok.io:12345) |
Dynamic |
OOB_PROBE_ENABLE_DESKTOP_NOTIFICATION |
Enable desktop notifications | true |
Intended use
This tool is developed for research purposes in CTFs and controlled lab environments. Use it only against systems and targets you are authorized to test.
Установка Oob Probe
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/lambdasawa/oob-probe-mcp-serverFAQ
Oob Probe MCP бесплатный?
Да, Oob Probe MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Oob Probe?
Нет, Oob Probe работает без API-ключей и переменных окружения.
Oob Probe — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Oob Probe в Claude Desktop, Claude Code или Cursor?
Открой Oob Probe на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Oob Probe with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
