loading…
Search for a command to run...
loading…
Agent Commerce Payments - MCP server providing AI-powered tools and automation by MEOK AI Labs
Agent Commerce Payments - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for agent commerce payments mcp operations
Agent Commerce Payments MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
create_invoice |
Create a detailed invoice with line items, tax calculation, fees, and payment te |
process_payment |
Process payment for an invoice with fraud checks, fee calculation, and settlemen |
escrow_funds |
Place funds in escrow between two agents with conditions and expiry. |
release_escrow |
Release escrowed funds to the designated agent after condition verification. |
payment_history |
Get payment history for an agent with filtering, totals, and transaction summary |
pip install meok-agent-commerce-payments-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"agent-commerce-payments": {
"command": "python",
"args": ["-m", "meok_agent_commerce_payments_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"agent-commerce-payments-mcp": {
"command": "npx",
"args": []
}
}
}