mcp
@fluidattacks
关于 mcp
MCP server that provides tools for interacting with the Fluidattacks API
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"fluidattacks-mcp": {
"command": "npx",
"args": [
"-y",
"@fluidattacks/mcp"
],
"env": {
"API_TOKEN": "your_api_token_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp?
mcp is an MCP server that provides tools for interacting with the Fluidattacks API. It is intended for developers who want to use MCP-compatible clients to access Fluidattacks functionality.
How to use mcp?
Configure your MCP client with the JSON snippet shown in the README, using npx -y @fluidattacks/mcp as the command and setting the API_TOKEN environment variable to your Fluidattacks API token. Refer to the Fluidattacks documentation for token generation.
Key features of mcp
- Provides tools to interact with the Fluidattacks API
- Simple installation via npx
- Secure authentication with an API token
Use cases of mcp
—
FAQ from mcp
What does mcp do?
mcp provides tools that allow MCP clients to interact with the Fluidattacks API.
How do I install and configure mcp?
Add the fluidattacks-mcp entry to your MCP client’s mcpServers configuration, using npx -y @fluidattacks/mcp with the API_TOKEN environment variable set to your token.
Where do I get an API token?
Follow the setup instructions in the Fluidattacks documentation at https://dev.fluidattacks.com/components/interacts/#setup.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
ghidraMCP
LaurieWiredMCP Server for Ghidra
🚀 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,
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论