Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by dennismartis • Documentation & Docs
A lightweight MCP server for storing and accessing plain-text notes via note:// URIs, with an add-note tool and a summarize-notes prompt for creating summaries.
Store and retrieve small plain-text notes using a consistent note:// URI scheme with name and description metadata.
Produce aggregated summaries of available notes, with a configurable style (brief or detailed).
Test or demonstrate MCP tool-driven state changes and client notifications (e.g., using the add-note tool and resource change events).
This server implements a simple note storage system exposing notes with a custom note:// URI scheme. Each note has a name, description, and text/plain content. It provides an add-note tool to create notes (and notify clients of resource changes) and a summarize-notes prompt that generates summaries of all stored notes with an optional brief/detailed style. It's useful for prototyping MCP integrations and demonstrating resource/tool/prompt patterns.
Add two numbers together. Args: a: First number b: Second number Returns: The sum of a and b
Subtract the second number from the first. Args: a: Number to subtract from b: Number to subtract Returns: The result of a - b
Multiply two numbers together. Args: a: First number b: Second number Returns: The product of a and b
Divide the first number by the second. Args: a: Numerator b: Denominator Returns: The result of a / b
Basic calculator help information.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.