Security Researcher
Audit APIs with FastAPI MCP, track errors with Sentry, inspect Git history for secrets, fetch CVE data from the web, and debug with Chrome DevTools.
Expose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Audit FastAPI endpoints — authentication, authorization, and OpenAPI spec review
Retrieve and analyze issues from Sentry.io
Pull Sentry events and stack traces to identify security-related errors
uvx mcp-server-sentry --auth-token YOUR_TOKENRead, search, and manipulate Git repositories
Inspect commit history for accidentally committed secrets or credentials
uvx mcp-server-git --repository /path/to/repoOfficial GitHub MCP — manage repos, issues, PRs, and code search
Review dependency PRs, security advisories, and audit GitHub Actions workflows
npx @github/mcp-serverFetch and convert any webpage to clean Markdown
Fetch CVE databases, security advisories, and OWASP documentation
npx -y @modelcontextprotocol/server-fetchWeb and local search using Brave Search API
Search for vulnerability disclosures and exploit POCs in real time
npx -y @modelcontextprotocol/server-brave-searchControl and inspect a live Chrome browser from AI agents
Inspect network requests, headers, and cookies via Chrome DevTools
npx @chrome-devtools/mcp-serverSecure file operations with configurable access controls
Store audit findings, scan reports, and notes to the local filesystem
npx -y @modelcontextprotocol/server-filesystem /path/to/allowed/dir