Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
MCP_HTTP_PORT | No | Port for HTTP transport (if using index-http.ts) | 3000 |
SPIDERFOOT_PASS | No | Optional HTTP Digest password if you enable auth in SpiderFoot | |
SPIDERFOOT_USER | No | Optional HTTP Digest username if you enable auth in SpiderFoot | |
ALLOW_START_SCAN | No | Enables/disables spiderfoot_start_scan tool | true |
SPIDERFOOT_BASE_URL | No | Base URL of your SpiderFoot web UI/API | http://127.0.0.1:5001 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
spiderfoot_ping | Ping SpiderFoot server to verify it is responding. |
spiderfoot_modules | List available SpiderFoot modules. |
spiderfoot_event_types | List available SpiderFoot event types. |
spiderfoot_scans | List all scans (past and present). |
spiderfoot_scan_info | Retrieve scan metadata/config for a scan ID. |
spiderfoot_start_scan | Start a new scan against a target. |
spiderfoot_scan_data | Fetch scan event results for a scan ID. |
spiderfoot_scan_data_unique | Fetch unique scan event results. |
spiderfoot_scan_logs | Fetch/poll scan logs for a given scan ID. |
spiderfoot_export_json | Export scan results in JSON for CSV of IDs. |