OP.GG MCP
Provides gaming data for League of Legends, TFT, and Valorant including champion analytics, esports schedules, and meta comps.
Delv Safety Grade: B
Score 72/100 · assessed 2026-04-28
OP.GG MCP is an official vendor server from a well-established gaming analytics company serving millions of League of Legends and Valorant players. The server provides read-only access to gaming statistics, champion data, esports schedules, and meta compositions through OP.GG's public API. Maintainer legitimacy is strong given OP.GG's market position in gaming analytics. Permissions are appropriately scoped to network outbound calls for data fetching with no filesystem or shell access. The primary concern is supply chain: no npm/pypi package exists, requiring manual clone-and-build installation via pnpm, which increases friction and reduces verifiability compared to registry-distributed packages. The repository is open source with reasonable documentation, though changelog and versioning practices could be more robust. No security incidents are known. Suitable for gaming data queries but the manual install process warrants caution.
Lethal Trifecta (prompt-injection exposure)
ONE OF THREEPublic game stats.
Green flags
- Official vendor with established reputation in gaming analytics space
- Read-only API access with no write or execution permissions
- Open source repository allows code inspection
- Serves legitimate use case for gaming statistics and esports data
- No environment secrets or credentials required
Red flags
- No package registry distribution, requires manual git clone and build
- No semantic versioning or release tags visible in repository
- Install process less auditable than standard npm package
- Limited documentation on API rate limits or data freshness
Permissions requested
Install
pnpm install
Review
Install this if you're building tools for League, TFT, or Valorant communities and want reliable stats without API wrangling. Skip it if you're not working in competitive gaming. It's a specialist tool that knows its audience.
Good at
- No API keys required, which is unusual for gaming data and makes testing instant.
- Covers three major esports titles with consistent tooling across all of them.
- Data comes directly from OP.GG's platform, so it's the same trusted source players already use.
- Clean install with pnpm and no environment variable setup.
- Useful for Discord bots, coaching dashboards, or tournament trackers without building your own scrapers.
Watch out
- Documentation is thin on response schemas, so expect to explore responses manually.
- Completely useless if you're not building for competitive gaming communities.
- Read-only data means you can't submit results or update profiles.
- No mention of rate limits in the docs, which could be a problem at scale.
Use cases
- champion stats lookup
- meta analysis
- esports schedule queries
- summoner profile research
Getting started
Works with
Similar MCPs
- MobbinReference 621,500+ real app screens from inside Claude, Cursor, and other AI tools. Mobbin's design library exposed as MCP so agents can work from real UI patterns instead of guessing.
- Discogs MCPSearches the Discogs music catalogue for releases, artists, labels, and marketplace listings.
- Unsplash MCPSearches Unsplash for high-quality stock photos with filters for orientation, colour, and size.
- FetchA simple HTTP fetch tool for Claude - read any public URL and get the cleaned text back. The no-frills alternative to Puppeteer for static pages.