Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,15 @@ The Hedera Agent Kit is extensible with third party plugins created by third par

Status: Not validated by HAK team, v3-compatible release

- [MPP Hedera Plugin](https://www.npmjs.com/package/hak-mppx-hedera-plugin) enables AI agents to pay for 402-protected APIs using USDC on Hedera via the [Machine Payments Protocol](https://mpp.dev), exposing tools for one-shot charge payments (`mppx_hedera_charge_fetch_tool`) and streaming session payments (`mppx_hedera_session_open_tool`, `mppx_hedera_session_fetch_tool`, `mppx_hedera_session_close_tool`):

NPM: https://www.npmjs.com/package/hak-mppx-hedera-plugin

Github repository: https://github.com/tomrowbo/hak-mppx-hedera-plugin

Version: hak-mppx-hedera-plugin@1.2.0

Status: Validated by HAK team, v4-compatible release
---

## Using Plugins
Expand Down
Loading