ValorLens
Provides Valorant esports analytics, including match analysis, player profiling, scouting reports, and pattern detection from structured data.
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., "@ValorLenscompare the opening duel win rates for EDG and Paper Rex"
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
- Alicense-qualityDmaintenanceA comprehensive League of Legends data ecosystem that provides access to champion statistics, item data, and patch history via the Model Context Protocol. It enables analysis of game mechanics, build optimization, and meta tracking through real-time data integration.Last updated1MIT
- 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
- AlicenseAqualityBmaintenanceSafe, read-only SQL analytics for AI agents over MCP, enabling exploration, profiling, and querying of data without mutation risk.Last updated5MIT
Related MCP Connectors
Social media analytics, video analysis, and competitor intel for any MCP-compatible AI agent.
Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.
The financial MCP for AI agents - 90+ financial tables, SEC filings, signals, alt-data.
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/shobhit1kapoor/ValorLens'
If you have feedback or need assistance with the MCP directory API, please join our Discord server