← All WebMCP sites

jim.com

Finance & Cryptohttps://jim.com/listed as of 2026-08-18
Meet Jim — the AI partner that runs your payments and grows your business. Accept card payments on your phone, send links, and track sales. Start today.
See Ora's auditWe loaded this site in a real browser and scored its tools. Score: 61/100 (C).

Tools

calculate_payment_feestransactimperative
Exact JIM fee and net payout for a sale. Covers Tap to Pay vs Payment Link, fee pass-through, and JIM Card vs ACH withdrawal. Use instead of estimating.
Input schema
{
  "type": "object",
  "properties": {
    "amount_usd": {
      "type": "number",
      "description": "Sale amount in USD, before fees."
    },
    "method": {
      "type": "string",
      "enum": [
        "tap_to_pay",
        "payment_link"
      ],
      "description": "Tap to Pay is contactless in person; Payment Link is sent remotely."
    },
    "fee_paid_by": {
      "type": "string",
      "enum": [
        "seller",
        "customer"
      ],
      "description": "Who absorbs the processing fee. Default seller."
    },
    "payout": {
      "type": "string",
      "enum": [
        "jim_card",
        "ach_transfer"
      ],
      "description": "How the seller withdraws. JIM Card is free. Default jim_card."
    }
  },
  "required": [
    "amount_usd",
    "method"
  ],
  "additionalProperties": false
}
get_pricinganswerimperative
JIM's pricing as structured data: account, processing rates, payout costs, Bookings, availability. Use calculate_payment_fees to price a specific sale.
Input schema
{
  "type": "object",
  "properties": {
    "topic": {
      "type": "string",
      "enum": [
        "all",
        "account",
        "payment_processing",
        "payouts",
        "bookings",
        "availability"
      ],
      "description": "Which section to return. Default all."
    }
  },
  "additionalProperties": false
}
Listings are sourced from public community registries and shown as reported.