Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Puppeteer MCP Server
Claim
by
jwaldor
npm
GitHub
Browser Automation
JavaScript
15,502
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-scrape-copilot
Dockerfile
.gitignore
index.ts
llm.txt
package.json
package-lock.json
README.md
tsconfig.json
types.ts
utilities.ts
export interface RequestRecord { url: string; method: string; headers: Record<string, string>; resourceType: string; postData: any; embedding: number[]; }