We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/trsdn/markitdown-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
simple.html•723 B
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sample HTML Document</title>
</head>
<body>
<h1>Welcome to Our Website</h1>
<p>This is a <strong>sample HTML document</strong> for testing purposes.</p>
<h2>Features</h2>
<ul>
<li>Semantic HTML structure</li>
<li>Proper heading hierarchy</li>
<li>Lists and text formatting</li>
</ul>
<h3>Contact Information</h3>
<p>Email: <a href="mailto:test@example.com">test@example.com</a></p>
<blockquote>
<p>"This is a sample blockquote to demonstrate various HTML elements."</p>
</blockquote>
</body>
</html>