Secobserve MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 17 Sep 2026.
MCP server for SecObserve: triage findings, manage products, import scan reports and SBOMs.
Today is the operative word: we check Secobserve MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add secobserve-mcp -- uvx secobserve-mcp
{
"mcpServers": {
"secobserve-mcp": {
"args": [
"secobserve-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.secobserve-mcp]
command = "uvx"
args = ["secobserve-mcp"]
{
"mcpServers": {
"secobserve-mcp": {
"args": [
"secobserve-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"secobserve-mcp": {
"args": [
"secobserve-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
SECOBSERVE_BASE_URL (SecObserve base URL without /api, e.g. https://secobserve.example.com), SECOBSERVE_API_TOKEN (SecObserve user or product API token), SECOBSERVE_READ_ONLY (Set to true to refuse every write operation), SECOBSERVE_ALLOW_DELETE (Set to true to enable the delete tool; deletion cascades and is irreversible).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.
timesheet.io MCP server - manage timers, projects, tasks and reports
MCP server for Walmart - search products, manage cart, track orders
MCP server for Target - search products, manage cart, track orders
MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.
MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.
MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports
MCP server for Google Merchant Center (Merchant API v1): products, promotions, reports, issues.
Answers built from our own checks of this server.