MCP-Capabilities-Server

yadav-prakhar/MCP-Capabilities-Server

3.2

If you are the rightful owner of MCP-Capabilities-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Capabilities Server is an MCP server designed to check client capabilities and ensure compatibility with the MCP protocol.

Tools
1
Resources
0
Prompts
0

Capabilities Server

An MCP (Model Context Protocol) server that checks client capabilities.

Installation

npm install

Build

npm run build

Usage

This server communicates over stdio. To use it with an MCP client, add it to your MCP configuration:

{
  "mcpServers": {
    "capabilities-server": {
      "command": "node",
      "args": ["/path/to/capabilities-server/dist/index.js"]
    }
  }
}

Available Tools

get_protocol_version

Returns the MCP protocol version information including:

  • serverProtocolVersion: The protocol version the server supports
  • clientProtocolVersion: The protocol version sent by the client during initialization
  • message: A human-readable message with the version