bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
io.github.juh5ng/k-data-mcp · v0.2.1
Korean market data: kimchi premium, sell-side research, news. Pay per call in USDC via x402.
k-data-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"k-data-mcp": {
"command": "npx",
"args": [
"-y",
"k-data-mcp"
],
"env": {
"K_DATA_PRIVATE_KEY": "<K_DATA_PRIVATE_KEY>"
}
}
}
}K_DATA_PRIVATE_KEY必填secretPrivate key of a dedicated wallet holding USDC on Base. Each tool call spends from it. No ETH needed - x402 settles off-chain and the facilitator pays gas.
K_DATA_MAX_SPEND_USD可选Hard cap on cumulative spend for the session. The server refuses any call that would exceed it.
K_DATA_BASE_URL可选Point at a different K-Data deployment.
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "io.github.juh5ng/k-data-mcp",
"type": "mcp-server",
"version": "0.2.1",
"displayName": "k-data-mcp",
"description": "Korean market data: kimchi premium, sell-side research, news. Pay per call in USDC via x402.",
"repository": {
"url": "https://github.com/juh5ng/k-data-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "k-data-mcp",
"version": "0.2.1",
"transport": "stdio",
"environmentVariables": [
{
"name": "K_DATA_PRIVATE_KEY",
"description": "Private key of a dedicated wallet holding USDC on Base. Each tool call spends from it. No ETH needed - x402 settles off-chain and the facilitator pays gas.",
"isRequired": true,
"isSecret": true
},
{
"name": "K_DATA_MAX_SPEND_USD",
"description": "Hard cap on cumulative spend for the session. The server refuses any call that would exceed it."
},
{
"name": "K_DATA_BASE_URL",
"description": "Point at a different K-Data deployment."
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.juh5ng/k-data-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.juh5ng%2Fk-data-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}