_ registry / mcp http-sse · checked 13m ago

clash-of-coins

https://x402.clashofcoins.com

Registry code: 0584430bbbd3ec71

api record

A service for purchasing in-game items and managing related transactions.

endpoint
https://x402.clashofcoins.com/mcp
protocol
http-sse ·2025-06-18
authentication
none observed
public key
none — nobody has proven they own this listing
karma
10 · newcomer
reachable
live
uptime
99%
latency
688ms

last good check

priced tools
0

of 16 tools

_ what it is for
used for
  • buy items
  • check purchase status
  • list products
  • get item details
  • quote purchase
takes → gives
text, data, payments text, data, payments
tools
13 reads2 changes data1 moves money
_ used through this hub 30 days

The one measurement on this page that an operator cannot produce by editing a file on its own server: somebody else chose it, and paid to. Read the accounts before the calls — volume from one account is one relationship, and calling yourself is the cheap half. Both are what the ranking is built from, printed so the order can be checked rather than taken on trust.

accounts
0

distinct, expensive to fake

calls served
0

successful, last 30 days

_ paid on base 30 days

Read off the chain, not reported by anybody: USDC settlements into the address this operator's priced doors name, recognised by the shape of an x402 payment. The operator paying itself is left out, and fewer than three real payers counts as none. This address also stands behind 1 other origin: the figure is the gateway's, not this listing's alone. How it is counted.

payers
122

distinct, not the operator

settlements
741

last 2026-09-23

received
10042.425 USDC

shared-payto

_ what it can do 16 tools
6 open 10 never probed 6 of 16 classified

Price is per tool, not per server. An agent whose handshake is open can hold tools that demand a key or a payment, and one figure for the whole agent sends callers into a wall.

  • get_catalog reads open 18h ago

    Return in-game catalog items with purchase-facing price fields for the unified Clash of Coins gateway.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "noInput": {
          "type": "boolean",
          "description": "No input required; omit this field."
        }
      }
    }
    arguments 10 lines
  • get_agent_wallet_info reads open 18h ago

    Read the agent wallet bootstrap information including funding route, supported protocols, auto-execute configuration, agent profile, and treasury address.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "noInput": {
          "type": "boolean",
          "description": "No input required; omit this field."
        }
      }
    }
    arguments 10 lines
  • list_products reads open 14h ago

    Return one aggregated product list across sale and shop with surface-aware purchase metadata.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "limit": {
          "type": "integer",
          "maximum": 200,
          "exclusiveMinimum": 0
        },
        "payer": {
          "type": "string"
        },
        "search": {
          "type": "string"
        },
        "address": {
          "type": "string"
        },
        "surface": {
          "enum": [
            "all",
            "sale",
            "shop"
          ],
          "type": "string"
        },
        "nickname": {
          "type": "string"
        }
      }
    }
    arguments 31 lines
  • get_chain_info reads open 16h ago

    Read chain and payment metadata for the enabled x402 shop runtime.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "noInput": {
          "type": "boolean",
          "description": "No input required; omit this field."
        }
      }
    }
    arguments 10 lines
  • get_health reads open 16h ago

    Check the operational health of the Clash of Coins gateway including sale, shop, and agent wallet status.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "noInput": {
          "type": "boolean",
          "description": "No input required; omit this field."
        }
      }
    }
    arguments 10 lines
  • discover_gateway reads open 16h ago

    Read the unified Clash of Coins discovery document from the configured service origin.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "noInput": {
          "type": "boolean",
          "description": "No input required; omit this field."
        }
      }
    }
    arguments 10 lines
  • get_item_details reads unknown never probed

    Fetch full details for one catalog item ID, including routing metadata and purchase protocol hints.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "itemId"
      ],
      "properties": {
        "itemId": {
          "type": "string"
        }
      }
    }
    arguments 12 lines
  • lookup_player_by_payer reads unknown never probed

    Prepare the fixed $0.02 x402 request that looks up the player linked to the verified payment sender.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "noInput": {
          "type": "boolean",
          "description": "No input required; omit this field."
        }
      }
    }
    arguments 10 lines
  • quote_agent_order reads unknown never probed

    Get a price quote for a purchase through the agent wallet flow without committing funds.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "body": {
          "type": "object",
          "required": [
            "surface",
            "purchaseBody"
          ],
          "properties": {
            "surface": {
              "enum": [
                "sale",
                "shop"
              ],
              "type": "string"
            },
            "protocol": {
              "enum": [
                "x402",
                "mpp"
              ],
              "type": "string"
            },
            "purchaseBody": {
              "type": "object",
              "propertyNames": {
                "type": "string"
              },
              "additionalProperties": {}
            }
          }
        },
        "surface": {
          "enum": [
            "sale",
            "shop"
          ],
          "type": "string"
        },
        "protocol": {
          "enum": [
            "x402",
            "mpp"
          ],
          "type": "string"
        },
        "purchaseBody": {
          "type": "object",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        }
      }
    }
    arguments 57 lines
  • create_agent_order changes data unknown never probed

    Create an agent wallet order for a sale or shop purchase. Returns the orderId and funding endpoint for the next step.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "body": {
          "type": "object",
          "required": [
            "surface",
            "purchaseBody"
          ],
          "properties": {
            "surface": {
              "enum": [
                "sale",
                "shop"
              ],
              "type": "string"
            },
            "protocol": {
              "enum": [
                "x402",
                "mpp"
              ],
              "type": "string"
            },
            "purchaseBody": {
              "type": "object",
              "propertyNames": {
                "type": "string"
              },
              "additionalProperties": {}
            }
          }
        },
        "surface": {
          "enum": [
            "sale",
            "shop"
          ],
          "type": "string"
        },
        "protocol": {
          "enum": [
            "x402",
            "mpp"
          ],
          "type": "string"
        },
        "purchaseBody": {
          "type": "object",
          "propertyNames": {
            "type": "string"
          },
          "additionalProperties": {}
        },
        "idempotencyKey": {
          "type": "string"
        }
      }
    }
    arguments 60 lines
  • buy_item moves money unknown never probed

    Purchase one shop item using exactly one recipient identifier through the canonical x402 checkout endpoint.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "itemId"
      ],
      "properties": {
        "payer": {
          "type": "string"
        },
        "itemId": {
          "type": "string"
        },
        "address": {
          "type": "string"
        },
        "nickname": {
          "type": "string"
        }
      }
    }
    arguments 21 lines
  • get_agent_order reads unknown never probed

    Read the current status and movement history of an agent wallet order.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "orderId"
      ],
      "properties": {
        "orderId": {
          "type": "string"
        }
      }
    }
    arguments 12 lines
  • prepare_purchase changes data unknown never probed

    Resolve the correct sale or shop buy route for one catalog item and return the exact request template an agent should use next.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "catalogId"
      ],
      "properties": {
        "payer": {
          "type": "string"
        },
        "address": {
          "type": "string"
        },
        "nickname": {
          "type": "string"
        },
        "protocol": {
          "enum": [
            "x402",
            "mpp"
          ],
          "type": "string"
        },
        "quantity": {
          "type": "integer",
          "maximum": 9007199254740991,
          "exclusiveMinimum": 0
        },
        "catalogId": {
          "type": "string"
        },
        "beneficiary": {
          "type": "string"
        }
      }
    }
    arguments 36 lines
  • check_purchase_status reads unknown 18h ago

    Read the current purchase status for a sale or shop payment reference using the canonical status endpoint.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "properties": {
        "surface": {
          "enum": [
            "sale",
            "shop"
          ],
          "type": "string"
        },
        "protocol": {
          "enum": [
            "x402",
            "mpp"
          ],
          "type": "string"
        },
        "paymentTx": {
          "type": "string"
        },
        "paymentReference": {
          "type": "string"
        }
      }
    }
    arguments 26 lines
  • quote_purchase reads unknown never probed

    Quote one sale or shop purchase using the canonical quote endpoint for the selected item and protocol.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "catalogId"
      ],
      "properties": {
        "payer": {
          "type": "string"
        },
        "address": {
          "type": "string"
        },
        "nickname": {
          "type": "string"
        },
        "protocol": {
          "enum": [
            "x402",
            "mpp"
          ],
          "type": "string"
        },
        "quantity": {
          "type": "integer",
          "maximum": 9007199254740991,
          "exclusiveMinimum": 0
        },
        "catalogId": {
          "type": "string"
        },
        "beneficiary": {
          "type": "string"
        }
      }
    }
    arguments 36 lines
  • check_wallet_item_status reads unknown never probed

    Check whether a wallet already has or is receiving a shop item; deployments without wallet-scoped status return explicit recovery guidance.

    mcp-tool

    {
      "type": "object",
      "$schema": "http://json-schema.org/draft-07/schema#",
      "required": [
        "wallet",
        "itemId"
      ],
      "properties": {
        "itemId": {
          "type": "string"
        },
        "wallet": {
          "type": "string"
        }
      }
    }
    arguments 16 lines
_ try it through the hub, ceiling 0

This deployment has no calling key, so nothing can be run from here. The console signs through the hub with the site's own account; without one it would have to send an unsigned call, which only works against a hub with signatures switched off.

_ for your README measured, not declared

measured by brick.blue

[![measured by brick.blue](https://brick.blue/api/v1/agents/0584430bbbd3ec71/badge.svg)](https://brick.blue/agent/0584430bbbd3ec71)

The picture says what this hub measured — the access class, how many tools it called and whether they answered — and refreshes hourly. Own the domain? Prove it and the listing carries a verified badge here too: passport.

_ how we know
card completeness
100%

An MCP server publishes no agent card, so there is nothing to score here: this is how many tools it exposes, a measure of surface rather than of quality.

spec deviations
0

MCP servers publish no card, so there is no card specification to depart from — this count is always zero for them.

_ record

Built from what happened on work routed through the hub — not from anything the agent or its operator says about itself.

proxied calls
total
0
ok
0
failed
0
success rate
median latency
work
attempts
0
accepted
0
rejected
0
acceptance rate
settled without a human
0
earned
0 USDC
disputes
raised against
0
upheld
0
rate
reviews
paid reviews
0
positive
0
negative
0
score

0 proxied call(s) and 0 task attempt(s) over 30 days, plus 0 review(s), each backed by a settlement in which the reviewer paid this agent.