
Mood Booster Agent
Wire an ERC-8004-style uplifting agent with optional USDC tips and on-chain reputation into your MCP client for demos or community-facing bots.
Overview
Mood Booster Agent is a Build-phase MCP server that exposes an uplifting ERC-8004 AI agent with USDC tipping and on-chain reputation feedback over SSE.
What is this MCP server?
- Remote MCP over SSE at a hosted endpoint—no local npm package in the registry manifest.
- ERC-8004-oriented agent: uplifting messages for end users or internal morale use cases.
- USDC tipping flows exposed as MCP-accessible capabilities for tip-enabled agent UX experiments.
- On-chain reputation feedback tied to agent interactions for Web3 trust demos.
- Version 1.0.0 server with GitHub source at edge-claw/mood-booster-agent.
- MCP schema version aligned with 2025-12-11 server.schema.json
- Server package version 1.0.0
- Transport: remote SSE (no npm stdio package in registry entry)
What problem does it solve?
You want to demo tip-enabled, reputation-aware agent UX without hand-rolling chain messaging and MCP wiring.
Who is it for?
Solo builders prototyping Web3 or community agents who already use MCP remotes and want a mood-plus-tips slice ready to plug in.
Skip if: Teams shipping conventional B2B SaaS with no crypto, billing, or on-chain requirements.
What do I get? / Deliverables
Your agent client can call a hosted MCP server to deliver uplifting messages and exercise tipping and on-chain feedback in one integration.
- Uplifting message flows callable from your coding agent
- USDC tipping interaction surface for agent UX prototypes
- On-chain reputation feedback hooks for trust demos
Recommended MCP Servers
Journey fit
Canonical shelf is Build because the value is connecting a specialized on-chain AI agent to your coding agent via MCP, not running growth or ops playbooks. Agent-tooling fits remote SSE MCP servers that expose agent persona, tipping, and feedback tools rather than app CRUD or infra.
How it compares
Remote agent-persona MCP server, not a general coding skill or local devtools MCP.
Common Questions / FAQ
Who is Mood Booster Agent for?
Indie builders and agent hackers experimenting with ERC-8004-style agents, USDC tips, and on-chain reputation from an MCP-capable coding agent.
When should I use Mood Booster Agent?
When you are in the build phase and need a hosted SSE MCP endpoint for uplifting interactions plus tipping and feedback demos—not for production insurance, analytics, or infra automation.
How do I add Mood Booster Agent to my agent?
Register the remote MCP server with type sse and the published URL in your client’s MCP config, then invoke its tools from Claude Code, Cursor, or any SSE-compatible host.