Skip to main content
Glama

OpenXAI MCP Server

by Cappybara12
MIT License

list_explainers

Discover and filter available AI explanation methods like LIME, SHAP, and Grad-CAM using OpenXAI's standardized interface for evaluating and benchmarking models.

Instructions

List available explanation methods in OpenXAI

Input Schema

NameRequiredDescriptionDefault
method_typeNoFilter by explanation method type

Input Schema (JSON Schema)

{ "properties": { "method_type": { "description": "Filter by explanation method type", "enum": [ "lime", "shap", "integrated_gradients", "gradcam", "all" ], "type": "string" } }, "required": [], "type": "object" }

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/Cappybara12/mcpopenxAI'

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