Integrations

  • Functions as a Node.js module that connects to MCP Bone service, facilitating tool registration, retrieval, and execution through the MCP Bone platform.

  • Supports XML-style prompt text parsing, allowing conversion from XML-formatted LLM completions to structured tool calls for function execution.

MCP Bone의 MCP 서버

MCP Bone이란?

MCP Bone은 MCP 도구 세트를 제공하는 온라인 서비스입니다. 홈페이지 MCP Bone에서 다른 MCP 서버를 등록하고, JSON 또는 XML 스타일 프롬프트 텍스트로 함수 호출 도구를 가져오고, 나중에 도구를 쉽게 호출할 수 있습니다. 사용법 보기

이 패키지는 MCP 서버와 MCP Bone의 연결을 제공하는 Node.js 모듈입니다. 이 모듈을 사용하여 MCP Bone에 연결하고 도구 JSON을 가져올 수 있습니다.

또한, 이 패키지를 파서 SDK로 사용하여 완성 텍스트를 tool_calls로 파싱할 수 있습니다.

설정

액세스 토큰

액세스 토큰 받기:

  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 복사하세요

엔피엑스

지엑스피1

파서

import { extractAndParseToolsToJson, extractAndParseToolsXmlToJson, extractAndParseToolsTextToJson, } from 'mcp-bone'; const tools = extractAndParseToolsTextToJson(text); const tools = extractAndParseToolsXmlToJson(text); const tools = extractAndParseToolsToJson(text);

이러한 도구는 LLM 완료 후 사용되며, LLM은 텍스트를 도구 JSON으로 파싱하는 함수 호출을 지원하지 않습니다. 결과가 빈 배열인 경우, LLM에서 도구를 생성하지 않았음을 의미합니다.

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP Bone 온라인 서비스에 연결하는 MCP 서버를 제공하는 Node.js 모듈로, 사용자가 다른 MCP 서버를 등록하고 JSON 또는 XML 형식으로 함수 호출 도구를 얻고 완성 텍스트를 구문 분석하여 도구 호출을 수행할 수 있습니다.

  1. What's MCP Bone?
    1. Setup
      1. Access Token
      2. NPX
      3. Parser

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      A beginner-friendly MCP-inspired JSON-RPC server built with Node.js, offering basic client-server interaction through an 'initialize' capabilities handshake and an 'echo' function.
      Last updated -
      3
      JavaScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      A Node.js-based MCP server implementing JSON-RPC 2.0, allowing users to generate random US State and signature soup combinations through a fun and simple tool.
      Last updated -
      1
      1
      JavaScript
      • Apple
      • Linux
    • -
      security
      A
      license
      -
      quality
      An MCP server that enables fetching web content using the Node.js undici library, supporting various HTTP methods, content formats, and request configurations.
      Last updated -
      66
      8
      TypeScript
      MIT License
      • Apple
      • Linux
    • -
      security
      A
      license
      -
      quality
      Provides quick access to local system utilities including time/date, hostname, public IP, directory listings, Node.js version, and port usage through an MCP server interface compatible with Cursor and other MCP clients.
      Last updated -
      2
      JavaScript
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    ID: bhjx5ya2yu