Tool Poisoning
@SarveshChandak
关于 Tool Poisoning
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"MCP-Server-Tool-Poisoning": {
"command": "python",
"args": [
"tool_poisoning.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Tool Poisoning?
Tool Poisoning is a research-oriented MCP server designed for experimenting with and analyzing tool poisoning techniques within a controlled environment. It is intended for security researchers and developers studying adversarial attacks on LLM tool-calling systems.
How to use Tool Poisoning?
Clone the repository, navigate to the MCP Server/tool_poisoning directory, and install dependencies with pip install -r requirements.txt. Start the server by running python tool_poisoning.py; if the server and client are on the same machine, use uv run tool_poisoning.py to leverage the stdio transport. Follow the on-screen instructions to execute specific experiments.
Key features of Tool Poisoning?
- Controlled environment for analyzing tool poisoning techniques
- Supports stdio transport for local experimentation
- Follows on-screen instructions for guided experiments
- Simple Python-based setup with pip dependencies
- Designed for security and adversarial research
Use cases of Tool Poisoning?
- Researching and understanding tool poisoning attack vectors in LLM integrations
- Testing defense mechanisms against adversarial tool injections
- Developing and validating detection techniques for poisoned tool calls
FAQ from Tool Poisoning
What are the system requirements to run Tool Poisoning?
The server requires Python and the dependencies listed in requirements.txt, installed via pip install -r requirements.txt.
How do I run Tool Poisoning with the correct transport?
If the server and client are on the same machine, use uv run tool_poisoning.py to activate stdio transport. Otherwise, run python tool_poisoning.py and follow the on-screen prompts.
Does Tool Poisoning provide its own client or UI?
No, the server provides on-screen instructions for running experiments; it does not include a separate client interface.
What license is Tool Poisoning distributed under?
The project is licensed under the MIT License.
How can I contribute or report issues?
Contributions are welcome via submitting issues or pull requests to the repository.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ICSS
chokcoco不止于 CSS
评论