Skip to main content
Glama

OpenZeppelin Contracts MCP Server

Official
by OpenZeppelin
ExpandableCheckbox.svelte660 B
<script lang="ts"> import ParentExpandableSection from './ParentExpandableSection.svelte'; export let label: string; export let checked: boolean; export let helpContent: string; export let helpLink: string | undefined = undefined; export let disabled: boolean = false; export let disabledReason: string | undefined = undefined; export let required: boolean = false; export let error: string | undefined = undefined; </script> <ParentExpandableSection type="checkbox" {label} bind:checkboxChecked={checked} {helpContent} {helpLink} {disabled} {disabledReason} {required} {error} > <slot /> </ParentExpandableSection>

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/OpenZeppelin/contracts-wizard'

If you have feedback or need assistance with the MCP directory API, please join our Discord server