Switch游戏折扣与上新查询 MCP Server - 搜游戏、查折扣、查史低价
Project description
Switch Game MCP Server
Switch游戏折扣与上新查询 MCP Server,基于 MCP (Model Context Protocol) 协议。
数据来源:eshop-prices.com(Nintendo eShop 官方各区服价格数据,实时更新)
功能
| 工具 | 描述 |
|---|---|
| search_switch_games | 搜Switch游戏,支持中文/英文/日文,自动fallback找最佳匹配 |
| get_game_price_info | 查某个游戏的各区服原始货币价格(日服日元、美服美元等) |
| get_switch_discounts | 看看现在有啥游戏在打折,热门大作优先展示 |
| get_new_switch_games | 最近有啥新出的Switch游戏 |
核心特性
- 中文搜索增强:中文搜不到时自动访问百度百科提取英文/日文名,再去搜索
- 各区服原价:
get_game_price_info返回各区服原始货币价格,方便比价 - 热门折扣优先:折扣列表优先展示 Persona、Hogwarts Legacy 等热门大作
- 零硬编码映射:纯 fallback 架构,不依赖维护繁重的映射表
安装
pip install switch-game-mcp
启动
switch-game-mcp
或者用 uvx(不用装):
uvx switch-game-mcp
MCP客户端配置
{
"mcpServers": {
"switch_game_mcp": {
"command": "uvx",
"args": ["switch-game-mcp@latest"],
"env": {}
}
}
}
环境变量
这个服务不需要配任何环境变量,装好直接用。
数据说明
本服务使用 eshop-prices.com 作为数据源,该网站汇总了 Nintendo Switch eShop 各区域(日服、美服、港服、欧服等)的官方价格数据。
协议
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
switch_game_mcp-4.1.0.tar.gz
(8.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file switch_game_mcp-4.1.0.tar.gz.
File metadata
- Download URL: switch_game_mcp-4.1.0.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
617fb08788e3475b230c62a91e6994288bd08cdf0a3afb80a652862f3dba4713
|
|
| MD5 |
d17f5ccf6bfc60a2a7750dceb92032de
|
|
| BLAKE2b-256 |
491a42465f1aecf096209a0c518c3b48772a2fd8658342ef97a18846e1a655d9
|
File details
Details for the file switch_game_mcp-4.1.0-py3-none-any.whl.
File metadata
- Download URL: switch_game_mcp-4.1.0-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
42970403451d6939335bee5b9db8142ab00c316a319574cd4f59096090fa393f
|
|
| MD5 |
01f1a4790f06b1966f179f11cbfc80c8
|
|
| BLAKE2b-256 |
084b3e5bde150f382ffa0b095b937db964d1ee00dd7374187a34d00abe189d44
|