tip.md
Created 5 months ago
MCP server for AI assistants enabling cryptocurrency tipping.
development
documentation
public
crypto
AI
What is tip.md?
An MCP server that enables AI assistants to interact with tip.md's crypto tipping functionality, allowing agents or supporters to tip registered developers directly from AI chat interfaces.
Documentation
Documentation# Integration Options:
- Cursor: Add our service to
~/.cursor/mcp.json:{ "mcpServers": { "tip.md": { "command": "npx mcp-remote https://mcp.tip.md/mcp" } } } - Sage App: Add as a Streamable HTTP server with endpoint URL:
https://mcp.tip.md/mcp - Claude Desktop: Use with Supergateway to bridge HTTP-stream to stdio
For detailed setup instructions, visit our Documentation.
Server Config
{
"mcpServers": {
"tip.md-server": {
"command": "npx",
"args": [
"tip.md"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 02, 2025
Updated At:
Aug 07, 2025
Author:
tipdotmd
Category:
community
License:
All rights reserved. The tip.md service is provided as-is.
Tags:
development
documentation
public