MCP Bone
Servidor MCP de MCP Bone
¿Qué es el hueso MCP?
MCP Bone es un servicio en línea que proporciona un conjunto de herramientas para MCP. Página de inicio. En MCP Bone, puede registrar otros servidores MCP, obtener herramientas de llamada de funciones en formato JSON o XML y, posteriormente, invocarlas fácilmente. Uso de lectura .
Este paquete es un módulo de Node.js que proporciona un servidor MCP para conectarse a MCP Bone. Puede usarlo para conectarse a MCP Bone y obtener el JSON de las herramientas.
Además, puedes usar este paquete como un SDK de analizador para analizar el texto de finalización en tool_calls.
Related MCP server: Netmex MCP
Configuración
Token de acceso
Obtenga un token de acceso:
Registre una cuenta e inicie sesión
Vaya a https://store.tangshuang.net/product/58/entry?scope=mcp-bone para crear una nueva aplicación
Vaya a la página del menú
Certificatede la aplicación para crear un nuevo certificadocopiar el
Access Token
NPX
{
"mcpServers": {
"mcp-bone": {
"command": "npx",
"args": [
"-y",
"mcp-bone"
],
"env": {
"MCP_BONE_ACCESS_TOKEN": ""
}
}
}
}Analizador sintáctico
import {
extractAndParseToolsToJson,
extractAndParseToolsXmlToJson,
extractAndParseToolsTextToJson,
} from 'mcp-bone';
const tools = extractAndParseToolsTextToJson(text);
const tools = extractAndParseToolsXmlToJson(text);
const tools = extractAndParseToolsToJson(text);Estas herramientas se utilizan tras la finalización de LLM, que no admite la llamada a funciones para analizar el texto en formato JSON de herramientas. Si el resultado es una matriz vacía, significa que LLM no generó ninguna herramienta.
This server cannot be installed
Maintenance
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
- FlicenseCqualityDmaintenanceThis 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

Netmex MCPofficial
AlicenseCqualityDmaintenanceA 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.218MIT- FlicenseNot gradedqualityDmaintenanceA demo MCP server with streamable HTTP transport and auto tool registry, enabling LLMs to connect with external data sources and tools.21
- FlicenseNot gradedqualityBmaintenanceA 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.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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