Model Safety MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| available_scanners_toolA | Show which scanner backends are installed and ready to use. |
| picklescan_scanC | Run picklescan against a local path or downloadable URL. |
| modelscan_scanC | Run modelscan against a local path or downloadable URL. |
| deep_model_inspectC | Run heuristic inspection for risky file types and embedded pickle members. |
| artifact_safety_reportC | Run the broadest available model artifact safety report. |
| scan_directory_toolC | Run artifact_safety_report across every file in a directory and aggregate the findings. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: broad report, scanner listing, heuristic inspection, two specific scanner backends, and directory aggregation. No overlap.
Names mix patterns: some end with 'tool', others with 'scan' or 'inspect', and one is a phrase ('artifact_safety_report'). Inconsistent verb_noun structure.
6 tools is well-scoped for a model safety MCP server. Each tool serves a distinct function without being excessive.
Covers major coverage areas: broad safety report, specific scanners, and directory scanning. Minor gap: no tool for updating scanner configurations.