← kopern.ai
INDIVIDUAL MCP TOOL
kopern_create_grading_suite
Create a grading suite with test cases on an agent.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.kopern-ai]
url = "https://kopern.ai/api/mcp/server"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kopern-ai": {
"type": "http",
"url": "https://kopern.ai/api/mcp/server"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kopern-ai
Remote MCP URL: https://kopern.ai/api/mcp/server
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": {
"kopern-ai": {
"url": "https://kopern.ai/api/mcp/server"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kopern-ai": {
"type": "http",
"url": "https://kopern.ai/api/mcp/server"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kopern-ai",
"transport": "streamable-http",
"url": "https://kopern.ai/api/mcp/server"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
kopern_list_templates— List all 37 AI agent templates (28 general + 9 vertical/business).kopern_list_agents— List all your Kopern agents (name, description, model, domain, grading score).kopern_grade_prompt— Grade a system prompt against inline test cases.kopern_create_agent— Create a new AI agent with a system prompt, model, and optional skills.kopern_get_agent— Get full details of an agent: system prompt, model, skills count, tools count, grading suites count.kopern_update_agent— Update any part of an agent: config, skills, tools, or extensions.kopern_delete_agent— Permanently delete an agent and all its data (skills, tools, grading suites, sessions, connectors).kopern_deploy_template— Deploy an agent from a template (28 general + 9 vertical).