Skip to main content
Glama

MCP Bone 的 MCP 服务器

什么是 MCP 骨骼?

MCP Bone 是一项在线服务,提供一套 MCP 工具。主页在 MCP Bone 上,您可以注册其他 MCP 服务器,获取函数调用工具的 JSON 或 XML 格式提示文本,并轻松调用后续工具。阅读使用方法

此软件包是一个 Node.js 模块,提供连接到 MCP Bone 的 MCP 服务器。您可以使用它连接到 MCP Bone 并获取工具 JSON 文件。

另外,您可以使用此包作为解析器 SDK 来将完成文本解析为 tool_calls。

Related MCP server: Netmex MCP

设置

访问令牌

获取访问令牌:

  1. 前往https://store.tangshuang.net?scope=mcp-bone

  2. 注册账户并登录

  3. 前往https://store.tangshuang.net/product/58/entry?scope=mcp-bone创建新 App

  4. 进入应用程序的Certificate菜单页面创建新证书

  5. 复制Access Token

NPX

{
    "mcpServers": {
        "mcp-bone": {
            "command": "npx",
            "args": [
                "-y",
                "mcp-bone"
            ],
            "env": {
                "MCP_BONE_ACCESS_TOKEN": ""
            }
        }
    }
}

解析器

import {
    extractAndParseToolsToJson,
    extractAndParseToolsXmlToJson,
    extractAndParseToolsTextToJson,
} from 'mcp-bone';

const tools = extractAndParseToolsTextToJson(text);
const tools = extractAndParseToolsXmlToJson(text);
const tools = extractAndParseToolsToJson(text);

这些工具在 LLM 补全后使用,LLM 补全不支持通过函数调用将文本解析为 JSON 格式的工具。如果结果为空数组,则表示 LLM 未生成任何工具。

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    This is an MCP server that facilitates building tools for interacting with various APIs and workflows, supporting Python-based development with potential for customizable prompts and user configurations.
    1
  • A
    license
    C
    quality
    D
    maintenance
    A lightweight and extendable MCP server toolkit that allows developers to build and integrate custom tools with AI assistants through automatic tool discovery from local directories or npm packages.
    2
    18
    MIT
  • F
    license
    Not graded
    quality
    B
    maintenance
    A lightweight Node.js MCP server with zero dependencies offering 9 built-in tools for system info, web fetching, GitHub search, file operations, shell execution, and key-value memory, enabling AI agents to perform these tasks via the Model Context Protocol.

View all related MCP servers

Related MCP Connectors

  • Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tangshuang/mcp-bone'

If you have feedback or need assistance with the MCP directory API, please join our Discord server