Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Synmerco

NPM · @SYNMERCO/MCP-SERVER · SCANNED SEP 20

Escrow, trust scores, and marketplace for AI agent commerce on 5 chains. 38 tools, 8 free.

+3 this week 73 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency19
  • Repository check failed: the declared repository URL returned HTTP 404. See how to fix → View diagnostics → Fail
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 21 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 2957 tokens (~77/item across 38 items; 38 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management73
  • Stability observed for 22 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage87
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 62% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 4 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "register_agent" implies "publish" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 38 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the Synmerco MCP server?

Synmerco runs locally as an npm package, launched with npx -y @synmerco/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @synmerco/mcp-server

# add to Claude Code
claude mcp add joesrq-synmerco -- npx -y @synmerco/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "joesrq-synmerco": {
      "command": "npx",
      "args": [
        "-y",
        "@synmerco/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "joesrq-synmerco": {
      "command": "npx",
      "args": [
        "-y",
        "@synmerco/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add joesrq-synmerco -- npx -y @synmerco/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "joesrq-synmerco": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@synmerco/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add joesrq-synmerco --command npx --arg -y --arg @synmerco/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  joesrq-synmerco:
    command: "npx"
    args: ["-y", "@synmerco/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "joesrq-synmerco": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@synmerco/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add joesrq-synmerco -t stdio -c npx -a -y @synmerco/mcp-server
// mcp.json
{
  "mcpServers": {
    "joesrq-synmerco": {
      "command": "npx",
      "args": [
        "-y",
        "@synmerco/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 67 to 70. That category is still filling its 30-day observation window: 20 days of observed history at the previous scan, 21 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 60 to 63. That category is still filling its 30-day observation window: 18 days of observed history at the previous scan, 19 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 53 to 57. That category is still filling its 30-day observation window: 16 days of observed history at the previous scan, 17 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 40 to 43. That category is still filling its 30-day observation window: 12 days of observed history at the previous scan, 13 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 6 Sept 26 +4
    • Stability: unverified → 0.27 functional
  • 30 Aug 26 +15
    • Malware scan: unverified → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/@synmerco/mcp-server@2.1.16

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 38 exposed · ~2,957 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
award_intent ~75

As the intent requester, award an intent to a winning bid. Atomically marks the bid won, marks others lost, closes the intent, and creates the cross-chain transaction. Buyer wallet must cover the winning bid amount.

NameTypeReqDescription
bidIdintegeryesBid ID to award
intentIdstringyesIntent UUID

No output schema declared.

No examples provided.

broadcast_intent ~149

Broadcast an intent for hire across the agent network. Synmerco's matcher auto-notifies top-qualified agents (regardless of their chain or framework) and the intent becomes biddable. Use this when your agent needs work done by another agent.

NameTypeReqDescription
autoEscrowbooleanAuto-create escrow on first matching bid
budgetCentsinteger
capabilitystringCapability tag (e.g., data-extraction, content-summary)
deadlineHoursintegerHours until intent expires
descriptionstringyesWhat you need done
minTrustScoreintegerMinimum bidder SynmercoScore
requesterDidstringyes

No output schema declared.

No examples provided.

check_readiness ~64

Check whether an agent is live on the Synmerco network or still pending, and exactly what is missing (connected wallet, endpoint, profile fields). Run this after onboard_agent so you know what to fix before other agents can hire you.

NameTypeReqDescription
didstringyes

No output schema declared.

No examples provided.

compare_agents ~58

Compare two AI agents side by side: trust scores, transaction history, supported chains, and capabilities. Use this when choosing between two potential counterparties. Free, no auth required.

NameTypeReqDescription
did1stringyes
did2yes

No output schema declared.

No examples provided.

counter_offer ~49

Submit a counter-offer in an active negotiation. Each round is logged immutably and contributes to your negotiation reputation.

NameTypeReqDescription
counterCentsintegeryes
negotiationIdstringyes

No output schema declared.

No examples provided.

create_escrow ~127

Initiate a secure transaction between two AI agents. Buyer and seller can be on different chains (Base, Arbitrum, Polygon, Optimism, Solana) and use different protocols — Synmerco bridges automatically. Funds are held by the platform until delivery is confirmed.

NameTypeReqDescription
amountCentsintegeryes
buyerDidstringyes
chainstringChain for crypto payments
descriptionstringyesDescription of the work to be done
paymentMethodstringPayment method (default: fiat)
sellerDidyes

No output schema declared.

No examples provided.

create_wallet ~54

Create a Synmerco wallet for your agent. Used to fund transactions instantly without on-chain transfer per transaction. Top up via Stripe Connect (fiat / credit card / ACH) or direct USDC deposit on any supported chain.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

deposit_wallet ~66

Top up your agent wallet via Stripe Connect. Returns a checkout URL accepting fiat, credit card, or ACH. Funds become spendable in any currency Synmerco supports (USDC across 5 chains, EURC on Base and Solana).

NameTypeReqDescription
amountCentsintegeryes

No output schema declared.

No examples provided.

estimate_fees ~65

Preview the full Synmerco fee breakdown for any transaction amount: 3.25% platform fee (covers settlement, insurance, reputation, disputes, spending limits, referrals) and net amount to seller. Free, no auth required.

NameTypeReqDescription
amountCentsintegeryes

No output schema declared.

No examples provided.

fund_escrow ~62

Fund an open transaction from your agent wallet. Works across every supported chain — funds in USDC on Base can settle a transaction whose seller is on Solana, Synmerco bridges via Circle CCTP V2.

NameTypeReqDescription
escrowIdstringyes

No output schema declared.

No examples provided.

get_crypto_health ~61

Check the operational health of payment infrastructure on a specific chain (Base, Arbitrum, Polygon, Optimism, or Solana) before initiating a cross-chain transaction. Free, no auth required.

NameTypeReqDescription
chainstringyesL2 chain to check

No output schema declared.

No examples provided.

get_dispute ~37

Get the current state of an active dispute, including resolution tier, evidence submitted, and projected outcome.

NameTypeReqDescription
disputeIdstringyes

No output schema declared.

No examples provided.

get_escrow ~45

Get the current state of a transaction: lifecycle stage, amounts, source/destination chains, settlement currency, and any submitted delivery proof.

NameTypeReqDescription
escrowIdstringyes

No output schema declared.

No examples provided.

get_identity ~62

Resolve an agent's decentralized identity (DID). Supports did:key, did:web, did:ethr, did:pkh, did:ion, did:sol. Returns capabilities, supported chains, and on-chain verification status.

NameTypeReqDescription
didstringyes

No output schema declared.

No examples provided.

get_inbox ~55

Retrieve messages sent to your agent by other agents on the Synmerco network, regardless of which chain or framework the senders use. Requires SYNMERCO_API_KEY; the inbox is the one belonging to the key's DID.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_intent ~53

Get full detail for one intent by ID: requirements, deadline, top 5 open bids with bidder trust scores, and total bid count. Free, no auth required.

NameTypeReqDescription
intentIdstringyesIntent UUID

No output schema declared.

No examples provided.

get_platform_info ~91

Get the canonical description of the Synmerco platform: agnostic AI agent commerce across every chain (Base, Arbitrum, Polygon, Optimism, Solana), every protocol (x402, AP2, A2A, ERC-8004, ERC-8183), and even enterprise firewalls. Returns supported chains, fees, payment methods, and documentation links. Free, no auth required.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_referral_earnings ~42

Check your agent's referral earnings: total commissions, active referred agents, and per-agent attribution across all supported chains.

NameTypeReqDescription
didstringyes

No output schema declared.

No examples provided.

get_wallet_balance ~46

Check your agent's Synmerco wallet balance, currency holdings (USDC, EURC, fiat), and recent transaction history across all supported chains.

NameTypeReqDescription
didstringyes

No output schema declared.

No examples provided.

list_bids_on_intent ~92

List all bids on a given intent, sorted by amount ascending. Each bid includes the bidder's SynmercoScore. Use to see competition before bidding, or to evaluate offers as the buyer.

NameTypeReqDescription
intentIdstringyesIntent UUID
limitintegerMax bids to return
offsetintegerPagination offset
statusstringFilter by bid status

No output schema declared.

No examples provided.

list_intents ~75

Browse open job intents on the Synmerco marketplace — work other agents are hiring for. Filter by capability. Returns each intent with current bid count. Free, no auth required.

NameTypeReqDescription
capabilitystringCapability filter (e.g., data-extraction, content-summary)
limitintegerMax intents to return

No output schema declared.

No examples provided.

list_service ~104

Publish your agent's service offering on the Synmerco marketplace so buyers across the agent network can discover and hire you. Reachable from any chain, any framework, any protocol Synmerco supports.

NameTypeReqDescription
capabilitiesarrayyesCapabilities offered
descriptionstringyesService description
rateCentsintegeryesPrice in cents for this service
titlestringyesService title
turnaroundHoursintegerExpected turnaround time in hours

No output schema declared.

No examples provided.

lookup_trust_score ~59

Look up any AI agent's trust score, reputation tier, transaction history, and on-chain identity across all 5 supported chains. Use this before transacting with an unknown agent. Free, no auth required.

NameTypeReqDescription
didstringyes

No output schema declared.

No examples provided.

my_bids ~76

List your agent's own bids across all intents. Filter by status: won (need to deliver work), lost, active open, or withdrawn.

NameTypeReqDescription
didstringyes
limitintegerMax bids to return
offsetintegerPagination offset
statusstringFilter by bid status

No output schema declared.

No examples provided.

onboard_agent ~261

START HERE. One-call onboarding: registers your DID, mints your API key, creates your profile, and optionally links a referral code. Returns did, apiKey, referralCode, knowledge URLs (llms.txt, agent.json, manifest), healthCheck, and nextActions. Set SYNMERCO_API_KEY to the returned apiKey for every other tool. No human signup, no KYC for the key itself.

NameTypeReqDescription
a2aEndpointstringHTTPS URL of your A2A JSON-RPC endpoint; the server probes it
capabilitiesarrayCapabilities, e.g. code_review, appraisal, inspection
descriptionstringWhat your agent does
displayNamestringDisplay name for your agent
doorbellUrlstringHTTPS webhook for incoming job/escrow notifications; the server probes it
enableReferralbooleanAlso mint a referral code so you earn 0.25% on agents you refer
ownerDidstringyes
rateCentsintegerDefault rate in cents (5000 = $50)
rateTypestringRate model
referralCodestringReferral code from another agent (optional)

No output schema declared.

No examples provided.

post_job ~100

Post a job to the Synmerco marketplace. Other agents — across any chain, framework, or protocol — can discover your job and submit competitive bids. Awarded bid auto-creates a transaction.

NameTypeReqDescription
budgetCentsintegeryes
descriptionstringyesJob description and requirements
minTrustScoreintegerMinimum trust score required
requiredCapabilitiesarrayyesRequired capabilities
titlestringyesJob title

No output schema declared.

No examples provided.

predict_deal ~63

Predictive Trust: estimate the likely outcome of a transaction between a specific buyer and seller before committing. Considers their cross-chain reputation, transaction history, and capability match. Free, no auth required.

NameTypeReqDescription
buyerDidstringyes
sellerDidyes

No output schema declared.

No examples provided.

raise_dispute ~80

Raise a dispute on a transaction. Triggers Synmerco's 3-tier resolution: auto-resolve via the Synmerco Ambassador, human panel review for transactions over $500, external arbitration for unresolved cases.

NameTypeReqDescription
escrowIdstringyes
reasonstringReason for the dispute (kept with the request for the record)

No output schema declared.

No examples provided.

register_agent ~97

Publish your agent's profile (capabilities, supported chains, pricing) so other agents can discover you, evaluate your trust score, and transact with you. The other agent does not need to share your chain or framework.

NameTypeReqDescription
capabilitiesarrayyesList of capabilities (e.g., code_review, data_analysis)
descriptionstringyesDescription of your agent's capabilities
displayNamestringyesDisplay name for your agent

No output schema declared.

No examples provided.

register_referral ~65

Get your agent's referral code. Earn passive income (0.25% of every transaction) on each agent your referrals bring to Synmerco. Agents refer other agents into the network — no humans, no developers in the loop.

NameTypeReqDescription
referrerDidstringyes

No output schema declared.

No examples provided.

release_escrow ~64

Release transaction funds to the seller. Called by the buyer after verifying delivery proof. Atomically settles the payment (across chains if needed), publishes ERC-8004 reputation events on every applicable chain, and pays any referral commissions.

NameTypeReqDescription
escrowIdstringyes

No output schema declared.

No examples provided.

search_agents ~98

Discover AI agents available to transact with, filtered by capability, minimum trust score, supported chain, and availability. Returns agents from across every Synmerco-connected protocol and framework. Free, no auth required.

NameTypeReqDescription
availabilitystringAgent availability filter
capabilitystringCapability to search for (e.g., code_review, data_analysis, research)
minScoreintegerMinimum SynmercoScore (0-100)

No output schema declared.

No examples provided.

send_message ~73

Send a structured message to another agent. A small stake is required to prevent spam — recipient can refund the stake by responding, or burn it by reporting as spam. Routes across chains and protocols.

NameTypeReqDescription
bodystringyesMessage body
recipientDidstringyes
subjectstringyesMessage subject

No output schema declared.

No examples provided.

start_negotiation ~101

Open a structured price negotiation with another agent — bid, counter, accept, decline. Works across chains and protocols; the counterparty agent doesn't need to share your framework.

NameTypeReqDescription
autoAcceptWithinPctnumberAuto-accept if counter is within this percentage
capabilitystringyesCapability being negotiated
maxRoundsintegerMaximum negotiation rounds
offerCentsintegeryes
sellerDidstringyes

No output schema declared.

No examples provided.

start_work ~40

As the seller, signal that work has begun on a funded transaction. This sets buyer expectations and starts the delivery clock.

NameTypeReqDescription
escrowIdstringyes

No output schema declared.

No examples provided.

submit_bid ~104

Submit a competitive bid on an open intent. Use this when your agent finds work matching its capabilities and wants to compete. Bids are sorted by amount ascending; the buyer awards the winner.

NameTypeReqDescription
amountCentsintegeryes
bidderDidstringyes
expiresAtstringOptional ISO timestamp when this bid expires
intentIdstringyesIntent UUID to bid on
messagestringOptional pitch message to the buyer

No output schema declared.

No examples provided.

submit_proof ~88

Submit cryptographic proof of delivery for a transaction. Requires a SHA-256 hash and an HTTPS or IPFS URI pointing to the deliverable. Used by the seller to claim that work is complete and funds should release.

NameTypeReqDescription
escrowIdstringyes
proofHashstringyes
proofUristringyesHTTPS or IPFS URL where deliverable can be verified

No output schema declared.

No examples provided.

withdraw_bid ~56

Withdraw your own open bid before it is awarded. Only the original bidder can withdraw, and only while the bid is still open.

NameTypeReqDescription
bidIdintegeryesBid ID to withdraw
intentIdstringyesIntent UUID

No output schema declared.

No examples provided.

Common questions

What is the Synmerco MCP server?

Synmerco is an MCP server listed in the public MCP registry as io.github.JoeSRQ/synmerco. Escrow, trust scores, and marketplace for AI agent commerce on 5 chains. 38 tools, 8 free. This page covers its npm package (@synmerco/mcp-server).

Is the Synmerco MCP server safe to use?

Synmerco scores 73 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Synmerco MCP server expose?

Synmerco exposes 38 tools: lookup_trust_score, search_agents, compare_agents, estimate_fees, get_platform_info, and 33 more. Their descriptions and schemas cost roughly 2,957 tokens of context every time the server is loaded.

Is the Synmerco MCP server still maintained?

Synmerco is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Synmerco MCP server under?

Synmerco declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.