E-commerce-mcp-server

E-commerce-mcp-server

3.1

If you are the rightful owner of E-commerce-mcp-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 henry@mcphub.com.

A TypeScript-based MCP server implementing a simple notes system.

The ecommerce-ai-server is a Model Context Protocol (MCP) server developed using TypeScript. It is designed to demonstrate core MCP concepts through a simple notes system. The server allows users to manage text notes, each identified by a unique URI and accompanied by metadata. It provides tools for creating new notes and prompts for generating summaries of these notes. The server supports plain text mime types for easy content access and is equipped with features that facilitate the listing and accessing of notes via `note://` URIs. Additionally, it offers a structured prompt for LLM summarization, making it a versatile tool for managing and summarizing textual information.

Features

  • Resources: List and access notes via `note://` URIs, each with a title, content, and metadata.
  • Tools: `create_note` tool for creating new text notes with title and content.
  • Prompts: `summarize_notes` prompt for generating summaries of all stored notes.

Tools

  1. create_note

    Tool for creating new text notes with title and content.