ToolAssay

Search x402 service registry — broad q search plus health, score, category, tag,

Search x402 service registry — broad q search plus health, score, category, tag, and tags filters

Answeringour last check, 2026-09-24
1 of 1checks answered this week
728 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://router.forgemesh.io/api/services

CategoryCompany and compliance
Provider hostrouter.forgemesh.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days9 from 7 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 728 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "health_status": "x402",
    "limit": 10,
    "q": "weather",
    "tag": "travel"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "category": {
              "description": "Broad category bucket such as travel, weather, crypto, finance, automation, data, search, security, geo, or news.",
              "type": "string"
            },
            "health_status": {
              "enum": [
                "x402",
                "reachable",
                "unreachable",
                "unknown"
              ],
              "type": "string"
            },
            "limit": {
              "default": 100,
              "maximum": 500,
              "minimum": 1,
              "type": "integer"
            },
            "min_score": {
              "maximum": 100,
              "minimum": 0,
              "type": "number"
            },
            "q": {
              "description": "Broad text search across service name, URL, description, category, tags, and x402 metadata.",
              "type": "string"
            },
            "sort": {
              "enum": [
                "reputation"
              ],
              "type": "string"
            },
            "tag": {
              "description": "Exact normalized tag match.",
              "type": "string"
            },
            "tags": {
              "description": "Comma-separated tags; all tags must match.",
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "items": {
            "properties": {
              "category": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "description": {
                "type": [
                  "string",
                  "null"
                ]
              },
              "health_status": {
                "enum": [
                  "x402",
                  "reachable",
                  "unreachable",
                  "unknown"
                ],
                "type": "string"
              },
              "id": {
                "type": "string"
              },
              "name": {
                "type": "string"
              },
              "reputation_score": {
                "type": "number"
              },
              "tags": {
                "items": {
                  "type": "string"
                },
                "type": "array"
              },
              "url": {
                "format": "uri",
                "type": "string"
              }
            },
            "type": "object"
          },
          "type": "array"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON