Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -417,6 +426,9 @@ class CustomAuthProvider implements AuthProvider {
}
}
```
## Support our work

[![Tip in Crypto](https://tip.md/badge.svg)](https://tip.md/tipdotmd)

## License

Expand Down