About
MESH by Viscount Vuln Scanner is a security research tool for identifying default credential vulnerabilities in MESH by Viscount access control systems. Key capabilities include: - Network scanning of single IP addresses or entire IP ranges with configurable concurrency - Automated testing for default credentials (freedom:viscount) on discovered systems - Risk assessment with automatic severity classification (LOW, MEDIUM, HIGH, CRITICAL) - Compliance reporting for NIST, ISO27001, SOC2, and PCI-DSS standards - Data export in JSON, CSV, and XML formats - System information extraction including building details, user lists, and event logs - Rate limiting controls for responsible scanning - Historical scan tracking and vulnerability trend analysis Designed for authorized security research and educational purposes with built-in safeguards.
README
MESH by Viscount Vulnerability Scanner MCP Server
Version 0.2.0 - Enhanced with prompts, resources, and comprehensive security assessment tools
A comprehensive MCP server for scanning and analyzing MESH by Viscount systems for default credential vulnerabilities. This tool is designed for security research and educational purposes only.
🚨 Important Notice
This tool is for educational and security research purposes only. Unauthorized access to systems is illegal. Always obtain proper authorization before scanning any systems.
Features
🔍 Scanning Capabilities
📊 Security Assessment
📋 Data Export
🎯 Advanced Features
Installation
# Install dependencies
npm installBuild the server
npm run buildRun the server
npm start
MCP Configuration
Add to your MCP configuration file:
{
"mcpServers": {
"mesh-scanner": {
"command": "node",
"args": ["path/to/mesh-scanner/build/index.js"]
}
}
}
Usage
Basic Scanning
#### Scan a Single IP
{
"tool": "scan_ip",
"arguments": {
"ipAddress": "192.168.1.100"
}
}
#### Scan an IP Range
{
"tool": "scan_ip_range",
"arguments": {
"startIp": "192.168.1.1",
"endIp": "192.168.1.254",
"concurrency": 5,
"timeout": 5000
}
}
Security Assessment
#### Generate Security Report
{
"prompt": "security_assessment",
"arguments": {
"format": "detailed",
"scan_id": "scan_123456789"
}
}
#### Vulnerability Summary
{
"prompt": "vulnerability_summary",
"arguments": {
"timeframe": "7d"
}
}
#### Compliance Report
{
"prompt": "compliance_report",
"arguments": {
"standard": "NIST"
}
}
#### Remediation Guide
{
"prompt": "remediation_guide",
"arguments": {
"system_ip": "192.168.1.100",
"severity": "high"
}
}
Data Export
#### Export All Results
{
"tool": "export_scan_results",
"arguments": {
"format": "json"
}
}
#### Export Vulnerable Systems Only
{
"tool": "export_scan_results",
"arguments": {
"format": "csv",
"includeVulnerableOnly": true
}
}
System Information
#### Get System Details
{
"tool": "get_system_info",
"arguments": {
"url": "http://192.168.1.100"
}
}
Resources
Access real-time data through MCP resources:
mesh://scan-results - Latest scan resultsmesh://vulnerable-systems - List of vulnerable systemsmesh://scan-history - Historical scan datamesh://vulnerability-stats - Statistics and trendsmesh://system-details - Detailed system informationmesh://security-assessments - Generated assessmentsPrompts
The server provides several prompts for comprehensive security analysis:
1. Security Assessment
Generates detailed security reports with risk analysis and recommendations.Arguments:
scan_id (optional): Specific scan to analyzeformat: "detailed", "summary", or "executive"2. Vulnerability Summary
Creates summaries of vulnerabilities found across different timeframes.Arguments:
timeframe: "24h", "7d", "30d", or "all"3. Remediation Guide
Provides specific remediation steps for vulnerable systems.Arguments:
system_ip: IP address of vulnerable systemseverity: "low", "medium", "high", or "critical"4. Compliance Report
Generates compliance reports for various security standards.Arguments:
standard: "NIST", "ISO27001", "SOC2", or "PCI-DSS"Tools
scan_ip
Scan a single IP address for MESH system and test default credentials.Parameters:
ipAddress (string): IP address to scantimeout (number, optional): Timeout in millisecondsconfig (object, optional): Additional configurationscan_ip_range
Scan a range of IP addresses for MESH systems.Parameters:
Related MCP Servers
AI Research Assistant
hamid-vakilzadeh
AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar
Linkup
LinkupPlatform
Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages
Math-MCP
EthanHenrickson
Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support