get_agent
Pack: valorant · Endpoint: https://gateway.pipeworx.io/valorant/mcp
VALORANT reference data (valorant-api.com) — full details for one agent by uuid: description, role, role description, and all abilities. Static game data, keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
uuid | string | yes | Agent uuid (from list_agents). |
Example call
curl -X POST https://gateway.pipeworx.io/valorant/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_agent","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"valorant": {
"url": "https://gateway.pipeworx.io/valorant/mcp"
}
}
}
See Getting Started for client-specific install steps.