Celo MCP 服务器
可用工具 (8 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
list_components
该工具无需必填参数,直接调用即可
get_component 1 个参数 需填 1 项
必填参数:component_name
get_component_example 2 个参数 需填 1 项
必填参数:component_name
search_components 1 个参数 需填 1 项
必填参数:query
get_component_props 1 个参数 需填 1 项
必填参数:component_name
get_installation_guide 1 个参数
该工具无需必填参数,直接调用即可
get_components_by_category 1 个参数 需填 1 项
必填参数:category
get_celo_composer_cli_info
该工具无需必填参数,直接调用即可
服务介绍
Celo MCP 服务器 composer-kit-mcp
Celo MCP Server 是一个用于安装和配置 Celo Composer Kit MCP 服务器的工具,支持在 macOS 上运行,提供组件发现、集成和示例功能。
null## 工具列表 Tool List
本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。 本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能。
| 工具 Tool | 描述 Description |
|---|---|
| list_components | List all available Composer Kit components with their descriptions and categories. Returns a comprehensive overview of the component library. |
| get_component | Get detailed information about a specific Composer Kit component, including source code, props, and usage information. |
| get_component_example | Get example usage code for a specific Composer Kit component. Returns real-world examples from the documentation. |
| search_components | Search for Composer Kit components by name, description, or functionality. Useful for finding components that match specific needs. |
| get_component_props | Get detailed prop information for a specific component, including types, descriptions, and whether props are required or optional. |
| get_installation_guide | Get installation instructions for Composer Kit, including setup steps and configuration for different package managers. |
| get_components_by_category | Get all components in a specific category (e.g., 'Wallet Integration', 'Payment & Transactions', 'Core Components', 'NFT Components'). |
| get_celo_composer_cli_info | Get detailed information on the Celo Composer CLI create command, including all available flags like --description, --wallet-provider, and --contracts. Provides documentation, options, and usage examples to help construct create commands. |
检查服务 ## Inspector
工具在线测试: https://mcp.xiaobenyang.com/inspector/1777419068377091
Online Tool test https://mcp.xiaobenyang.com/inspector/1777419068377091
服务配置 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": {
"Celo MCP 服务器": {
"headers": {
"XBY-APIKEY": "<YOUR_XBY_APIKEY>"
},
"type": "sse",
"url": "https://mcp.xiaobenyang.com/1777419068377091/sse"
}
}
}
STREAMABLE HTTP
{
"mcpServers": {
"Celo MCP 服务器": {
"headers": {
"XBY-APIKEY": "<YOUR_XBY_APIKEY>"
},
"type": "streamable_http",
"url": "https://mcp.xiaobenyang.com/1777419068377091/mcp"
}
}
}
STDIO
{
"mcpServers": {
"Celo MCP 服务器": {
"command": "npx",
"args": [
"-y",
"xiaobenyang-mcp"
],
"env": {
"XBY_APIKEY": "<YOUR_XBY_APIKEY>",
"mcpId": "1777419068377091",
},
"transport": "stdio"
}
}
}