Celo MCP 服务器

version : 1.0.0

list_components

List all available Composer Kit components with their descriptions and categories. Returns a comprehensive overview of the component library.

结果(Result)

get_component

Get detailed information about a specific Composer Kit component, including source code, props, and usage information.

*component_name(string)

结果(Result)

get_component_example

Get example usage code for a specific Composer Kit component. Returns real-world examples from the documentation.

*component_name(string)

example_type(string)

结果(Result)

search_components

Search for Composer Kit components by name, description, or functionality. Useful for finding components that match specific needs.

*query(string)

结果(Result)

get_component_props

Get detailed prop information for a specific component, including types, descriptions, and whether props are required or optional.

*component_name(string)

结果(Result)

get_installation_guide

Get installation instructions for Composer Kit, including setup steps and configuration for different package managers.

package_manager(string)

结果(Result)

get_components_by_category

Get all components in a specific category (e.g., 'Wallet Integration', 'Payment & Transactions', 'Core Components', 'NFT Components').

*category(string)

结果(Result)

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.

结果(Result)