Skip to main content
Glama

MCP BoneのMCPサーバー

MCPボーンとは何ですか?

MCP Boneは、MCP用のツールセットを提供するオンラインサービスです。ホームページMCP Boneでは、他のMCPサーバーを登録したり、関数呼び出しツールのJSONまたはXML形式のプロンプトテキストを取得したり、後で簡単にツールを呼び出すことができます。使用方法を読む

このパッケージは、MCP Boneへの接続を提供するMCPサーバーを提供するNode.jsモジュールです。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 にアクセスしてください。

  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