reverse-skill-mcp / README.md
Cameronk199's picture
Add pinned specialist references for on-demand context
89f9d25 verified
|
Raw
History Blame Contribute Delete
1.43 kB
---
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).