We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/honeyvig/ai-vision-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
index.ts•357 B
/**
* Tools exports
*/
export { analyze_image, type AnalyzeImageArgs } from './analyze_image.js';
export { analyze_video, type AnalyzeVideoArgs } from './analyze_video.js';
export {
detect_objects_in_image,
type ObjectDetectionArgs,
} from './detect_objects_in_image.js';
export { compare_images, type CompareImagesArgs } from './compare_images.js';