Natural is payment infrastructure built for AI agents. Connect this server and your agent can move money on a user's behalf, safely and with a clear identity trail. What it can do (16 tools): - Send and cancel payments - Request payments, and fulfill or decline incoming payment requests - Deposit and withdraw funds, and check account balances and funding options - Track transaction status end to end - Manage agents, customers, and invitations Every money movement runs through OAuth and is scoped to the authenticated party, with per-agent attribution so you always know which agent did what. Amounts are in US cents; resource IDs are type-prefixed (pay_, prq_, txn_, agt_, pty_) so responses are unambiguous. Use it to let an agent pay invoices, collect from customers, top up balances, or run an entire payments workflow without a human in the loop.
How to connect
https://server.smithery.ai/natural/naturalmcp/mcp
curl -X POST https://server.smithery.ai/natural/naturalmcp/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'