Content
# MCP Poisoning Attack - PoC
This repository demonstrates a variety of **MCP Poisoning Attacks** affecting real-world AI agent workflows.
## ✅ Covered Scenarios
- Code Generation Poisoning
- Financial Report Exfiltration
- Competitor Analysis Data Leak
- Meeting Transcript Leaks
- Code Review Exfiltration
- Cross-Server Shadowing Attack
## ⚡ Setup
```bash
pip install -r requirements.txt
```
## 💥 Running the PoC
1️⃣ Start the fake MCP server:
```bash
python fake_mcp_server.py
```
2️⃣ In another terminal, run the agent simulation:
```bash
python agent_poc.py
```
## ☠️ Impact
- Silent data exfiltration
- Cross-tool hijacking
- No visible clue to the user
## License
Apache 2.0 - For educational and research use only.
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
servers
Model Context Protocol Servers
Time
A Model Context Protocol server for time and timezone conversions.
diagram-mcp-server
An MCP server that seamlessly creates infrastructure diagrams for AWS,...
EDT-MCP
EDT-MCP is a server plugin enabling AI assistants to interact with EDT...
Claude-Code-Zen-mcp-Skill-Work
A ready-to-use rule system and skill package for AI programming agents.