You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,15 @@ MCP-Framework gives you architecture out of the box, with automatic directory-ba
13
13
- Easy-to-use base classes for tools, prompts, and resources
14
14
- Out of the box authentication for SSE endpoints
15
15
16
+
## Projects Built with MCP Framework
17
+
18
+
The following projects and services are built using MCP Framework:
19
+
20
+
-### [tip.md](https://tip.md)
21
+
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:
22
+
- Checking wallet types for users
23
+
- Preparing cryptocurrency tips for users/agents to complete
24
+
Setup instructions for various clients (Cursor, Sage, Claude Desktop) are available in their [MCP Server documentation](https://docs.tip.md/mcp-server/).
16
25
17
26
# [Read the full docs here](https://mcp-framework.com)
18
27
@@ -417,6 +426,9 @@ class CustomAuthProvider implements AuthProvider {
417
426
}
418
427
}
419
428
```
429
+
## Support our work
430
+
431
+
[](https://tip.md/tipdotmd)
0 commit comments