multify-scan-mcp
v1.0.0
Published
MCP client for the hosted Multify Scan API
Maintainers
Readme
Multify Scan MCP for Node
Node-based MCP client for the hosted Multify Scan API.
This package is intended for npx, Claude, Cursor, and other MCP-compatible clients.
RapidAPI listing:
https://rapidapi.com/jonhpaz08/api/virusscan-api
Install / Run
npx -y multify-scan-mcpEnvironment
RapidAPI mode
SCAN_RAPIDAPI_KEY=your-rapidapi-key
SCAN_RAPIDAPI_HOST=virusscan-api.p.rapidapi.comDirect mode
SCAN_API_BASE_URL=https://api.scan.multifyco.com
SCAN_API_KEY=your-direct-api-keyIf both modes are configured, RapidAPI takes priority.
Tools
scan_filescan_urlcheck_hashget_health
Claude Code
claude mcp add multify-scan \
--env SCAN_RAPIDAPI_KEY=your-rapidapi-key \
--env SCAN_RAPIDAPI_HOST=virusscan-api.p.rapidapi.com \
-- npx -y multify-scan-mcpCursor
{
"mcpServers": {
"multify-scan": {
"command": "npx",
"args": ["-y", "multify-scan-mcp"],
"env": {
"SCAN_RAPIDAPI_KEY": "your-rapidapi-key",
"SCAN_RAPIDAPI_HOST": "virusscan-api.p.rapidapi.com"
}
}
}
}Publish
npm publish --access public