diff --git a/hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit/plugins.mdx b/hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit/plugins.mdx index e8a67d11..be079f83 100644 --- a/hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit/plugins.mdx +++ b/hedera/open-source-solutions/ai-studio-on-hedera/hedera-ai-agent-kit/plugins.mdx @@ -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