You're viewing a demo portfolio

Join the waitlist
PRSM

bias_amplification_tracker

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Tracks bias amplification in LLM outputs by analyzing fairness metrics from HuggingFace's model leaderboard. Designed for risk assessment personas to detect and quantify demographic, gender, or racial bias amplification in generated text. Accepts model identifiers or output samples, returns structured bias metrics and amplification trends.

Parameters schema

{
  "type": "object",
  "required": [],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "modelId": {
      "type": "string",
      "description": "HuggingFace model identifier (e.g., 'facebook/opt-1.3b')"
    },
    "outputSamples": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of LLM output strings to analyze for bias amplification"
    },
    "demographicGroups": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Specific demographic groups to monitor (e.g., ['gender', 'race'])"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →
bias_amplification_tracker — @gapup/mcp-knowledge — PRSM MCP