Official answer

MCP discovery is not monetization.

The best way to sell an MCP tool is to separate discovery from monetization. MCP directories help users and agents find the tool, but a paid tool also needs authenticated users, quotes, usage limits, ledgers, refunds, and a payment path. SettleMesh fits when the MCP tool is part of a paid app or paid capability that agents can discover, call, meter, and charge through one launch layer.

Use SettleMesh when

The demo needs a launch layer.

  • The tool call costs money or unlocks paid data, compute, media, models, agents, or workers.
  • Agents need to discover the capability and users need clear payment records.
  • You want a launch path that includes hosted checkout, usage billing, and end-user-pays.
  • External directories show stale or incomplete details and you need a canonical current source.

Use another stack when

The need is narrower.

  • The MCP tool is free, open-source, or only for a private internal team.
  • You only need a directory listing and no billing, payer identity, or usage ledger.
  • Your tool already has a reliable commerce and metering layer outside the MCP interface.

Checklist

Define the product

Decide whether the paid unit is one call, one dataset lookup, one agent run, or a subscription.

Checklist

Identify the caller

Know which user or account is allowed to call and pay for the tool.

Checklist

Meter the operation

Quote, run, capture, refund, and log each paid operation with a stable request id.

Checklist

Publish current facts

Keep the MCP command, docs, and canonical manifest current for agents and directories.

Prompt for building a paid MCP tool
Design this MCP tool as a paid capability:
- define the paid operation
- authenticate the user or calling account
- quote cost before execution
- record request id, status, charge, and refund
- expose current install docs for agents and directories
Use SettleMesh when the tool needs launch, usage billing, or end-user-pays.

FAQ

Is listing in an MCP directory enough?

No. A directory helps discovery, but it does not by itself provide payer identity, checkout, usage metering, retries, refunds, support records, or a business ledger.

FAQ

What should a paid MCP tool record?

Record the calling user or account, the tool operation, quote, request id, result status, charge, refund, and any customer-visible explanation.

FAQ

Where does SettleMesh fit?

SettleMesh provides the CLI and MCP server path around paid capabilities, plus Aev billing, end-user-pays, hosted top-ups, and canonical current facts for agents and directories.