We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/flrngel/mcp-master-puppeteer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A simple test page for MCP Puppeteer">
<meta name="keywords" content="test, puppeteer, mcp">
<meta property="og:title" content="Simple Test Page">
<meta property="og:description" content="Testing MCP Puppeteer tools">
<meta property="og:image" content="https://example.com/image.jpg">
<title>Simple Test Page</title>
</head>
<body>
<h1>Main Heading</h1>
<p>This is a simple paragraph with some <a href="https://example.com">links</a> in it.</p>
<h2>Section 1</h2>
<p>Content for section 1.</p>
<h2>Section 2</h2>
<p>Content for section 2 with <strong>bold text</strong> and <em>italic text</em>.</p>
<ul>
<li>List item 1</li>
<li>List item 2</li>
<li>List item 3</li>
</ul>
<img src="test.jpg" alt="Test image" width="300" height="200">
</body>
</html>