Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • TripAdvisor Vacation Planner MCP Server
  • Image Generation MCP Server
  • MCP Pokemon Server
  • DeepSource MCP Server
  • IR Toolshed MCP Server
Back to MCP Servers
OnSecurity MCP Server

OnSecurity MCP Server

Public
onsecurity/onsecurity-mcp-server

OnSecurity MCP Server

Verified
typescript
0 tools
May 30, 2025
Updated May 30, 2025

OnSecurity MCP

A Model Context Protocol (MCP) server for the OnSecurity API that allows Claude to query rounds, findings, prerequisites and notifications.

Installation

Installing via Smithery

To install the server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @onsecurity/onsecurity-mcp-server --client claude

Manual Installation

git clone https://github.com/onsecurity/onsecurity-mcp-server.git cd onsecurity-mcp-server ### Manual Installation To use this MCP server with Claude Desktop, you need to add an entry to your Claude Desktop configuration file Add the following to your configuration file (adjust the paths as needed) and choose UAT or Prod: ```json { "mcpServers": { "onsec-mcp": { "command": "node", "args": [ "/path/to/onsecurity-mcp-server/build/index.js" ], "env": { "ONSECURITY_API_TOKEN": "your_api_token", "ONSECURITY_API_BASE": "https://app.onsecurity.io/api/v2" } } } }

After adding this configuration, restart Claude Desktop, and you'll be able to access the OnSecurity tools through Claude.

Usage

Once configured, Claude will have access to the following tools:

  • get-rounds
  • get-findings
  • get-notifications
  • get-prerequisites

Example Questions

  • Give me a summary of my most recent pentest/scan.
  • Show me trends across my pentests as a graph.
  • What can I address to make the most impact most quickly on my most recent pentest?
  • I would like summaries for different types of stakeholders on the state of our recent pentest engagemenets - eg high level, technical, managerial etc
  • Do I need to action anything to prevent test getting held up?
  • Are there any new findings?

Note: It is useful sometimes to configure Claude to "Extended thinking" for some questions.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • TripAdvisor Vacation Planner MCP Server
    TripAdvisor Vacation Planner MCP Server

    This MCP server provides access to TripAdvisor data for planning vacations, enabling users to search...

    Added May 30, 2025
  • Image Generation MCP Server
    Image Generation MCP Server

    A Model Context Protocol server that enables generation of high-quality images using the Flux.1 Schn...

    1 tools
    Added May 30, 2025
  • MCP Pokemon Server
    MCP Pokemon Server

    An MCP server implementation that enables users to interact with the PokeAPI to fetch Pokemon inform...

    Added May 30, 2025
  • DeepSource MCP Server
    DeepSource MCP Server

    A Model Context Protocol server that integrates with DeepSource to provide AI assistants with access...

    9 tools
    Added May 30, 2025
  • IR Toolshed MCP Server
    IR Toolshed MCP Server

    A Model Context Protocol server that provides network analysis tools for security professionals, ena...

    Added May 30, 2025