40
Partial
Agentic Readiness Score
developer
llms-txt mcp ai-friendly search security hosting ai
Agentic Signals
🤖
ai-plugin.json
Not found
🔗
Structured API
Not found
🏷
Schema.org Markup
Not found
Embed this badge
Show off your agentic readiness — the badge auto-updates when your score changes.
HTML
Markdown
JSX
llms.txt Content
<!DOCTYPE html><html lang="en" class="scroll-smooth"> <head><meta charset="UTF-8"><meta name="description" content="Smart MCP Proxy - Federating gateway that extends AI-agent productivity by connecting hundreds of MCP servers with intelligent tool discovery and security quarantine protection."><meta name="viewport" content="width=device-width, initial-scale=1.0"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><meta name="generator" content="Astro v5.13.4"><title>MCPProxy.app - Smart MCP Proxy for AI Agents</title><!-- Preload fonts --><link rel="preconnect" href="https://fonts.googleapis.com"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"><!-- Theme handling --><script>
function setTheme() {
const theme = localStorage.getItem('theme') ||
(window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light');
document.documentElement.className = theme === 'dark' ? 'dark scroll-smooth' : 'scroll-smooth';
}
setTheme();
document.addEventListener('astro:page-load', setTheme);
</script><meta name="theme-color" content="#0ea5e9"><link rel="stylesheet" href="/_astro/_slug_.DJBdhOJI.css"></head> <body class="bg-white dark:bg-gray-900 text-gray-900 dark:text-white transition-colors duration-200"> <button id="theme-toggle" class="fixed top-4 right-4 z-50 p-2 rounded-full bg-gray-200 dark:bg-gray-700 text-gray-700 dark:text-gray-200 hover:bg-gray-300 dark:hover:bg-gray-600 transition-colors duration-200" aria-label="Toggle theme"> <svg id="theme-toggle-dark-icon" class="hidden w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path d="M17.293 13.293A8 8 0 016.707 2.707a8.001 8.001 0 1010.586 10.586z"></path> </svg> <svg id="theme-toggle-light-icon" class="hidden w-5 h-5" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/20