ValorLens
Provides analytics and insights for Valorant esports, including match analysis, player profiling, scouting reports, pattern detection, and SQL querying of pre-computed metrics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ValorLensGenerate a scouting report for Team Liquid"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ValorLens — Valorant Analytics Modeling Layer
Renamed collaborative edition of VLML. Original commit history and license are retained.
VLML is a structured modeling layer for Valorant esports analytics. It standardizes metrics and relationships between datasets, then exposes them through MCP so AI tools can generate accurate and explainable insights.
Why This Exists
The data model is the product. VLML is built around an analytics data model with pre-computed metrics, so analysis is fast and consistent.
MCP is just the bridge. The server delivers structured, data-only payloads to Claude, Gemini, and other LLMs — the AI generates the coaching insights, not the server.
Raw data becomes the model. Source data comes from GRID JSON exports, and VLML transforms it into a structured analytics model.
Related MCP server: League of Legends MCP Server
Architecture at a Glance

Modeling layer (DuckDB): Atomic events plus aggregated round/game/series tables optimized for analytics.
MCP tools (bridge): Tools that return structured metrics only — no narratives, no opinions.
LLM layer (insights): Generates narrative, recommendations, and VOD priorities.
What You Get
Match analysis: Team comparison, round timelines, impact metrics, VOD review targets.
Coaching context (v3.0): Economy cascades, round situations, attack patterns, historical benchmarks.
Player profiling: Career stats, agent/map splits, clutch performance, trend signals.
Scouting reports: Map pool, roster tendencies, opening duels, trade quality.
Deep-dive queries: Use
query_sqlfor ad-hoc analysis directly against the analytics tables.
Quick Start
python -m venv .venv
source .venv/bin/activate
pip install -e .
cp .env.example .envDownload raw events and build the database:
python database/scripts/ingestion/download_raw_events.py --year 2025
python database/scripts/orchestration/run_pipeline.py --year 2025Run the MCP server:
vlmlOr:
.venv/bin/python -m vlml.serverTools
Insights tools:
match_analysis_reportplayer_profile_reportscouting_reportpattern_detection_report
Database tools:
query_sqlget_database_info
See docs/tools.md for input/output details.
Documentation
Getting Started:
Setup: docs/setup.md
Data flow: docs/data_flow.md
Troubleshooting: docs/troubleshooting.md
Reference:
Tools: docs/tools.md
Architecture: docs/architecture.md
Prompting Guide: docs/prompting_guide.md
Win Shares: docs/win_shares.md
Report standard: insights_reference.md
Database:
Pipeline guide: database/README.md
Data model: database/DATA_MODEL.md
Derived tables: database/DERIVED_TABLES.md
Contributing:
Contributor guide: docs/contributing.md
SQL helper index: src/vlml/tools/sql/README.md
Notes
No prebuilt database is shipped. Use the pipeline to build
data/vlml_events.duckdb.Raw input data comes from GRID JSON exports and is transformed into VLML analytics tables.
All reports return metrics and evidence only. LLMs should generate insights and recommendations.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP Server that provides access to League of Legends statistics via the SportData.io API, allowing agents to query and analyze LoL competitive gaming data.Last updated
- AlicenseBqualityAmaintenanceMCP server exposing 30 tools for League of Legends player analysis, match review, and training-plan generation.Last updated3510MIT
- Flicense-qualityDmaintenanceMCP server for Valorant esports that enables querying match schedules, live results, AI-powered analysis, and setting reminders.Last updated
- Alicense-qualityCmaintenanceMCP server that provides structured access to real-time sportsbook data from iddaa, including live events, competitions, and league fixtures with strategy analysis. Designed for AI agents and automation workflows.Last updated79MIT
Related MCP Connectors
MCP server providing access to the Scorecard API to evaluate and optimize LLM systems.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Official Microsoft MCP Server to query Microsoft Entra data using natural language
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jawaharlaldoon-bit/ValorLens'
If you have feedback or need assistance with the MCP directory API, please join our Discord server