genTech-shop
Provides tools for accessing Steam wishlist deals, prices, and discounts for tracked users.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@genTech-shopcheck steam wishlist deals for vanito"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🛒 GenTech Shop — Gaming Intelligence for AI Agents
Price comparisons, game releases, POE2 builds, and hub status — all available via MCP.
Why GenTech Shop?
Agents need gaming data — and there's no API for it. Steam doesn't expose wishlist deals programmatically. Game release calendars are scattered across 20+ sites. POE2 builds change every patch.
GenTech Shop bridges the gap: structured gaming data, delivered via MCP tools that any agent can call.
Related MCP server: steam-trends-mcp
Services
Tool | What It Does | Data Source |
| Current Steam wishlist prices + discounts | Vault wishlist JSON |
| Upcoming game releases for tracked titles | Web search + vault cache |
| Path of Exile 2 patch impact on builds | Vault build JSONs |
| Sync status + available data overview | Vault Gaming/ directory |
How to Access
Option 1: MCP (for AI agents)
Install the GenTech Agent Kit to use Shop tools via MCP:
# Coming soon — pip install or direct clone
git clone https://github.com/ProtoJay4789/genTech-agent-kit.git
cd genTech-agent-kit
pip install -e .The Shop tools register automatically as MCP tools.
Option 2: Direct HTTP (for humans)
Each tool is also available as a web endpoint at https://gentechlabs.net/v1/shop/.
Service Details
gaming_deals
Returns current Steam wishlist deals with prices, discounts, and direct links.
gaming_deals(username: "jordan" | "vanito", platform?: "steam")Example output:
[
{
"game": "Path of Exile 2",
"platform": "steam",
"normal_price": 29.99,
"sale_price": 23.99,
"discount_pct": 20,
"url": "https://store.steampowered.com/app/..."
}
]release_calendar
Upcoming game releases filtered by tracked titles.
release_calendar(from_date?: "YYYY-MM-DD", to_date?: "YYYY-MM-DD", genres?: string[])poe2_build_health
Current POE2 patch impact for each tracked build.
poe2_build_health(class_name?: "monk" | "warrior" | "vanito")Example output:
{
"current_patch": "0.2.1",
"builds": [
{"name": "Monk", "health": "stable", "last_updated": "2026-07-10"},
{"name": "Warrior", "health": "nerfed", "notes": "Sunder damage reduced 15%"}
]
}gaming_hub_status
Returns current sync state and available data.
gaming_hub_status()Status Dashboard
Live hub: ProtoJay4789.github.io/gaming/
Metric | Value |
Data Sources | 18+ files |
Builds Tracked | Monk, Warrior, Vanito |
Wishlists Tracked | Jordan, Vanito |
Last Sync | Nightly (auto) |
Roadmap
v0.1 — README + MCP plugin (current)
v0.2 — FiatDock listing for paid MCP calls
v0.3 — Loadbay integration
v0.4 — HOL registry for x402 per-endpoint payments
v1.0 — Human-facing gaming dashboard
Built by GenTech Labs
UE5.8 MCP Integration
UE5.8 ships with native MCP support — connect GenTech Shop as a live data source inside the Unreal Editor.
Run the server in SSE mode:
pip install -r requirements.txt
python server.py sseStarts on http://localhost:8000/sse by default.
In UE5.8:
Enable MCP Client in Plugins → search "MCP"
Restart editor, open Window → MCP Client
Add connection:
http://localhost:8000/sseClick Connect — all 4 tools become callable in Blueprints/Python
This server cannot be installed
Maintenance
Related MCP Servers
- AlicenseAqualityCmaintenanceMCP server for Steam that enables LLM agents to manage gaming libraries, achievements, stats, and discover store content through 20 tools.Last updated212MIT
- Alicense-qualityCmaintenanceTrack concurrent player counts and game momentum for any title on Steam via AI assistants.Last updated1MIT
- Flicense-qualityBmaintenance基于MCP和LLM的游戏资讯智能体,支持查询Steam排行榜、总结游戏新闻和发送邮件简报。Last updated

PeepTrend MCP Serverofficial
AlicenseAqualityBmaintenanceProvides AI agents with tools for gaming creator research, including checking YouTube channel conflicts, title competition, gaming niches, and Steam update opportunities.Last updated1349MIT
Related MCP Connectors
100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Live geolocated world-event intelligence and a Daily World Brief for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ProtoJay4789/genTech-shop'
If you have feedback or need assistance with the MCP directory API, please join our Discord server