onlinecybertools-mcp-server
MCP (Model Context Protocol) server that lets AI agents — Claude Code, Codex, Cursor, Continue, etc. — use the Online Cyber Tools catalogue as a set of native MCP tools.
What it exposes
- One MCP tool per documented MCP-compatible
/api/tools/{category}/{tool}operation.POSTtools use their JSON request-body schema; compatibleGETtools use OpenAPI query/path parameters. Schemas are taken straight from the site's OpenAPI 3.1 spec at/api/openapi.json, so agents get per-tool argument validation. When the spec declares them, a tool also carries MCPannotations(titleplusreadOnlyHint/destructiveHint/idempotentHint, sourced fromx-mcp-annotations) and anoutputSchema(the inline200response object schema). - A
searchmeta-tool that performs the same keyword search humans use, backed byGET /api/tools/search?q=.... - A
describe_toolmeta-tool that fetches the long page guidance, source links, page URL, API endpoint, and SEO description fromGET /api/mcp/tool-docs/{tool_id}. It accepts either a menu ID such aspingor an MCP tool name such asnetwork_ping. - A
report_bugmeta-tool that files a structured bug report againstPOST /api/agent/bug-report(hard rate-limited).






