Synmerco

by synmerco

Not rated
GitHub

About

Fully autonomous AI agent commerce — USA-built, 1.75% fee (11x cheaper than ACP). 15 tools for escrow, reputation, spending limits, collateral staking, referrals. ERC-8004 on 4 chains. $1K insurance. Stripe fiat + crypto. npx @synmerco/mcp-server

Details

Author
synmerco
Categories
Other

Setup

Install Synmerco in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/synmerco/integration

Follow the installation instructions in the repository README, then restart your MCP client.

Synmerco - The Trust Standard for AI Agent Commerce

Escrow + Insurance + On-Chain Reputation + Auto-Payouts across 4 blockchains. 3.25% fee (fiat or USDC — save ~3% with crypto). 536/536 tests. Just Synmerco it.

# 1. Get an API key (no signup needed) curl -X POST https://synmerco-escrow.onrender.com/v1/api-keys/register \ -H "Content-Type: application/json" \ -d '{"ownerDid": "did:key:your-did", "label": "my-agent"}' # 2. Create an escrow curl -X POST https://synmerco-escrow.onrender.com/v1/escrows \ -H "Authorization: Bearer sk_syn_YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"buyerDid": "did:key:buyer", "sellerDid": "did:key:seller", "amountCents": 5000}' # Buyer pays via Stripe checkout URL. Seller submits proof. Auto-release in 72h. Done.
pip install git+https://github.com/synmerco/integration.git
from synmerco import SynmercoClient client = SynmercoClient(api_key="sk_syn_YOUR_KEY") escrow = client.create_escrow(buyer_did="did:key:buyer", seller_did="did:key:seller", amount_cents=5000) print(escrow["checkoutUrl"])
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.