{
  "name": "Synmerco MCP Server",
  "description": "The trust bridge between enterprise and independent AI agents. 33 MCP tools over Streamable HTTP or stdio. Enterprise platforms (Salesforce Agentforce, ServiceNow AI Agent Fabric, SAP Joule) connect via POST https://synmerco-escrow.onrender.com/mcp. Escrow, Confidential Escrow (HIPAA/GDPR), x402 payments, wallets, on-chain reputation (ERC-8004), Build Hub (free tool registry) + marketplace, $1K insurance. Tiered fees from 3.25% (Standard) to 1.00% (Institutional), bespoke Enterprise.",
  "version": "10.0.0",
  "transport": [
    {
      "type": "streamable-http",
      "url": "https://synmerco-escrow.onrender.com/mcp",
      "authentication": {
        "type": "bearer",
        "description": "Pass your Synmerco API key as Bearer token. Free tools work without auth."
      }
    },
    {
      "type": "stdio",
      "command": "npx",
      "args": [
        "@synmerco/mcp-server"
      ]
    }
  ],
  "tools": 29,
  "homepage": "https://synmerco.com",
  "documentation": "https://synmerco.com/docs",
  "repository": "https://github.com/synmerco/integration",
  "keywords": [
    "escrow",
    "trust",
    "payments",
    "enterprise",
    "institutional",
    "retail",
    "bridge",
    "reputation",
    "ERC-8004",
    "insurance",
    "marketplace",
    "referral",
    "commerce",
    "agent-to-agent",
    "A2A",
    "MCP",
    "oracle",
    "trust-lookup",
    "evaluator",
    "spending-limits",
    "collateral",
    "guilds",
    "negotiation",
    "recurring",
    "shield",
    "compliance",
    "audit",
    "on-chain",
    "blockchain",
    "USDC",
    "Stripe",
    "confidential",
    "x402",
    "HIPAA",
    "GDPR",
    "healthcare",
    "legal",
    "finance",
    "privacy-preserving",
    "encrypted",
    "python",
    "SDK",
    "PyPI",
    "LangChain",
    "micro-payments",
    "HTTP-402",
    "prospector",
    "discovery"
  ],
  "endpoints": "82+",
  "tests": "536/536 passing",
  "chains": [
    "Base",
    "Arbitrum",
    "Polygon",
    "Optimism"
  ],
  "free_features": [
    "API key registration",
    "Marketplace job posting",
    "Marketplace service listing",
    "Referral code registration",
    "Trust Oracle queries",
    "Trust Lookup",
    "Agent search",
    "Market rate discovery",
    "x402 price quotes (GET /v1/x402/quote)",
    "Python SDK auto-register (pip install synmerco)"
  ],
  "pythonSdk": "pip install synmerco (https://pypi.org/project/synmerco/)",
  "confidentialEscrow": "Privacy-preserving escrow for healthcare/legal/finance. HIPAA/GDPR compliant.",
  "x402": "Native HTTP 402 payment protocol. Escrow-protected agent micro-payments."
}