二维码生成
可用工具 (1 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
generate_qr
该工具无需必填参数,直接调用即可
服务介绍
QR Code
MCP server that generates customizable QR codes with an interactive view UI.
This is a demo of MCP Apps. If you have any ideas, please visit https://xiaobenyang.com and contact us.
这是MCP Apps演示示例, 如有任何想法, 请登录 https://xiaobenyang.com, 联系小笨羊.

工具列表 Tool List
本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。
| 工具 Tool | 描述 Description |
|---|---|
| generate_qr | Generate a QR code with optional customization. |
检查服务 ## Inspector
工具在线测试: https://mcp.xiaobenyang.com/inspector/1817014869754890
Online Tool test https://mcp.xiaobenyang.com/inspector/1817014869754890
服务配置 MCP Server Config
如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?
访问小笨羊科技网站 https://xiaobenyang.com,注册用户即可获得APIKEY
Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.
SSE
{
"mcpServers": {
"QR Code": {
"headers": {
"XBY-APIKEY": "<YOUR_XBY_APIKEY>"
},
"type": "sse",
"url": "https://mcp.xiaobenyang.com/1817014869754890/sse"
}
}
}
STREAMABLE HTTP
{
"mcpServers": {
"QR Code": {
"headers": {
"XBY-APIKEY": "<YOUR_XBY_APIKEY>"
},
"type": "streamable_http",
"url": "https://mcp.xiaobenyang.com/1817014869754890/mcp"
}
}
}
STDIO
{
"mcpServers": {
"QR Code": {
"command": "npx",
"args": [
"-y",
"xiaobenyang-mcp"
],
"env": {
"XBY_APIKEY": "<YOUR_XBY_APIKEY>",
"mcpId": "1817014869754890",
},
"transport": "stdio"
}
}
}