printables-mcp-server
Verified Safeby GhostTypes
Overview
Interacts with Printables.com to search for 3D models, retrieve associated downloadable files, and scrape model descriptions.
Installation
python mcp/printables_mcp_server.pySecurity Notes
The server primarily uses `requests` for GraphQL API interactions and `cloudscraper` with `BeautifulSoup` for web scraping. No 'eval' or other direct code execution vulnerabilities were found. Input validation for search parameters (limit, ordering) is present. The web scraping component parses untrusted HTML, which always carries a minor inherent risk of parsing vulnerabilities, though `BeautifulSoup` is generally robust. No hardcoded secrets were identified.
Similar Servers
agentql-mcp
Integrates AgentQL's data extraction capabilities to extract structured data from web pages using natural language prompts.
scrapi-mcp
This MCP server enables AI agents to scrape web pages and retrieve their content as HTML or Markdown, with advanced browser interaction capabilities.
lyra-tool-discovery
This MCP server is designed to fetch, parse, and organize documentation from websites implementing the llms.txt standard. It transforms raw documentation into structured, agent-ready formats, exposing tools for AI agents, LLMs, and automation workflows to consume documentation programmatically.
mcp-server-requests
An MCP server that provides HTTP request capabilities, enabling LLMs to fetch and process web content, including saving to files.