Poly Pizza Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Poly Pizza Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
An MCP (Model Context Protocol) server for the Poly Pizza 3D model API, providing seamless access to thousands of free 3D models.
This MCP server exposes the following tools:
npm install
npm run buildAdd this server to your MCP client configuration. Environment variables must be configured directly in your MCP settings.
Edit your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"polypizza": {
"command": "node",
"args": ["/absolute/path/to/polypizza-mcp/dist/index.js"],
"env": {
"POLYPIZZA_AUTH_TOKEN": "your_actual_token_here"
}
}
}
}Important: Replace /absolute/path/to/polypizza-mcp with the actual path to this repository, and replace your_actual_token_here with your Poly Pizza API token. The POLYPIZZA_AUTH_TOKEN is required and the server will not start without it.
For other MCP clients, configure the environment variable POLYPIZZA_AUTH_TOKEN according to your client's documentation. The server requires this environment variable to be set at runtime.
Once configured, you can interact with the Poly Pizza API through Claude:
"Show me the details for model with ID abc123""Find animated 3D models of animals"
"Search for CC0 licensed furniture models""Show me the models in list xyz789""Get all models created by username johndoe"# Watch mode for development
npm run watch
# Build
npm run buildThis server implements the Poly Pizza API v1.1 specification. For more details, visit https://poly.pizza.
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.