← kopern.ai

INDIVIDUAL MCP TOOL

kopern_get_session

Get full details of a session including message events, tool calls, and metrics.

kopern.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://kopern.ai/api/mcp/server

No auth detected

Connect to this endpoint to inspect the live schema for kopern_get_session and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent server

kopern.ai

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]
url = "https://kopern.ai/api/mcp/server"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "kopern": {
      "type": "http",
      "url": "https://kopern.ai/api/mcp/server"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: kopern
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": {
      "url": "https://kopern.ai/api/mcp/server"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "kopern": {
      "type": "http",
      "url": "https://kopern.ai/api/mcp/server"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "kopern",
  "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).