We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ShirshovDIM/retopoflow_blender_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
01_mcp_contract.feature•967 B
Feature: MCP Contract - Listing & Discovery
As an MCP client
I want to discover retopo tools, resources, and prompts
So that I can use them for retopology workflows
Background:
Given the MCP server is running
And the Blender addon is connected
Scenario: Server exposes retopo tools per MCP spec
When the client requests the tool list
Then the response includes retopology tools with JSON schemas
And each tool has a clear description
And each tool parameter has a defined type
Scenario: Server exposes retopo resources per MCP spec
When the client requests the resource list
Then the response includes viewport screenshot resources
And each resource declares the correct MIME type
Scenario: Server exposes retopo prompts per MCP spec
When the client requests the prompt list
Then the response includes the "Retopo Pipeline" prompt
And the prompt provides guidance for the complete retopology workflow