scitara-cto
MCP Serverscitara-ctopublic

dynamic tool mcp server

A basic MCP server using the SSE transport that can be used to test dynamic tool creation/management

Repository Info

1
Stars
0
Forks
1
Watchers
0
Issues
JavaScript
Language
-
License

About This Server

A basic MCP server using the SSE transport that can be used to test dynamic tool creation/management

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

Dynamic Tool MCP Server

This is a basic MCP (Model Control Protocol) server implementation designed for testing MCP clients. The server demonstrates dynamic tool management capabilities, allowing tools to be added at runtime.

Features

The server comes with two built-in tools:

  1. Hello Tool (hello)

    • A simple greeting tool that takes a name parameter
    • Returns a greeting message
    • Example: hello("World") returns "Hello, World!"
  2. Add Tool Tool (add_tool)

    • Dynamically adds new tools to the MCP server
    • Takes a tool name and description as parameters
    • After adding a tool, notifies connected MCP clients about the tool list change
    • Clients should respond by requesting an updated tool list

Dynamic Tool Management

The server implements the MCP protocol's dynamic tool management feature. When a new tool is added using the add_tool tool:

  1. The tool is registered with the server
  2. The server sends a notification to all connected clients about the tool list change
  3. Clients should respond by requesting an updated tool list
  4. The new tool becomes immediately available for use

This functionality makes this server ideal for testing MCP client implementations, particularly their ability to:

  • Handle dynamic tool list updates
  • Request and process updated tool lists
  • Support runtime tool registration

Getting Started

  1. Install dependencies:

    npm install
    
  2. Start the server:

    npm start
    

The server will run on http://localhost:4100 by default.

Configuration

The server can be configured through the .cursor/mcp.json file:

{
  "mcpServers": {
    "dynamic-tool": {
      "url": "http://localhost:4100/sse"
    }
  }
}

Testing

This server is particularly useful for testing MCP client implementations that need to handle dynamic tool management. It allows you to verify that your client:

  • Correctly processes tool list change notifications
  • Properly requests and handles updated tool lists
  • Can use newly added tools immediately after they're registered

Quick Start

1

Clone the repository

git clone https://github.com/scitara-cto/dynamic-tool-mcp-server
2

Install dependencies

cd dynamic-tool-mcp-server
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownerscitara-cto
Repodynamic-tool-mcp-server
LanguageJavaScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation