diff --git a/README.md b/README.md index 4b9ab2d..ebf77aa 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ MCP-Framework gives you architecture out of the box, with automatic directory-ba - Easy-to-use base classes for tools, prompts, and resources - Out of the box authentication for SSE endpoints +## Projects Built with MCP Framework + +The following projects and services are built using MCP Framework: + +- ### [tip.md](https://tip.md) +A crypto tipping service that enables AI assistants to help users send cryptocurrency tips to content creators directly from their chat interface. The MCP service allows for: + - Checking wallet types for users + - Preparing cryptocurrency tips for users/agents to complete +Setup instructions for various clients (Cursor, Sage, Claude Desktop) are available in their [MCP Server documentation](https://docs.tip.md/mcp-server/). # [Read the full docs here](https://mcp-framework.com) @@ -417,6 +426,9 @@ class CustomAuthProvider implements AuthProvider { } } ``` +## Support our work + +[![Tip in Crypto](https://tip.md/badge.svg)](https://tip.md/tipdotmd) ## License