Linkyun Ops
FreeNot checkedProvides MCP tools for querying LinkYun operations metrics, including listing metrics, querying metrics, managing agents, and home recommendations, by forwardin
About
Provides MCP tools for querying LinkYun operations metrics, including listing metrics, querying metrics, managing agents, and home recommendations, by forwarding requests to the LinkYun Agent Ops HTTP API.
README
MCP adapter for LinkYun operations metrics.
The server exposes MCP tools for Agents and forwards every request to the
linkyun-agent Ops HTTP API. It does not connect to databases, generate SQL,
define metrics, or make authorization decisions.
Tools
ops_list_metrics: list metrics available to the configured operator token.ops_query_metric: query one backend metric with the backend query contract.ops_get_home_recommendations: get home banner/platform/hot ranking config.ops_preview_home_recommendations: validate partial home recommendation config.ops_set_home_recommendations: replace supplied home recommendation modules with audit.ops_list_agents: list/find workspace agents with operations fields.ops_get_agent: get one workspace agent by code.ops_list_agent_tags: list active tag library and discover categories.ops_update_agent: update allowed Agent operations fields with audit.ops_get_tracking_summary: query one campaign tracking funnel summary.ops_get_tracking_breakdown: compare funnels bylink_id,source, orcampaign.ops_get_tracking_trend: query hourly or daily campaign funnel trends.ops_list_tracking_short_links: list short-link configs, optionally with metrics.ops_create_tracking_short_link: create a short-link config with audit reason.ops_update_tracking_short_link: update a short-link config with audit reason.
Configuration
LINKYUN_OPS_BASE_URL=http://localhost:8080
LINKYUN_OPS_TOKEN=ops_...
LINKYUN_OPS_CLIENT=linkyun-ops-mcp
LINKYUN_OPS_TIMEOUT_MS=10000
Development
npm.cmd install
npm.cmd run build
npm.cmd test
npm.cmd run lint
openspec validate ops-mcp-adapter-mvp --strict
openspec validate ops-agent-management-tools --strict
openspec validate ops-tracking-analytics-v2 --strict
Claude Desktop Example
{
"mcpServers": {
"linkyun-ops": {
"command": "node",
"args": ["D:/Projects/linkyun/linkyun-ops/linkyun-ops-mcp/dist/index.js"],
"env": {
"LINKYUN_OPS_BASE_URL": "http://localhost:8080",
"LINKYUN_OPS_TOKEN": "ops_..."
}
}
}
}
Agents must convert relative time phrases into explicit RFC3339 timestamps
before calling ops_query_metric or tracking analytics tools.
Metric Notes
ops_query_metric forwards metric codes to the backend Ops API. Adding a new
backend metric usually does not require an MCP tool schema change unless the
query contract itself changes.
Common backend metric codes:
accounts_createdregistered_usersagents_createdchat_messagesagent_assistant_messagesagent_likesmoment_likesmoment_favorites
agent_likes, moment_likes, and moment_favorites support rank in the
backend. They also accept optional agent_code for aggregate, timeseries, and
compare queries; for Moment metrics, agent_code means Moments belonging to
that Agent.
Tracking Notes
Tracking analytics tools forward to backend Ops APIs and return backend JSON unchanged. Adding a new backend event count or conversion-rate field does not require an MCP schema change unless the request contract changes.
Supported event counts include:
clicklanding_openvalid_openregister_startregister_successcreate_idol_startcreate_idol_successchat_startfirst_message_sentfirst_agent_reply_receiveddiscovery_viewagent_searchagent_design_sheet_viewadd_friend_successmessage_sentagent_reply_receivedchat_send_failagent_reply_timeoutgroup_chat_create_successgroup_chat_upgrade_successgroup_message_sentgroup_agent_reply_receivedgroup_reply_timeoutmoments_viewagent_moments_viewmoment_likemoment_commentshare_agent_openguest_session_create_successguest_message_sentguest_reply_receivedguest_enter_appwelcome_viewguest_explore_clickguest_home_viewguest_tab_clickauth_required_viewauth_required_sourceauth_required_actionauth_required_closeauth_method_selectauth_successauth_failredirect_after_auth_startredirect_after_auth_successredirect_after_auth_failpending_action_execute_successpending_action_execute_failguest_to_auth_startguest_to_auth_successguest_create_intentguest_companion_intentguest_interaction_intent
Tracking responses may include these conversion-rate fields:
landing_open_rate = landing_open / clickvalid_open_rate = valid_open / landing_openregister_start_rate = register_start / landing_openregister_success_rate = register_success / landing_opencreate_idol_start_rate = create_idol_start / landing_opencreate_idol_success_rate = create_idol_success / landing_openregister_to_create_success_rate = create_idol_success / register_successchat_start_rate = chat_start / valid_openfirst_message_sent_rate = first_message_sent / valid_openfirst_agent_reply_received_rate = first_agent_reply_received / first_message_sent
Use ops_get_tracking_breakdown for channel or campaign comparison, and
ops_get_tracking_trend for day/hour trend charts. Short-link writes require
reason; disabling a link uses status: "disabled" rather than delete.
Use ops_list_tracking_short_links with include_metrics=true and explicit
created_from / created_to values to return per-link funnel metrics.
Example tracking questions:
- List short links with metrics for
2026-07-01T00:00:00+08:00to2026-07-08T00:00:00+08:00. - Compare
ai_world_launch_202606bysourcefor an explicit date range. - Query daily funnel trend for one
link_id. - Query whether campaign traffic reached chat activation using
chat_start,first_message_sent, andfirst_agent_reply_received.
Installing Linkyun Ops
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/stelee410/linkyun-ops-mcpFAQ
Is Linkyun Ops MCP free?
Yes, Linkyun Ops MCP is free — one-click install via Unyly at no cost.
Does Linkyun Ops need an API key?
No, Linkyun Ops runs without API keys or environment variables.
Is Linkyun Ops hosted or self-hosted?
A hosted option is available: Unyly runs the server in the cloud, no local setup required.
How do I install Linkyun Ops in Claude Desktop, Claude Code or Cursor?
Open Linkyun Ops on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Linkyun Ops with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
