Connects to valorant-api.com for reference data about VALORANT agents, weapons, maps, and game assets. The source doesn't list specific tools, but it's part of the Pipeworx gateway ecosystem that wraps 810+ data sources behind a streamable HTTP transport. You can either call tools directly or use the ask_pipeworx interface to query in plain English and let it route to the right endpoint. Reach for this when building VALORANT companion tools, stats dashboards, or anything that needs current game data without managing your own scraper. The API is read only and focuses on reference information rather than live match data or player stats.
VALORANT reference data MCP (valorant-api.com).
Part of Pipeworx — an MCP gateway connecting AI agents to 810+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"valorant": {
"url": "https://gateway.pipeworx.io/valorant/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 810+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Valorant data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json