Skip to main content
Glama

MCP Bone의 MCP 서버

MCP Bone이란?

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

이 패키지는 MCP 서버와 MCP Bone의 연결을 제공하는 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 복사하세요

엔피엑스

지엑스피1

파서

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