sketchup.com
SketchUp is a 3D modeling product from Trimble with an extension ecosystem for customizing workflows and working with SketchUp model files. Its developer materials focus on in-application Ruby extensions, a C SDK for `.skp` file access, and an MCP endpoint for agent integrations.
SketchUp exposes a documented local extension-development surface via its Ruby API and C SDK docs, plus a public Trimble SketchUp MCP connect endpoint at `https://api.sketchup.com/mcp/v1/sketchup/mcp` that requires a bearer token discovered through MCP/OAuth.
- Trimble SketchUp MCPdetected
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing