Skip to main content
Glama

OpenZeppelin Contracts MCP Server

Official
by OpenZeppelin
InfoSection.svelte968 B
<script lang="ts"> import type { Info } from '@openzeppelin/wizard-stellar'; import { infoDefaults } from '@openzeppelin/wizard-stellar'; import HelpTooltip from '../common/HelpTooltip.svelte'; export let info: Info; </script> <section class="controls-section"> <h1> <!-- svelte-ignore a11y-label-has-associated-control --> <label class="flex items-center tooltip-container pr-2"> <span>Info</span> </label> </h1> <label class="labeled-input"> <span class="flex justify-between pr-2"> Security Contact <HelpTooltip> Where people can contact you to report security issues. Will only be visible if contract metadata is verified. </HelpTooltip> </span> <input bind:value={info.securityContact} placeholder="security@example.com" /> </label> <label class="labeled-input"> <span>License</span> <input bind:value={info.license} placeholder={infoDefaults.license} /> </label> </section>

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