We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dewoller/generic_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
sample.html•377 B
<!DOCTYPE html>
<html>
<head>
<title>Test Document</title>
</head>
<body>
<h1>Sample Test Document</h1>
<p>This is a test document for the MCP server.</p>
<p>It contains some sample text that should be extracted by pandoc.</p>
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>
<p>End of document.</p>
</body>
</html>