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
  • Ragie Model Context Protocol Server
  • GitHub Repository MCP Server
  • Documentation MCP Server
  • Gumroad
  • DeepSource MCP Server
Back to MCP Servers
OnSecurity MCP Server

OnSecurity MCP Server

Public
onsecurity/onsecurity-mcp-server

Enables Claude to seamlessly access and query pentest rounds, findings, prerequisites, and notifications via the Model Context Protocol for enhanced security insights and reporting.

typescript
0 tools
May 30, 2025
Updated Jun 4, 2025

Supercharge Your AI with OnSecurity MCP Server

MCP Server

Unlock the full potential of OnSecurity MCP Server through LangDB's AI Gateway. Get enterprise-grade security, analytics, and seamless integration with zero configuration.

Unified API Access
Complete Tracing
Instant Setup
Get Started Now

Free tier available • No credit card required

Instant Setup
99.9% Uptime
10,000+Monthly Requests

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
  • Ragie Model Context Protocol Server
    Ragie Model Context Protocol Server

    Enables AI models to retrieve relevant information from a Ragie knowledge base using the Model Conte...

    1 tools
    Added May 30, 2025
  • GitHub Repository MCP Server
    GitHub Repository MCP Server

    Enables AI models to access GitHub repository contents via Model Context Protocol, offering tools to...

    3 tools
    Added May 30, 2025
  • Documentation MCP Server
    Documentation MCP Server

    Enables Claude to search and access documentation from popular AI libraries like LangChain, LlamaInd...

    Added May 30, 2025
  • Gumroad
    Gumroad

    Enables AI assistants to seamlessly access and manage Gumroad products, sales data, offer codes, and...

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

    Integrates AI assistants with code quality analysis by providing access to metrics, issues, security...

    9 tools
    Added May 30, 2025