Yogosha Mcp
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Yogosha McpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



