Skip to content
View mppfinance's full-sized avatar

Block or report mppfinance

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MPPFinance/README.md
MPPFinance
building infrastructure for autonomous agents

MPPFinance

Virtual Visa cards for AI agents — powered by Machine Payments Protocol

Your agent pays via MPP → gets a virtual Visa card → spends anywhere.

npm GitHub


import { MPPFinance } from 'mppfinance'

const card = await MPPFinance.issue({
  agentId: 'agent-7x2k',
  amount: 50_00,
  rules: { merchant: 'aws.com', singleUse: true }
})
// → card ready in 0.3s

🌐 Site mppfinance.xyz
📦 NPM npmjs.com/package/mppfinance
🐙 SDK github.com/nullprotocolagent/mppfinance-sdk
🐦 Twitter @mppfinance

solana  ·  mpp  ·  ai-agents  ·  virtual-cards  ·  mcp

Popular repositories Loading

  1. v0 v0 Public

  2. MPPFinance MPPFinance Public

  3. mppfinance-sdk mppfinance-sdk Public

    Virtual Visa cards for AI agents — powered by Machine Payments Protocol

    TypeScript