Skip to main content
Glama

SpiderFoot MCP Server

spiderfoot_start_scan

Initiate a new OSINT reconnaissance scan against a specified target to gather intelligence and investigate digital footprints using SpiderFoot modules.

Instructions

Start a new scan against a target.

Input Schema

NameRequiredDescriptionDefault
modulelistNo
scannameYes
scantargetYes
typelistNo
usecaseNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "modulelist": { "type": "string" }, "scanname": { "minLength": 1, "type": "string" }, "scantarget": { "minLength": 1, "type": "string" }, "typelist": { "type": "string" }, "usecase": { "enum": [ "all", "investigate", "passive", "footprint" ], "type": "string" } }, "required": [ "scanname", "scantarget" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CorbettCajun/Spiderfoot-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server