OnSecurity MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OnSecurity MCP Servershow me the top 10 most common findings across pentests"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OnSecurity MCP
A Model Context Protocol (MCP) server for the OnSecurity API with the ability query rounds, findings, prerequisites, blocks and notifications.
Installation
Add the following to your Claude Desktop configuration file (adjust the paths as needed) and choose UAT or Prod:
{
"mcpServers": {
"onsec-mcp": {
"command": "npx",
"args": [
"-y",
"github:onsecurity/onsecurity-mcp-server"
],
"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.
Related MCP server: @konsulto/mcp
Usage
Once configured, Claude will have access to the following tools:
get-roundsget-findingsget-blocksget-notificationsget-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?
What are the top 10 most common findings across pentests and scans.
Note: It is useful sometimes to configure Claude to "Extended thinking" for some questions.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP Server for the Notion API, enabling Claude to interact with Notion workspaces.314,626922MIT

@konsulto/mcpofficial
AlicenseAqualityBmaintenanceMCP server that enables Claude Code to drive the Konsulto cybersecurity audit platform from the CLI, including reading and writing findings, managing evidence, and handling scope and assets.19171MIT
@repomend/mcpofficial
AlicenseNot gradedqualityCmaintenanceSecurity scanning MCP server that connects Claude to RepoMend findings, enabling vulnerability management and automated fix drafting.MIT- AlicenseAqualityCmaintenanceMCP server that connects Claude to Dependency-Track for natural language vulnerability triage, analysis, and management.14MIT
Related MCP Connectors
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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