Back to Home
GhostTypes icon

printables-mcp-server

Verified Safe

by GhostTypes

Overview

Interacts with Printables.com to search for 3D models, retrieve associated downloadable files, and scrape model descriptions.

Installation

Run Command
python mcp/printables_mcp_server.py

Security 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

Stats

Interest Score24
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2025-11-18

Tags

Printables.com3D ModelsWeb ScrapingGraphQLMCP Server