Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Scraper.is MCP Server
Claim
by
Ai-Quill
npm
GitHub
Browser Automation
Search
TypeScript
MIT License
444
4
Apple
Linux
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
api.md
.eslintrc.json
.gitignore
install.sh
LICENSE
.npmignore
package.json
package-lock.json
README.md
tsconfig.json
vitest.config.ts
yarn.lock
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "outDir": "./build", "rootDir": "./src", "strict": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules", "build", "tests"] }