MCP server that exposes the Online Cyber Tools catalogue (https://onlinecybertools.com) to AI agents as native MCP tools.
{
"mcpServers": {
"onlinecybertools": {
"command": "npx",
"args": [
"-y",
"onlinecybertools-mcp-server"
]
}
}
}