E-commerce-mcp-server
0
The ecommerce-ai-server is a TypeScript-based MCP server designed to manage a simple notes system. It provides resources for note management, tools to create notes, and prompts for summarization, demonstrating core MCP capabilities.
ecommerce-ai-server MCP Server
This project is a TypeScript-based MCP server implementing a simple notes system. It demonstrates core MCP concepts with resources, tools, and prompts:
- Resources: Manage text notes with URIs and metadata.
- Tools: Create new notes with required title and content.
- Prompts: Summarize stored notes for LLMs.
Features
- Manage notes via
note://
URIs. - Notes include title, content, and metadata.
- Simplified content access through plain text.
Installation includes configuration for working with Claude Desktop, and the project provides debugging tools through the MCP Inspector.