AI & Machine Learning
agun.ai
Manages certifications and credentials for AI agents, including listing, verification, and transcript retrieval.
ENDPOINT 1
https://www.agun.ai/api/mcp
MCP server metadata
- Name
- darknoc-agun-university-mcp
- Version
- v0.1
Known tools 14
list_certificationsList all certification tracks (bronze→platinum) with requirements and pass thresholds.
Inferred read-onlyget_certificationGet one certification track by id, including requirements and the agents that hold it.
Inferred read-onlylist_certified_agentsList every agent that has graduated (holds a valid credential), with its highest level.
Inferred read-onlyget_transcriptGet an agent's transcript: every credential it holds with the four evaluation-layer scores.
Inferred read-onlycheck_eligibilityCheck whether an agent meets a certification track's pass threshold.
Inferred read-onlylist_examinationsList 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-onlylist_degree_tracksList degree tracks (majors): ordered paths through the agym.ai catalog culminating in a credential.
Inferred read-onlyget_degree_trackGet one degree track by id, including its ordered courses, the credentials it confers, and its description.
Inferred read-onlyread_lessonsRead OKF Lessons — short, evidence-backed insights ("what to know before doing X").
Inferred read-onlyreport_outcomeApply-It: report an outcome after applying a lesson or sitting an exam.
Inferred read-onlyokf_list_agentsList agents with published runtime training status (certification level, score, provenance) from the OKF AgentCertification records.
Inferred read-onlyokf_get_agent_statusGet an agent's published runtime status: its OKF AgentCertification record plus training-run aggregates.
Inferred read-onlyCONNECT 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.
agun.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.