{% extends "base.html" %} {% block content %}

🚀 AVS RVTools Analyzer

Analyze RVTools data for Azure VMware Solution migration risks and insights

Upload RVTools File

Select an RVTools export file to analyze migration risks, explore data, or convert to JSON format.
{% if api_info %}

API & Developer Information

This server provides both a web interface and RESTful API endpoints for programmatic access.

API Documentation
API Endpoints
{% if api_info %}
MCP Server Configuration

For AI tool integration, use this server as an MCP endpoint. The MCP server is available at:

Usage: Configure your AI assistant or MCP client to use this URL as the MCP endpoint for automatic tool discovery.
{% endif %}
Quick API Usage

# Upload and analyze an RVTools file
curl -X POST "{{ api_info.endpoints.api_docs | replace('/docs', '/api/analyze-upload') }}" \
     -H "accept: application/json" \
     -H "Content-Type: multipart/form-data" \
     -F "file=@your-rvtools-export.xlsx" \
     -F "include_details=false"
{% endif %}

Features & Capabilities

Data Exploration

Browse and explore all sheets and data from your RVTools export files with an intuitive interface.

Risk Analysis

Automatically detect migration risks, compatibility issues, and optimization opportunities for VMware environments.

AI Tool Integration

Works as a Model Context Protocol (MCP) server, enabling AI assistants and tools to analyze RVTools data programmatically.

RESTful API

Full REST API access for automation and integration with your DevOps workflows and monitoring tools.

{% endblock %}