Skip to content

kkkaoru/pc-keiba-viewer

v1.0.0Apache-2.0

Authenticated MCP access to PC-KEIBA viewer race data, plus the skill that tells agents how to use it. Human Cloudflare Access stays in place; MCP adds a Bearer token. Hostnames and credentials are supplied by the client environment, not this package.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

pc-keiba-viewerstdio
{
  "type": "stdio",
  "command": "python3",
  "args": [
    "${PLUGIN_ROOT}/src/run_mcp_stdio_proxy.py"
  ]
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "pc-keiba-viewer",
  "version": "1.0.0",
  "description": "Authenticated MCP access to PC-KEIBA viewer race data, plus the skill that tells agents how to use it. Human Cloudflare Access stays in place; MCP adds a Bearer token. Hostnames and credentials are supplied by the client environment, not this package.",
  "license": "Apache-2.0",
  "keywords": ["agent-plugins", "mcp", "horse-racing", "pc-keiba", "keiba"],
  "repository": "https://github.com/kkkaoru/horse-racing-data"
}