Skip to main content
Glama

WebScraping-AI MCP Server

Official
Dockerfile690 B
FROM node:18-alpine WORKDIR /app # Copy package.json and package-lock.json COPY package*.json ./ # Install only production dependencies RUN npm ci --only=production # Copy source files COPY . . # Set environment variables ENV NODE_ENV=production # Command to run the application ENTRYPOINT ["node", "src/index.js"] # Set default arguments CMD [] # Document that the service uses stdin/stdout for communication LABEL org.opencontainers.image.description="WebScraping.AI MCP Server - Model Context Protocol server for WebScraping.AI API" LABEL org.opencontainers.image.source="https://github.com/webscraping-ai/webscraping-ai-mcp-server" LABEL org.opencontainers.image.licenses="MIT"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/webscraping-ai/webscraping-ai-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server