Adding MCP Tools
Steps
1. Add Tool Descriptor in McpToolCatalog
McpToolCatalogToolDescriptor(
id = "my_tool",
title = "My Tool Title",
description = "What this tool does.",
category = "MyCategory",
unsafe = false, // true if it modifies state or sends traffic
defaultEnabled = true, // whether it's enabled by default
proOnly = false // true if it requires Burp Pro
)2. Implement Handler in McpTools
McpTools3. Add Input Schema
4. Add Safety Gating (If Needed)
5. Privacy Integration
Tool Categories
Testing
Last updated
