← WebMCP Directory

Tool tree

nicky.me

Finance & Crypto
https://nicky.me/
Nicky is a non-custodial crypto payment processor for people and businesses. Get paid in BTC, ETH, USDT, USDC and more, straight to the wallets you already own.
Explore capabilities

Tools verified

page: Home

get-nicky-fee-scheduleAnswer

Get Nicky's payment fee and the crypto assets it currently supports.

View tool JSON
{
  "name": "get-nicky-fee-schedule",
  "kind": "answer",
  "impl": "imperative",
  "description": "Get Nicky's payment fee and the crypto assets it currently supports.",
  "inputSchema": {
    "type": "object",
    "properties": {}
  },
  "page": "/"
}

page: Developers

draft-contact-messageSensitive Action

Draft a message to Nicky's team on the visitor's behalf. Does not send it — the visitor must review and press Send themselves.

View tool JSON
{
  "name": "draft-contact-message",
  "kind": "transact",
  "impl": "imperative",
  "description": "Draft a message to Nicky's team on the visitor's behalf. Does not send it — the visitor must review and press Send themselves.",
  "inputSchema": {
    "type": "object",
    "properties": {
      "name": {
        "type": "string",
        "description": "The visitor's full name"
      },
      "email": {
        "type": "string",
        "description": "The visitor's email address"
      },
      "category": {
        "type": "string",
        "description": "Topic of the inquiry",
        "enum": [
          "Legal",
          "Support",
          "Business Development",
          "Other"
        ]
      },
      "message": {
        "type": "string",
        "description": "What the visitor wants to say"
      }
    },
    "required": [
      "name",
      "email",
      "category",
      "message"
    ]
  },
  "page": "/developers"
}