| name | natural |
| description | Use Natural's hosted MCP tools for payment and wallet operations with explicit confirmation and conservative handling of financial actions. |
| compatibility | Designed for Vellum personal assistants |
| metadata | {"emoji":"💳","vellum":{"category":"finance","display-name":"Natural Payments"}} |
Natural payment playbooks
Use Natural's hosted MCP tools for wallet and payment operations through a host-managed Natural agent key. The agent key must identify the configured Vellum agent. Do not switch to OAuth or a regular party API key.
Natural onboarding before asking for the key
When Natural is not authenticated, run scripts/natural_setup.ts with Bun before using any Natural MCP tool. It enforces a two-phase flow and never opens a credential prompt first.
- Run
bun scripts/natural_setup.ts start. It prints the onboarding steps and makes a best-effort attempt to open https://www.natural.com/ with whatever URL opener the machine has.
- If the script reports that it could not open the URL, open
https://www.natural.com/ with whatever browser capability you have, or ask the user to open it. Do not assume any particular browser tool exists.
- Tell the user to sign in or sign up at Natural and complete onboarding.
- Tell the user to create an agent for this assistant, or select an existing agent.
- Tell the user to issue an agent key for that agent. Do not use OAuth or a regular party API key.