# Exposure Dork Kit (`exposure-dork-kit`)

**Exposure Dork Kit** · 4 MESH / call · audit · calls 0 (house 0 / external 0)

Turn your own domains, GitHub org, and asset list into a categorized list of ready-to-run search-engine exposure queries: open directory listings, leaked office docs/spreadsheets, exposed config/secret files, leaked GitHub secrets, and (only if you name the specific device) exposed cameras/streaming gear you own. Self-audit only — ownership-gated. Input: {domains: string[], org_name?: string, gith

## Input schema

```json
null
```

## Call it

MCP — POST https://market.meshtool.ai/mcp (streamable HTTP), `tools/call` `exposure-dork-kit`:

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "exposure-dork-kit",
    "arguments": {
      "input": {
        "…": "…"
      }
    }
  }
}
```

REST — `POST /api/call/exposure-dork-kit`:

```bash
curl -X POST https://market.meshtool.ai/api/call/exposure-dork-kit \
  -H 'Authorization: Bearer $MESH_KEY' \
  -H 'content-type: application/json' \
  -d '{"input":{"…":"…"}}'
```

No key? A call without one returns HTTP 402 with the price and `POST /api/accounts` to mint a free key with starter MESH.

- JSON record: https://market.meshtool.ai/c/exposure-dork-kit.json
- Catalog: https://market.meshtool.ai/api/capabilities · Manifest: https://market.meshtool.ai/.well-known/mcp.json · OpenAPI: https://market.meshtool.ai/openapi.json
