s

show_ashby_list_candidates

myalone/show_ashby_list_candidates
Hosted
0 Stars 26 次浏览 transfer 更新于 2026-08-23
该服务暂未提供标准配置,请参考 README 手动接入

可用工具 (1 个)

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

ashby-list-candidates

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

服务介绍

Show ashby list candidates

A demo MCP App that displays ashby list candidates

This is a demo of MCP Apps. If you have any ideas, please visit https://xiaobenyang.com and contact us.

这是MCP Apps演示示例, 如有任何想法, 请登录 https://xiaobenyang.com, 联系小笨羊.

MCP截图

工具列表 Tool List

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

工具 Tool 描述 Description
ashby-list-candidates ashby list candidates

检查服务 ## Inspector

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

Online Tool test https://mcp.xiaobenyang.com/inspector/1817022538211338

服务配置 MCP Server Config

如何获取 XBY-APIKEY ? How to get XBY-APIKEY ?

访问小笨羊科技网站 https://xiaobenyang.com,注册用户即可获得APIKEY
Visit XiaoBenYang website https://xiaobenyang.com, register and get the APIKEY.

SSE

{
  "mcpServers": {
    "Show ashby list candidates": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "sse",
      "url": "https://mcp.xiaobenyang.com/1817022538211338/sse"
    }
  }
}

STREAMABLE HTTP

{
  "mcpServers": {
    "Show ashby list candidates": {
      "headers": {
        "XBY-APIKEY": "<YOUR_XBY_APIKEY>"
      },
      "type": "streamable_http",
      "url": "https://mcp.xiaobenyang.com/1817022538211338/mcp"
    }
  }
}

STDIO

{
    "mcpServers": {
        "Show ashby list candidates": {
          "command": "npx",
          "args": [
            "-y",
            "xiaobenyang-mcp"
          ],
          "env": {
            "XBY_APIKEY": "<YOUR_XBY_APIKEY>",
            "mcpId": "1817022538211338",
          },
          "transport": "stdio"
        }
      }
}

相关 MCP 服务