agent-commerce-payments-mcp
v1.0.0
Published
MCP server for agent commerce payments. Features create invoice, process payment, escrow funds. From MEOK AI Labs.
Readme
Agent Commerce Payments MCP Server
By MEOK AI Labs — Agent-to-agent commerce payments, invoicing, and escrow
Installation
pip install agent-commerce-payments-mcpUsage
# Run standalone
python server.py
# Or via MCP
mcp install agent-commerce-payments-mcpTools
create_invoice
Create an invoice for a commerce transaction with line items, tax, and payment terms.
Parameters:
from_agent(str): Sending agent identifierto_agent(str): Receiving agent identifieramount(float): Invoice amountcurrency(str): Currency code (default 'GBP')
process_payment
Process a payment between buyer and seller with fraud checks and fee calculation.
Parameters:
invoice_id(str): Invoice to process
escrow_funds
Place funds in escrow for a transaction, holding until conditions are met.
Parameters:
agent_a(str): First agentagent_b(str): Second agentamount(float): Amount to escrow
release_escrow
Release escrowed funds to the seller after conditions are verified.
Parameters:
escrow_id(str): Escrow identifierto_agent(str): Recipient agent
payment_history
Get payment history for a user or transaction, with filtering and totals.
Parameters:
agent_id(str): Agent identifier
Authentication
Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
License
MIT — MEOK AI Labs
