amazon-fresh-server
If you are the rightful owner of amazon-fresh-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 amazon-fresh-server is a Model Context Protocol (MCP) server built using TypeScript. It serves as a demonstration of core MCP concepts by implementing a simple notes system. The server allows users to create, list, and access text notes through resources represented by URIs. It also provides tools for creating new notes and prompts for generating summaries of these notes. Each note is stored with a title, content, and metadata, and can be accessed in plain text format. The server is designed to be integrated with platforms like Claude Desktop, and offers development tools such as auto-rebuild and debugging support through the MCP Inspector.
Features
- Resources: List and access notes via `note://` URIs, with each note having a title, content, and metadata.
- Tools: `create_note` tool for creating new text notes, requiring title and content as parameters.
- Prompts: `summarize_notes` prompt for generating summaries of all stored notes, including note contents as embedded resources.
Tools
create_note
Tool for creating new text notes with title and content.