Yogosha Mcp

by mohdhaji87

225 downloads
Not rated
GitHub

Description

Impact Automation: Instantly automate vulnerability management, asset inventory, reporting, and more using natural language or workflow tools. Integration: Connect Yogosha with any MCP-compatible agent, LLM, or workflow orchestrator (e.g., Claude Desktop, custom bots). Security…

About

Impact Automation: Instantly automate vulnerability management, asset inventory, reporting, and more using natural language or workflow tools. Integration: Connect Yogosha with any MCP-compatible agent, LLM, or workflow orchestrator (e.g., Claude Desktop, custom bots). Security: Enforce API key management via…

Details

Author
mohdhaji87
Downloads
225
Categories
Other

- Automate vulnerability management, asset inventory, and reporting.
- Integrate with any MCP‑compatible agent or LLM.
- Enforce API key security via environment variables.
- All operations are stateless and auditable.
- Extend functionality by editing server.py.
- Reduce time to triage, update, or report on vulnerabilities.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Yogosha Mcp
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Set your Yogosha API key as an environment variable (no secrets in code), then invoke the server from any MCP‑compatible client, such as Claude Desktop or custom bots. The tool interface exposes Yogosha operations directly, eliminating the need for manual API scripting.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "yogosha mcp": {
            "YogoshaMCP": {
                "command": "uv",
                "args": [
                    "--directory",
                    "/Users/haji/mcp-servers/yogosha-mcp",
                    "run",
                    "server.py"
                ]
            }
        }
    }
}

McpServers

{
    "YogoshaMCP": {
        "command": "uv",
        "args": [
            "--directory",
            "/Users/haji/mcp-servers/yogosha-mcp",
            "run",
            "server.py"
        ]
    }
}

Impact

Automation: Instantly automate vulnerability management, asset inventory, reporting, and more using natural language or workflow tools.
Integration: Connect Yogosha with any MCP-compatible agent, LLM, or workflow orchestrator (e.g., Claude Desktop, custom bots).
Security: Enforce API key management via environment variables; no secrets in code. All operations are stateless and auditable.
Extensibility: Add new endpoints or custom logic by simply extending server.py—no need to modify core infrastructure.
Productivity: Dramatically reduce the time to triage, update, or report on vulnerabilities and assets.

What Problems Does This Solve?

Manual API Work: No more writing custom scripts for each Yogosha API call—just use the MCP tool interface.
AI Copilot Enablement: Let LLMs and automation agents manage your bug bounty program, assets, and reports directly.
Unified Security Operations: Integrate Yogosha with other security tools and dashboards using the MCP standard.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.