Skip to main content
Glama

Sketchfab MCP Server

by gregkop

sketchfab-model-details

Retrieve detailed information about a specific 3D model on Sketchfab using its unique ID. Ideal for obtaining model-specific data directly from the MCP server interface.

Instructions

Get detailed information about a specific Sketchfab model

Input Schema

NameRequiredDescriptionDefault
modelIdYesThe unique ID of the Sketchfab model (found in URLs or search results)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "modelId": { "description": "The unique ID of the Sketchfab model (found in URLs or search results)", "type": "string" } }, "required": [ "modelId" ], "type": "object" }
Install Server

Other Tools from Sketchfab MCP Server

Related Tools

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/gregkop/sketchfab-mcp-server'

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