MCP Tool · Discovery

github_leaks

Search public GitHub for hardcoded secrets mentioning the target org or domain. Requires GITHUB_TOKEN. Returns matches with a local confidence heuristic.

Input

NameTypeRequiredDescription
org_or_domainstringyesGitHub org slug (e.g. `acme`) or apex domain (e.g. acme.com). Used as the search term.
max_resultsnumbernoMax matches to return (default 25, cap 100).

REST API

curl -H "Authorization: Bearer sic_..." \
  -H "Content-Type: application/json" \
  -X POST https://sicenter.io/api/tools/github_leaks \
  -d '{"org_or_domain":"<string>"}'

MCP server

# MCP — call from Claude Desktop, Cursor, or any MCP client
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "github_leaks",
    "arguments": {
        "org_or_domain": "<string>"
    }
  }
}

Endpoint: https://sicenter.io/api/mcp. See /mcp for connection guides for Claude Desktop, Cursor, and custom orchestrators.

More tools in Discovery


Browse the full MCP server documentation or jump to the API key management page in your dashboard.