Skip to main content
Glama

GIA Governance Intelligence Automation

Server Details

AI governance engine — decision controls, compliance, audit chains, knowledge packs.

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL
Repository
knowledgepa3/gia-mcp-server
GitHub Stars
2
Server Listing
GIA MCP Server

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

6 tools
assess_risk_tierInspect

Assess the risk tier of an AI system using rule-based mapping to EU AI Act categories (Unacceptable, High, Limited, Minimal). Returns tier and MAI governance recommendations. Classification is heuristic, not a legal determination.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesIndustry domain
system_descriptionYesDescription of the AI system or operation
affects_individualsYesWhether the system makes decisions affecting individuals
autonomous_decisionsYesWhether the system makes autonomous decisions
classify_decisionInspect

Classify an AI agent decision using the MAI Framework (Mandatory/Advisory/Informational). Returns classification level, confidence score, gate requirements, and rationale.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesDomain context
decisionYesDescription of the decision to classify
agent_nameNoName of the agent making the decision
has_legal_impactNoWhether action involves legal assertions
is_client_facingNoWhether output is client-facing
has_financial_impactNoWhether action has financial impact
evaluate_thresholdInspect

Compute the Storey Threshold — escalation rate (gates required / total operations). Returns current rate, status, and recommendations. Healthy band 10-18% is a design heuristic, not empirically validated.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

map_complianceInspect

Map GIA governance components to regulatory compliance frameworks (NIST AI RMF, EU AI Act, ISO 42001, NIST 800-53, LINDDUN, MITRE ATLAS). Shows which controls are implemented.

ParametersJSON Schema
NameRequiredDescriptionDefault
frameworkYesCompliance framework to map
score_governanceInspect

Compute weighted governance score from caller-provided Integrity, Accuracy, and Compliance values (0-1). Returns weighted composite and pass/fail against configured thresholds. Scores are caller-assessed — this tool applies weights and thresholds, not independent evaluation.

ParametersJSON Schema
NameRequiredDescriptionDefault
accuracyYesFactual accuracy score (0.0-1.0)
integrityYesData integrity score (0.0-1.0)
operationYesName of the operation being scored
complianceYesRegulatory compliance score (0.0-1.0)
verify_ledgerInspect

Verify the integrity of the hash-chained forensic audit ledger. Recomputes every SHA-256 hash from genesis and reports whether the chain is intact. Classification: INFORMATIONAL — read-only, no side effects.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Last verification attempt failed.

Failed to fetch .well-known/glama.json: HTTP 403

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.