Skip to main content
Glama

OnSecurity MCP Server

by onsecurity
MIT License

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.

-
security - not tested
-
license - not tested
-
quality - not tested

OnSecurity MCP Server

  1. Installation
    1. Installing via Smithery
    2. Manual Installation
  2. Usage
    1. Example Questions

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/onsecurity/onsecurity-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server