Token导航 LogoToken导航TokenDH.com
AG
AI代理HTTP官方级别未说明来源级核验

Agents @Kopern.AI

MCP Server

Full AI agent lifecycle platform — create, grade, optimize, deploy and orchestrate AI agents from your IDE or terminal.

工具数

公开资料未说明
JavaScriptOAuth认证HTTPAI代理

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/17 23:49

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add kopern/mcp-server

详细介绍

Agents @Kopern.ai

Full AI agent lifecycle platform — create, grade, optimize, deploy and orchestrate AI agents from your IDE or terminal.

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add kopern/mcp-server

# Browse available tools
npx -y smithery tool list kopern/mcp-server

# Get full schema for a tool
npx -y smithery tool get kopern/mcp-server kopern_list_templates

# Call a tool
npx -y smithery tool call kopern/mcp-server kopern_list_templates '{}'

Direct MCP Connection

Endpoint: https://kopern.run.tools

Required config:

  • key (query) — Kopern API key (starts with kpn_). Get yours at https://kopern.ai → Settings → Personal API Key

Tools (31)

  • kopern_list_templates — List all 37 AI agent templates (28 general + 9 vertical/business). Returns slug, title, domain, tagline. No LLM cost.
  • kopern_list_agents — List all your Kopern agents (name, description, model, domain, grading score). No LLM cost.
  • kopern_grade_prompt — Grade a system prompt against inline test cases. Uses 6 criteria types (output_match, schema_validation, tool_usage, sa…
  • kopern_create_agent — Create a new AI agent with a system prompt, model, and optional skills. Returns the agentId.
  • kopern_get_agent — Get full details of an agent: system prompt, model, skills count, tools count, grading suites count.
  • kopern_update_agent — Update an agent's configuration (name, system prompt, model, builtin tools, etc.).
  • 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). Creates agent + skills + tools + grading suite in one shot. …
  • kopern_create_grading_suite — Create a grading suite with test cases on an agent. Each case has an input prompt and expected behavior for evaluation.
  • kopern_run_grading — Run a grading suite on an agent. Executes all test cases, evaluates with configured criteria, returns detailed scores. …
  • kopern_run_autoresearch — Run AutoTune optimization on an agent. Iteratively mutates the system prompt, re-grades, and keeps improvements. Return…
  • kopern_create_team — Create a multi-agent team. Agents work together in parallel, sequential (chain), or conditional (router) mode.
  • kopern_run_team — Execute a multi-agent team on a prompt. Returns each agent's output and the final combined result. Uses YOUR API keys.
  • kopern_connect_widget — Enable the embeddable chat widget for an agent. Returns the embed code for your website.
  • kopern_connect_telegram — Connect an agent to Telegram via a bot. Requires a bot token from @BotFather.
  • kopern_connect_whatsapp — Connect an agent to WhatsApp Business. Requires Meta Cloud API credentials.
  • kopern_connect_slack — Connect an agent to Slack. Returns an OAuth install URL to authorize in your browser (Slack requires interactive OAuth).
  • kopern_connect_webhook — Create an inbound or outbound webhook for an agent. Inbound: receive messages via HTTP POST. Outbound: send events to y…
  • kopern_create_pipeline — Create a multi-step pipeline on an agent. Steps chain agents sequentially with configurable input mapping.
  • kopern_run_pipeline — Execute a pipeline on a prompt. Steps run sequentially, each feeding its output to the next. Uses YOUR API keys.
  • kopern_list_sessions — List conversation sessions for an agent. Shows purpose, source, token usage, cost, timestamps. No LLM cost.
  • kopern_get_session — Get full details of a session including message events, tool calls, and metrics. No LLM cost.
  • kopern_manage_memory — Manage an agent's persistent memory. Actions: remember (save key-value), recall (search by query), forget (delete by ke…
  • kopern_compliance_report — Generate an EU AI Act compliance report for an agent. Checks Art. 6 (risk), Art. 12 (audit trail), Art. 14 (human overs…
  • kopern_get_grading_results — Get detailed results of a grading run: per-case scores, agent outputs, criteria evaluations, improvement notes. No LLM …
  • kopern_list_grading_runs — List grading runs for a suite. Shows score history, pass rates, and versions over time. No LLM cost.
  • kopern_connect_email — Connect an agent to Gmail or Outlook for email tools (read_emails, send_email, reply_email). Requires OAuth in browser.…
  • kopern_connect_calendar — Connect an agent to Google Calendar or Microsoft Calendar for scheduling tools (list_events, create_event, etc.). Requi…
  • kopern_get_usage — Get token usage and cost metrics. Shows input/output tokens, cost, grading runs, and per-agent breakdown. No LLM cost.
  • kopern_export_agent — Export an agent as a portable JSON object (agent config, skills, tools, extensions, grading suites with cases). Use kop…
  • kopern_import_agent — Import an agent from a Kopern export JSON. Creates a new agent with all skills, tools, extensions, and grading suites. …
# Get full input/output schema for a tool
npx -y smithery tool get kopern/mcp-server 

Prompts (3)

  • create-agent (use_case) — Step-by-step guide to create, configure and deploy a new AI agent on Kopern
  • grade-and-improve (agent_id) — Create a grading suite, run evaluation, and optimize an existing agent with AutoResearch
  • deploy-everywhere (agent_id) — Deploy an agent to all available channels: widget, Slack, Telegram, WhatsApp, webhooks

目录标签

目录标签

JavaScriptOAuth认证HTTPAI代理

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

oauth

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPoauth部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP