← tip.md
INDIVIDUAL MCP TOOL
get_user_wallet_types
Retrieves a tip.md user's configured wallet types from the database.
LIVE ENDPOINT
https://mcp.tip.md/mcp
Connect to this endpoint to inspect the live schema for get_user_wallet_types and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
check_tipping_balance— Check your dedicated tipping wallet balance and get wallet info.crypto_tipping— Provides details for crypto tipping a tip.md user via blockchain.export_tipping_wallet— Export your tipping wallet private key for full control (SECURITY SENSITIVE).ping— Responds with pong, useful for health checks.tip_user_x402_on_base— Send USDC tips on Base network from your personal tip.md wallet using x402 payment protocol.tip_user_x402_on_solana— Send USDC tips on Solana from your personal tip.md wallet using the x402 payment protocol.withdraw_tipping_funds— Withdraw USDC from your tipping wallet to any Ethereum address.