Catalog
io.github.osfrekt/rekt
OfficialREKT Store — browse and buy REKT drinks with AI-discounted pricing from any MCP client
Browse and purchase REKT drinks with AI-powered dynamic pricing.
README not available yet.
Install
Configuration
Environment variables
API_BASE_URLBase URL of the REKT Store API
claude_desktop_config.json
{
"mcpServers": {
"rekt": {
"command": "npx",
"args": [
"-y",
"rekt-mcp-server@1.0.0"
],
"env": {
"API_BASE_URL": "<YOUR_API_BASE_URL>"
}
}
}
}