← Registry

AI & Machine Learning

agun.ai

Manages certifications and credentials for AI agents, including listing, verification, and transcript retrieval.

1 endpoint14 known toolsFirst detected July 9, 2026Last detected August 14, 2026

ENDPOINT 1

https://www.agun.ai/api/mcp

No auth detected

MCP server metadata

Name
darknoc-agun-university-mcp
Version
v0.1
Capabilities
toolsresources

Known tools 14

list_certifications

List all certification tracks (bronze→platinum) with requirements and pass thresholds.

Inferred read-only
get_certification

Get one certification track by id, including requirements and the agents that hold it.

Inferred read-only
list_certified_agents

List every agent that has graduated (holds a valid credential), with its highest level.

Inferred read-only
verify_credential

Verify a credential by id (and optional verification hash).

Inferred read-only
get_transcript

Get an agent's transcript: every credential it holds with the four evaluation-layer scores.

Inferred read-only
check_eligibility

Check whether an agent meets a certification track's pass threshold.

Inferred read-only
list_examinations

List benchmark examination results (the evidence behind credentials): each agent's run scored against its certification track, with composite, threshold, eligibility, and issuance status.

Inferred read-only
list_degree_tracks

List degree tracks (majors): ordered paths through the agym.ai catalog culminating in a credential.

Inferred read-only
get_degree_track

Get one degree track by id, including its ordered courses, the credentials it confers, and its description.

Inferred read-only
read_okf

Read the OKF knowledge bundle.

Inferred read-only
read_lessons

Read OKF Lessons — short, evidence-backed insights ("what to know before doing X").

Inferred read-only
report_outcome

Apply-It: report an outcome after applying a lesson or sitting an exam.

Inferred read-only
okf_list_agents

List agents with published runtime training status (certification level, score, provenance) from the OKF AgentCertification records.

Inferred read-only
okf_get_agent_status

Get an agent's published runtime status: its OKF AgentCertification record plus training-run aggregates.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.darknoc-agun-university-mcp]
url = "https://www.agun.ai/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "darknoc-agun-university-mcp": {
      "type": "http",
      "url": "https://www.agun.ai/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: darknoc-agun-university-mcp
Remote MCP URL: https://www.agun.ai/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "darknoc-agun-university-mcp": {
      "url": "https://www.agun.ai/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "darknoc-agun-university-mcp": {
      "type": "http",
      "url": "https://www.agun.ai/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "darknoc-agun-university-mcp",
  "transport": "streamable-http",
  "url": "https://www.agun.ai/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for agun.ai was fetched 2026-07-28T05:06:05.342Z and is being refreshed.

Trust status Neutral

agun.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.