Manages penetration testing reports and vulnerabilities via a REST API.
A Model Context Protocol (MCP) server for managing penetration testing reports and vulnerabilities. This server provides tools to create, read, update, and delete reports and vulnerabilities through a REST API.
Download and install Node.js (version 18 or higher) from nodejs.org.
On macOS:
# Using Homebrew (recommended)
brew install node
# Or download from nodejs.org
On Windows:
On Linux:
# Ubuntu/Debian
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install -y nodejs
# CentOS/RHEL/Fedora
curl -fsSL https://rpm.nodesource.com/setup_20.x | sudo bash -
sudo dnf install nodejs npm
node --version # Should show v18.0.0 or higher
npm --version # Should show npm version
git clone https://github.com/izzy0101010101/mcp-reports-server.git
cd mcp-reports-server
npm install
This will install:
@modelcontextprotocol/sdk
: The MCP SDK for Node.jsaxios
: HTTP client for making API requestsnpm start
You should see:
Reports MCP server running on stdio
No JWT token configured - bearerToken parameter required for all requests
Press Ctrl+C
to stop the server.
Obtain your JWT authentication token from your reports API system.
Add the server to your Claude Desktop MCP configuration file:
Location of config file:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
Configuration:
{
"mcpServers": {
"reports-server": {
"command": "node",
"args": ["/full/path/to/your/reports-mcp-server/server.js"],
"env": {
"REPORTS_JWT_TOKEN": "your_actual_jwt_token_here"
}
}
}
}
Important Notes:
/full/path/to/your/reports-mcp-server/server.js
with the actual full path to your server.js fileyour_actual_jwt_token_here
with your real JWT token/
in paths, even on WindowsExample paths:
/Users/username/reports-mcp-server/server.js
C:/Users/username/reports-mcp-server/server.js
Close and reopen Claude Desktop for the configuration to take effect.
A server providing tools for developers working with Starwind UI components.
A FastAPI-based gateway for the Model Context Protocol (MCP) designed to unify and scale AI toolchains.
Generate images using Baidu's iRAG API through a standardized MCP interface.
Interact with Alpaca's Trading API for stocks, options, portfolios, and real-time market data using LLMs.
Bootstrap Model Context Protocol (MCP) servers and clients in TypeScript with best practices, examples, and proper tooling setup.
A server for splitting and extracting parts of OpenAPI specifications using Redocly CLI.
Access comprehensive documentation for Ant Design components, including examples, API references, and best practices.
Interact with the Futarchy protocol on the Solana blockchain.
A collection of reference implementations for the Model Context Protocol (MCP), demonstrating how to give LLMs secure access to tools and data using Typescript and Python SDKs.
Access Solana documentation context through a simple notes system with resources, tools, and prompts.