Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.agun-ai]
url = "https://www.agun.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agun-ai": {
"type": "http",
"url": "https://www.agun.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agun-ai
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": {
"agun-ai": {
"url": "https://www.agun.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agun-ai": {
"type": "http",
"url": "https://www.agun.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agun-ai",
"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.
Related tools
list_certifications— List all certification tracks (bronze→platinum) with requirements and pass thresholds.get_certification— Get one certification track by id, including requirements and the agents that hold it.list_certified_agents— List every agent that has graduated (holds a valid credential), with its highest level.verify_credential— Verify a credential by id (and optional verification hash).get_transcript— Get an agent's transcript: every credential it holds with the four evaluation-layer scores.check_eligibility— Check whether an agent meets a certification track's pass threshold.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.list_degree_tracks— List degree tracks (majors): ordered paths through the agym.ai catalog culminating in a credential.