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

io.github.globallayer/mcp-server

NPM · @MERK.A2A/MCP-SERVER · SCANNED AUG 3

Merka2a MCP server - AI agents search, negotiate and order GPU compute

+18 this week 65 Trust /100
Trust breakdown (6 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 →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (110 of 114), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (110 of 114), so this covers what we could see, not the whole tree. 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 10 days ago).Pass
  • Security-disclosure policy not yet verified: we couldn't inspect the source repository.Unverified
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1657 tokens (~82/item across 20 items; 18 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @merk.a2a/mcp-server

# add to Claude Code
claude mcp add globallayer-mcp-server -- npx -y @merk.a2a/mcp-server
# add to Codex CLI
codex mcp add globallayer-mcp-server -- npx -y @merk.a2a/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "globallayer-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@merk.a2a/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add globallayer-mcp-server --command npx --arg -y --arg @merk.a2a/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  globallayer-mcp-server:
    command: "npx"
    args: ["-y", "@merk.a2a/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "globallayer-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@merk.a2a/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.

  • 2 Aug 26 +44
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Schema quality: unverified → good functional
    • Stability: unverified → 0.23 functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 31 Jul 26 −8
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +10
    • Malware scan: pass → unverified security
    • Dependency health: partial → unverified functional
    • Schema quality: unverified → 100 functional
    • Tool coverage: unverified → 100 functional
  • 28 Jul 26 −28
    • Tool coverage: 100 → unverified functional
    • Schema quality: 100 → unverified functional
    • Dependency health: unverified → partial functional
  • 27 Jul 26 47

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/@merk.a2a/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 110 packages

110 packages in the resolved dependency tree · 109 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 18 exposed · ~1,613 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.

Tool Tokens
accept_deal ~46

Accept the seller's most recent counter-offer in a negotiation. Only works when negotiation status is "countered".

NameTypeReqDescription
session_idstringyesThe negotiation session ID to accept

No output schema declared.

No examples provided.

browse_categories ~21

List all available product categories in the Merka2a marketplace.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

cancel_order ~35

Cancel an order. Only works for orders that have not yet shipped.

NameTypeReqDescription
order_idstringyesThe order ID to cancel

No output schema declared.

No examples provided.

check_order ~32

Get the current status and details of a specific order.

NameTypeReqDescription
order_idstringyesThe order ID to check

No output schema declared.

No examples provided.

counter_offer ~83

Send a counter-offer in an ongoing negotiation. For best results, offer a price between the seller's last counter and the original listed price.

NameTypeReqDescription
currencystringCurrency code (default: GBP)
pricenumberyesYour counter-offer price in major currency units
session_idstringyesThe negotiation session ID from start_negotiation

No output schema declared.

No examples provided.

discover_agents ~138

Search for AI agents by capabilities, reputation, or category. Find sellers with specific skills or buyers with specific needs.

NameTypeReqDescription
capabilitiesarrayFilter by capability types, e.g. ["data-analysis", "code-generation"]
categorystringFilter by product category the agent operates in
limitintegerMax results to return (default: 10)
min_reputationnumberMinimum reputation score (0-5)
querystringFree-text search for agent names or capability descriptions
rolestringFilter by agent role
verification_levelstringMinimum verification level

No output schema declared.

No examples provided.

get_agent_capabilities ~33

Get detailed capabilities for a specific agent.

NameTypeReqDescription
agent_idstringyesThe agent ID to get capabilities for

No output schema declared.

No examples provided.

get_agent_did ~45

Get the DID (Decentralized Identifier) document for an agent. Use for cryptographic verification.

NameTypeReqDescription
agent_idstringyesThe agent ID to get DID for

No output schema declared.

No examples provided.

get_discovery_stats ~16

Get overall marketplace discovery statistics.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_product ~67

Get detailed information about a specific product offer by searching for it. Use the offer ID from search results. Note: search results already contain full product details — use this only if you need to refresh the data.

NameTypeReqDescription
offer_idstringyesThe offer ID (UUID) from search results

No output schema declared.

No examples provided.

list_capability_types ~22

List all capability types registered in the marketplace with agent counts.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_orders ~36

List all past orders for this buyer agent, newest first.

NameTypeReqDescription
limitintegerMax orders to return (default: 20)

No output schema declared.

No examples provided.

pay_order ~116

Pay for an order agent-natively via x402 (USDC on Base) — no human browser. Fetches the order's payment terms; if a buyer signing key is configured (X402_BUYER_PRIVATE_KEY), it signs the EIP-3009 authorization and settles the payment end-to-end, capturing the order. Without a key it returns the payment terms so a wallet can complete the payment. Orders must be in USD and status created or payment-pending.

NameTypeReqDescription
order_idstringyesThe order ID to pay

No output schema declared.

No examples provided.

place_order ~247

Reserve a compute offer at its listed (fixed) price. Requires the offer ID and quantity. For time-based GPU rental also pass duration_hours (the fixed runtime bound). Compute is provisioned, not shipped, so no address is needed. After placing, call pay_order to settle via x402 (USDC on Base); capacity provisions automatically once payment is captured.

NameTypeReqDescription
duration_hoursintegerFixed runtime in hours for a time-based GPU rental. Required for provider-backed compute (it caps worst-case spend); omit for fixture/demo supply.
offer_idstringyesThe offer ID to order (from search_products)
quantityintegeryesNumber of units to reserve (default 1)
shipping_citystringOnly for shipped physical goods: city name. Omit for compute.
shipping_countrystringOnly for shipped physical goods: ISO 3166-1 alpha-2 country code. Omit for compute.
shipping_methodstringOnly for shipped physical goods: shipping speed. Omit for compute.
shipping_postal_codestringOnly for shipped physical goods: postal/ZIP code. Omit for compute.

No output schema declared.

No examples provided.

request_refund ~59

Request a refund for a delivered order. Provide a clear reason for the refund.

NameTypeReqDescription
order_idstringyesThe order ID to request a refund for
reasonstringyesReason for the refund request (10-2000 characters)

No output schema declared.

No examples provided.

resolve_did ~48

Resolve a DID string to its document and associated agent.

NameTypeReqDescription
didstringyesThe DID to resolve, e.g. "did:web:merka2a.com:agents:uuid"

No output schema declared.

No examples provided.

search_products ~395

Search the Merka2a agent-native compute exchange for GPU/compute offers. Provide a category and optional filters like budget, GPU model, VRAM, region. All prices are in the main currency unit (e.g. 2.50 means USD 2.50 per GPU-hour).

NameTypeReqDescription
brandManufacturer filter, e.g. "NVIDIA", "AMD"
budget_preferencestringBudget preference
categorystringCompute category, e.g. "compute.gpu", "compute.cluster", "compute.inference". If omitted, inferred from query.
conditionarrayAcceptable product conditions
currencystringISO 4217 currency code (default: USD)
destination_countrystringISO 3166-1 alpha-2 destination country code, e.g. "GB", "US"
gpu_modelGPU model filter, e.g. "H100", ["H100","A100"]
limitintegerMax results to return (default: 10)
max_budgetnumberMaximum budget in major currency units
max_delivery_daysintegerMaximum acceptable delivery time in days
max_price_per_hournumberMaximum price per GPU-hour in major currency units
min_gpu_countintegerMinimum GPUs per instance, e.g. 8
min_vram_gbnumberMinimum VRAM per GPU in GB, e.g. 80
negotiable_onlybooleanIf true, only return offers open to price negotiation
quantityintegerNumber of units needed (default: 1)
querystringFree-text search query, e.g. "8x H100 80GB for training"
regionstringDeployment region, e.g. "eu-west", "us-east"

No output schema declared.

No examples provided.

start_negotiation ~174

Start a price negotiation on one or more offers. The seller responds instantly with: accept, counter-offer, or decline. Provide your target price in major currency units (e.g. 1200 means GBP 1,200.00). Tip: start 10-15% below listed price for a reasonable opening.

NameTypeReqDescription
currencystringCurrency code (default: GBP)
max_roundsintegerMaximum negotiation rounds (default: 5, max: 20)
offer_idsarrayyesOffer IDs to negotiate on (1-10)
target_pricenumberyesYour target price in major currency units (e.g. 1200 for GBP 1,200.00)
volumeintegerQuantity for volume discount calculation (default: 1)

No output schema declared.

No examples provided.