Spaces:
Running
Running
File size: 1,425 Bytes
fcac8c5 29bd579 fcac8c5 29bd579 fcac8c5 29bd579 89f9d25 29bd579 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | ---
title: Reverse Skill MCP
emoji: 🛡️
colorFrom: blue
colorTo: indigo
sdk: gradio
app_file: app.py
pinned: false
license: mit
tags:
- mcp
- cybersecurity
- reverse-engineering
- gradio
---
# Reverse Skill MCP
This Space exposes a read-only MCP interface for the Reverse Skill router.
HuggingChat can use it to select a specialist route, retrieve a scope-first
methodology, and draft an evidence-oriented plan.
## MCP endpoint
After the Space is running, connect this URL in HuggingChat:
```text
https://cameronk199-reverse-skill-mcp.hf.space/gradio_api/mcp/
```
The same endpoint is available from the Space's **View API → MCP** panel.
## Exposed tools
- `route_reverse_task`: choose the primary specialist route and identify the
authorization and scope gate.
- `get_reverse_skill_context`: return the route's methodology and evidence
contract; pass `detail=reference` when the pinned specialist reference is
needed.
- `draft_reverse_security_plan`: draft a bounded, scope-first plan.
- `get_reverse_skill_scope_contract`: return the reusable scope template.
The server does not execute shell commands, install tools, scan hosts, send
requests to targets, access credentials, or perform exploit or evasion
activity. Any target-facing work must remain in a separately authorized,
operator-controlled environment.
Source and license details are in [NOTICE.md](NOTICE.md) and [LICENSE](LICENSE).
|