MCP.so
登录

MCP Mood Quote Server

@computerscienceiscool

关于 MCP Mood Quote Server

An MCP server that returns mood-based quotes

基本信息

分类

其他

运行时

go

传输方式

stdio

发布者

computerscienceiscool

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Mood Quote Server?

MCP Mood Quote Server is a simple Model Context Protocol (MCP) server that returns an inspirational quote based on the user’s mood. It is designed for use with large language models (LLMs) such as Claude, and can also be tested locally using tools like curl.

How to use MCP Mood Quote Server?

Clone the repository, navigate to the project directory, and run go run main.go. Send a POST request to http://localhost:8080/messages/ with a JSON body containing "tool":"mcp-mood-quotes" and an input object with a "mood" field (e.g., "happy"). The server responds with a JSON object containing a matching quote.

Key features of MCP Mood Quote Server

  • Returns an inspirational quote based on the user’s mood.
  • Supports five moods: happy, sad, tired, excited, angry.
  • Returns a default message when an unsupported mood is provided.
  • Compatible with the Model Context Protocol (MCP) and LLMs like Claude.
  • Can be registered with the Nanda Registry for broader usage.
  • Simple to test locally with a single curl command.

Use cases of MCP Mood Quote Server

  • Integrating mood-based inspirational quotes into chat applications or assistant workflows.
  • Providing context-aware responses in LLM-driven tools that interact with user emotions.
  • Testing and learning how to build and serve an MCP-compatible endpoint.
  • Adding a lightweight, fun feature to personal automation or journaling bots.

FAQ from MCP Mood Quote Server

What moods does MCP Mood Quote Server support?

The server supports five moods: happy, sad, tired, excited, and angry.

What happens if I send an unsupported mood?

The server returns a default message indicating that no quote is available for that mood.

How can I test MCP Mood Quote Server locally?

Clone the repository, run go run main.go, then send a POST request with curl as shown in the README (e.g., curl -X POST -H "Content-Type: application/json" -d '{"tool":"mcp-mood-quotes","input":{"mood":"happy"}}' http://localhost:8080/messages/).

Is MCP Mood Quote Server compatible with Claude?

Yes, the README explicitly states that it can work with large language models such as Claude.

评论

其他 分类下的更多 MCP 服务器