We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bobhuff0/MCPAddIn'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
<defs>
<linearGradient id="timeGradient" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#FF6B9D;stop-opacity:1" />
<stop offset="100%" style="stop-color:#C44569;stop-opacity:1" />
</linearGradient>
</defs>
<!-- Clock face -->
<circle cx="50" cy="50" r="35" stroke="url(#timeGradient)" stroke-width="3" fill="none"/>
<!-- Hour hand pointing to 3 -->
<line x1="50" y1="50" x2="65" y2="50" stroke="url(#timeGradient)" stroke-width="3" stroke-linecap="round"/>
<!-- Minute hand pointing to 12 -->
<line x1="50" y1="50" x2="50" y2="30" stroke="url(#timeGradient)" stroke-width="2" stroke-linecap="round"/>
<!-- Clock center -->
<circle cx="50" cy="50" r="4" fill="url(#timeGradient)"/>
</svg>