io.github.osfrekt/rekt✓
io.github.osfrekt/rekt · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.osfrekt/rekt",
"description": "REKT Store — browse and buy REKT drinks with AI-discounted pricing from any MCP client",
"repository": {
"url": "https://github.com/osfrekt/rekt-store",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "rekt-mcp-server",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base URL of the REKT Store API",
"format": "string",
"name": "API_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}