{% extends "base.html" %} {% block content %}
Analyze RVTools data for Azure VMware Solution migration risks and insights
This server provides both a web interface and RESTful API endpoints for programmatic access.
For AI tool integration, use this server as an MCP endpoint. The MCP server is available at:
# 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"
Browse and explore all sheets and data from your RVTools export files with an intuitive interface.
Automatically detect migration risks, compatibility issues, and optimization opportunities for VMware environments.
Works as a Model Context Protocol (MCP) server, enabling AI assistants and tools to analyze RVTools data programmatically.
Full REST API access for automation and integration with your DevOps workflows and monitoring tools.