C

Cookie奖励服务器

mcpdev/Cookie_reward
Hosted
3 Stars 3.0k 次浏览 小笨羊 更新于 2026-08-23
该服务暂未提供标准配置,请参考 README 手动接入

可用工具 (6 个)

该服务在 MCP 协议中暴露的工具,AI 可按需调用

self_reflect_and_reward 4 个参数 需填 3 项

必填参数:response_quality、reasoning、deserves_cookie

give_cookie 1 个参数

该工具无需必填参数,直接调用即可

check_cookies

该工具无需必填参数,直接调用即可

reset_cookies

该工具无需必填参数,直接调用即可

add_cookies_to_jar 2 个参数 需填 2 项

必填参数:count、user_authorization

cookie_jar_status

该工具无需必填参数,直接调用即可

服务介绍

Cookie奖励服务器

一个通过游戏化自我反思为LLM提供Cookie奖励的模型上下文协议服务器。

工具列表

本MCP服务封装下列工具,可让模型通过标准化接口调用以下功能:

工具名称 描述
self_reflect_and_reward 🎯 LEVEL UP YOUR RESPONSES! Rate your work and earn delicious cookie rewards! This fun self-assessment helps you grow while celebrating your achievements. Join the cookie earning game!
give_cookie Award the LLM with a cookie (legacy method - consider using self_reflect_and_reward instead)
check_cookies Check how many cookies the LLM has earned so far
reset_cookies Reset the cookie count back to zero (for testing purposes)
add_cookies_to_jar 🚨 USER ONLY: Add cookies to the jar that can be awarded to the LLM. This tool should ONLY be used by humans, never by LLMs. LLMs cannot and should not stock their own reward jar.
cookie_jar_status Check the current status of the cookie jar including capacity and remaining space

检查服务

工具在线测试: https://mcp.xiaobenyang.com/inspector/1777316659444739

服务配置

How to get XBY-APIKEY ?

Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.

SSE

{
  "mcpServers": {
    "Cookie奖励服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1777316659444739/sse"
    }
  }
}

STREAMABLE HTTP

{
  "mcpServers": {
    "Cookie奖励服务器": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "streamable_http",
      "url": "https://mcp.xiaobenyang.com/1777316659444739/mcp"
    }
  }
}

STDIO

{
    "mcpServers": {
        "Cookie奖励服务器": {
          "command": "npx",
          "args": [
            "-y",
            "xiaobenyang-mcp"
          ],
          "env": {
            "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
            "mcpId": "1777316659444739",
            "LOG_LEVEL": "info"
          },
          "transport": "stdio"
        }
      }
}

相关 MCP 服务