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
483
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
{
"
env
"
: {
"
node
"
:
true
,
"
es2022
"
:
true
},
"
extends
"
: [
"
eslint:recommended
"
,
"
plugin:@typescript-eslint/recommended
"
],
"
parser
"
:
"
@typescript-eslint/parser
"
,
"
parserOptions
"
: {
"
ecmaVersion
"
:
"
latest
"
,
"
sourceType
"
:
"
module
"
},
"
plugins
"
: [
"
@typescript-eslint
"
],
"
rules
"
: {
"
indent
"
: [
"
error
"
,
2
],
"
linebreak-style
"
: [
"
error
"
,
"
unix
"
],
"
quotes
"
: [
"
error
"
,
"
single
"
, {
"
avoidEscape
"
:
true
}],
"
semi
"
: [
"
error
"
,
"
always
"
],
"
@typescript-eslint/no-explicit-any
"
:
"
warn
"
,
"
@typescript-eslint/explicit-function-return-type
"
:
"
off
"
}
}