We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tbrennem-source/sf-permits-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
<!-- HTMX fragment: replaces #job-status-poll when job goes stale (worker restarted) -->
<div id="job-status-poll" style="text-align: center; padding: 20px;">
<div style="font-size: 2.5rem; margin-bottom: 12px;">⚠️</div>
<p style="font-weight: 600; color: #ff9800; font-size: 1.1rem; margin-bottom: 8px;">
Processing Interrupted
</p>
<p style="color: var(--text-muted, #999); font-size: 0.9rem; margin-bottom: 16px;">
A server restart interrupted your analysis. Please re-upload your plan set.
</p>
<a href="/"
style="display: inline-block; background: var(--accent, #2563eb); color: white;
padding: 10px 24px; border-radius: 8px; text-decoration: none;
font-weight: 600; font-size: 0.95rem;">
Upload Again
</a>
</div>