← Registry

Developer Tools

tip.md

Manages crypto tipping wallets and transactions for users, including balance checks and secure wallet export.

1 endpoint8 known toolsFirst detected August 28, 2026Last detected August 28, 2026

ENDPOINT 1

https://mcp.tip.md/mcp

No auth detected

MCP server metadata

Name
tip.md MCP
Version
1.0.0
Capabilities
tools

Known tools 8

check_tipping_balance

Check your dedicated tipping wallet balance and get wallet info.

Inferred read-only
crypto_tipping

Provides details for crypto tipping a tip.md user via blockchain.

Inferred read-only
export_tipping_wallet

Export your tipping wallet private key for full control (SECURITY SENSITIVE).

Inferred read-only
get_user_wallet_types

Retrieves a tip.md user's configured wallet types from the database.

Inferred read-only
ping

Responds with pong, useful for health checks.

Inferred read-only
tip_user_x402_on_base

Send USDC tips on Base network from your personal tip.md wallet using x402 payment protocol.

Potential side effects
tip_user_x402_on_solana

Send USDC tips on Solana from your personal tip.md wallet using the x402 payment protocol.

Potential side effects
withdraw_tipping_funds

Withdraw USDC from your tipping wallet to any Ethereum address.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for tip.md was fetched 2026-08-29T14:41:09.661Z.

Trust status Trusted

tip.md is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.