NIUMA Premium MCP
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., "@NIUMA Premium MCPList available yearly plans and prices"
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.
NIUMA Premium MCP
把 NIUMA 店铺的 Session 型 REST API 封装为远程 MCP 服务,仅提供:
X Premium 年费
X Premium+ 年费
套餐价格、付款网络和币种从店铺 /context 实时读取;服务不会硬编码价格。
暴露的工具
工具 | 用途 |
| 查询两个年度套餐、实时价格与付款选项 |
| 检查 X 账号是否具备赠送开通资格 |
| 查询异步资格检查状态 |
| 资格未通过时登记通知邮箱 |
| 创建 Premium / Premium+ 年费订单 |
| 查询付款与开通状态 |
| 提交链上付款交易哈希 |
每个 MCP 会话使用独立 PHP Session Cookie。服务不会把 Cookie 写入日志或返回给调用者。
Related MCP server: oda-mcp
本地运行
npm install
Copy-Item .env.example .env
npm start健康检查:GET http://localhost:3000/health
MCP endpoint:http://localhost:3000/mcp
测试
npm test
npm run check部署
可以部署到支持长期运行 Node.js 或 Docker 的平台。生产环境必须:
提供公网
https://域名。保持单实例,或把 Session 存储替换成共享存储并启用会话粘性。
设置
WEBSHOP_ORIGIN=https://lanv.niuma.works。设置
WEBSHOP_ENTRY_PATH=/p/niuma。建议设置
ALLOWED_HOSTS为 MCP 服务自己的域名。
Docker:
docker build -t niuma-premium-mcp .
docker run --rm -p 3000:3000 `
-e WEBSHOP_ORIGIN=https://lanv.niuma.works `
-e WEBSHOP_ENTRY_PATH=/p/niuma `
niuma-premium-mcp部署后的上架 endpoint 应为:
https://你的-MCP-域名/mcp不要使用 localhost、内网地址、临时隧道或示例占位域名上架。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/wyalei14-cell/niuma-premium-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server