burp-rpc
Open Source
burp-rpc is a Burp Suite extension that exposes the Montoya API as a gRPC service, so you can drive Burp programmatically from Node.js instead of clicking through the UI.
It comes in two parts: a Java extension that loads into Burp and serves gRPC on port 50051, and a TypeScript SDK that gives you clean client-side abstractions over it. From a script you can read proxy history, send requests through Burp and get the responses back, push requests into Repeater tabs, and query the site map for everything Burp has intercepted.
I built it because a lot of my testing workflows are scripted, and Burp was the one tool that always needed manual UI interaction. With burp-rpc it plugs into automation and agentic workflows like any other service. MIT licensed.