Developer Tools
tip.md
Manages crypto tipping wallets and transactions for users, including balance checks and secure wallet export.
ENDPOINT 1
https://mcp.tip.md/mcp
MCP server metadata
- Name
- tip.md MCP
- Version
- 1.0.0
Known tools 8
check_tipping_balanceCheck your dedicated tipping wallet balance and get wallet info.
Inferred read-onlyexport_tipping_walletExport your tipping wallet private key for full control (SECURITY SENSITIVE).
Inferred read-onlyget_user_wallet_typesRetrieves a tip.md user's configured wallet types from the database.
Inferred read-onlytip_user_x402_on_baseSend USDC tips on Base network from your personal tip.md wallet using x402 payment protocol.
Potential side effectstip_user_x402_on_solanaSend USDC tips on Solana from your personal tip.md wallet using the x402 payment protocol.
Potential side effectswithdraw_tipping_fundsWithdraw USDC from your tipping wallet to any Ethereum address.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tip-md-mcp]
url = "https://mcp.tip.md/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tip-md-mcp": {
"type": "http",
"url": "https://mcp.tip.md/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tip-md-mcp
Remote MCP URL: https://mcp.tip.md/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tip-md-mcp": {
"url": "https://mcp.tip.md/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tip-md-mcp": {
"type": "http",
"url": "https://mcp.tip.md/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tip-md-mcp",
"transport": "streamable-http",
"url": "https://mcp.tip.md/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for tip.md was fetched 2026-08-29T14:41:09.661Z.
tip.md is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.