mcp_servers_demo

aRaafat21/mcp_servers_demo

3.2

If you are the rightful owner of mcp_servers_demo 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.

A demonstration project for implementing a Model Context Protocol (MCP) server with multiple tools organized in a modular structure.

Tools

Functions exposed to the LLM to take actions

echo

Echoes back the provided message

translate

Translate text between languages

list_supported_languages

List all supported languages for translation

list_notes

List all notes, optionally filtered by tag

get_note

Get a specific note by ID

get_note_by_title

Find notes by title (exact or partial match)

create_note

Create a new note

update_note

Update an existing note

delete_note

Delete a note

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources