Hokyo MCP Server
HM
Hokyo MCP Server
/get_article_by_slug

get article by slug

スラグを指定して世代別記事を取得します。

liveverifiedunknown~5s typical
mcpprobedhokyomcpserver
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-bustup-monitor-mcp /get_article_by_slug for me.

Input

FieldTypeDescription
slug*string記事スラグ(例: elegant-aging)

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-bustup-monitor-mcp","endpoint":"/get_article_by_slug","input":{"slug":"..."}}'
cli
npx cracked-ai run -p mcp-com-bustup-monitor-mcp -e /get_article_by_slug -i '{"slug":"..."}'
mcp
run_tool({ provider: "mcp-com-bustup-monitor-mcp", endpoint: "/get_article_by_slug", input: {"slug":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.