D
Dwolla MCP Server CLI
Details
- Command
-
mcp - Docs
- https://developers.dwolla.com/docs/mcp-server
Authentication
$ npx @dwolla/mcp-server start --server sandbox|prod --bearer-auth <token> Generate a bearer access token by exchanging your Dwolla application's client_id and client_secret at the `/token` endpoint using the OAuth 2.0 client credentials flow. Dwolla documents this in Making Requests and Authentication. For sandbox development, you can first create an account at the sandbox signup page; the sandbox also lets you generate a token from the Applications tab in the Sandbox Dashboard. Tokens expire after about one hour and must be regenerated.