x402 List

x402 Protocol Service Directory

ForgeMesh Travel Agent

Data PAYMENT-READY imported

payment-ready until 2026-08-20

imported from the x402 Bazaar, not submitted by the operator · own this service? claim it · or ask to be removed

Pay-per-call travel planning API on Base: transit provider lookups, weather-aware plans, day trip and weekend itinerary briefs, and location disruption signals. Free calls return a skeleton listing the withheld fields; paid calls return the full result.

Pay from $0.01 to $0.25 per request in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.

first settlement 2026-06-21 · $10.61 all-time · settled via coinbase

BASE URL https://travel-agent.forgemesh.io ENDPOINTS 6 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-20 MONITORED SINCE 2026-07-20

ASSESSMENT

updated 4h ago

Evidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.

reliability 100%
uptime 24h
100%
uptime 7d
100%
uptime 30d
100%
uptime 90d
100%
response p95
497ms
avg response
311ms
total checks
2,135

Measured on the unpaid 402 handshake, not the paid call. A service can 402 correctly and still fail after payment.

compliance A (14/14)

14 of 14 x402 conformance checks pass. Full checklist below.

jump to compliance checklist

price $0.01 to $0.25 (p53 in Data)
price (min)
$0.01
price (max)
$0.25
category percentile (min)
p53 in Data
category percentile (max)
p88 in Data
endpoints / prices
6 / 4
model
tiered
stability
0%
risk clean

No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.

domain age
-
registrar
-
hosting
custom
domain created
---

Identity facts, not a risk score.

traction $0.458 30d · 6 buyers
volume 30d
$0.458
buyers 30d
6
settlements 30d
14
first settlement
2026-06-21
last settlement
2026-08-07
top buyer share
77% of 30d volume
trend 7d vs 30d
2.43x the 30d daily rate
networks
eip155:8453
volume all-time
$10.61
settlements all-time
104
median settlement 30d
$0.006
max settlement 30d
$0.25
settled via
coinbase ($0.46, 14 tx)

Conservative undercount: only USDC settlements via facilitators we measure are counted. A measured floor, not an estimate.

Top buyer share is a concentration signal, not part of the ranking score.

CHANGES

1 event, detecting since 2026-07-24

Payout, price, and schema changes detected on this service's x402 wire. A payout rotation at an unchanged price shows up here even when nothing else moves. Full feed at /changes.

changes price changed 6d ago (1 since 2026-07-24)

price changed · 6d ago

GET /api/creator-experiences · eip155:8453 · USDC: 50000250000

GET /api/day-trip-plan · eip155:8453 · USDC: 20000100000

GET /api/transit-providers · eip155:8453 · USDC: 200010000

GET /api/travel-pulse · eip155:8453 · USDC: 200010000

GET /api/weather-aware-plan · eip155:8453 · USDC: 600030000

GET /api/weekend-getaway · eip155:8453 · USDC: 50000250000

Amounts are on-wire atomic units in the named asset.

see all changes for this service

WHAT IT DOES

ai-derived

No AI synthesis has been produced for this service yet.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
GET /api/creator-experiences $0.25 Base USDC header
GET /api/day-trip-plan $0.10 Base USDC header
GET /api/transit-providers $0.01 Base USDC header
GET /api/travel-pulse $0.01 Base USDC header
GET /api/weather-aware-plan $0.03 Base USDC header
GET /api/weekend-getaway $0.25 Base USDC header
6 endpoints

REQUEST / RESPONSE EXAMPLE

An unpaid request to GET /api/creator-experiences returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.

// request
curl -i 'https://travel-agent.forgemesh.io/api/creator-experiences'
// 402 response (captured by monitor) · 6 payloads · click to expand
[
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
        "amount": "250000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://travel-agent.forgemesh.io/api/creator-experiences",
      "mimeType": "application/json",
      "description": "Returns a story arc and shot list for a destination, plus emerging-local-signal status, with confidence caveats. Use to script travel video or social content around a theme and audience."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "lat": "29.3013",
              "lon": "-94.7977",
              "audience": "curious budget travelers",
              "destination": "Galveston, TX",
              "trip_length": "weekend",
              "content_style": "new food and waterfront spots"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "data": {
                "story": {
                  "shot_list": [],
                  "story_arc": []
                },
                "category": "creator_experiences",
                "confidence": "medium",
                "why_not_high": [
                  "Emerging local signals are request hooks/planned enrichment, not confirmed new-opening evidence yet."
                ],
                "emerging_local_signals": {
                  "status": "planned_enrichment"
                }
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "lat": {
                      "type": "string"
                    },
                    "lon": {
                      "type": "string"
                    },
                    "theme": {
                      "type": "string"
                    },
                    "budget": {
                      "type": "string"
                    },
                    "season": {
                      "type": "string"
                    },
                    "audience": {
                      "type": "string"
                    },
                    "destination": {
                      "type": "string"
                    },
                    "trip_length": {
                      "type": "string"
                    },
                    "content_style": {
                      "type": "string"
                    },
                    "emerging_local_signals": {
                      "type": "string"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "builder-code": {
        "info": {
          "a": "bc_4ypyymtf"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "a": {
              "type": "string",
              "pattern": "^[a-z0-9_]{1,32}$",
              "description": "App builder code"
            },
            "s": {
              "type": "array",
              "items": {
                "type": "string",
                "pattern": "^[a-z0-9_]{1,32}$"
              },
              "description": "Service builder codes"
            },
            "w": {
              "type": "string",
              "pattern": "^[a-z0-9_]{1,32}$",
              "description": "Wallet builder code"
            }
          },
          "additionalProperties": false
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
                "amount": "250000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1786127344,
                "resourceUrl": "https://travel-agent.forgemesh.io/api/creator-experiences"
              },
              "signature": "0x411edc590afbf76257e70a631e00ac8574340d8032b1c2b21dc5c8d16df18dee0455af03c579bceb35eb3a6470e4ebbb56adcb8402cea0aa36ba99ba8f7df5d41b",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      },
      "payment-identifier": {
        "info": {
          "required": false
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "required"
          ],
          "properties": {
            "id": {
              "type": "string",
              "pattern": "^[a-zA-Z0-9_-]+$",
              "maxLength": 128,
              "minLength": 16
            },
            "required": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://travel-agent.forgemesh.io/api/transit-providers",
      "mimeType": "application/json",
      "description": "Returns a short list of transit provider matches (name, ID, transportation modes) for a location and transport type. Use to identify rail, metro, bus, or ferry options before booking."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "location": "Boston",
              "trip_style": "car-light day trip",
              "transportation_type": "rail"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "data": {
                "matches": [
                  {
                    "name": "MBTA",
                    "provider_id": "mbta",
                    "transportation": [
                      "subway",
                      "bus",
                      "commuter rail",
                      "ferry"
                    ]
                  }
                ],
                "category": "mobility_options",
                "why_not_high": [
                  "Mobility guidance is provider/strategy-level and does not confirm live departures, fares, route availability, accessibility, or service disruptions."
                ]
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "origin": {
                      "type": "string"
                    },
                    "location": {
                      "type": "string"
                    },
                    "trip_style": {
                      "type": "string"
                    },
                    "destination": {
                      "type": "string"
                    },
                    "transportation_type": {
                      "type": "string"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "builder-code": {
        "info": {
          "a": "bc_4ypyymtf"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "a": {
              "type": "string",
              "pattern": "^[a-z0-9_]{1,32}$",
              "description": "App builder code"
            },
            "s": {
              "type": "array",
              "items": {
                "type": "string",
                "pattern": "^[a-z0-9_]{1,32}$"
              },
              "description": "Service builder codes"
            },
            "w": {
              "type": "string",
              "pattern": "^[a-z0-9_]{1,32}$",
              "description": "Wallet builder code"
            }
          },
          "additionalProperties": false
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
                "amount": "10000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1786127344,
                "resourceUrl": "https://travel-agent.forgemesh.io/api/transit-providers"
              },
              "signature": "0x2eed5951bab54538a3e057bd7e39b3be123bb362f4aaf00004ba8735f007c0d8677127c036184330563f1ba528c6752f14dbfebdb25becf27362f255c63aa9241c",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      },
      "payment-identifier": {
        "info": {
          "required": false
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "required"
          ],
          "properties": {
            "id": {
              "type": "string",
              "pattern": "^[a-zA-Z0-9_-]+$",
              "maxLength": 128,
              "minLength": 16
            },
            "required": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
        "amount": "10000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://travel-agent.forgemesh.io/api/travel-pulse",
      "mimeType": "application/json",
      "description": "Returns active emergency/disruption signals (earthquakes, weather alerts, wildfires, storms, water levels) near a lat/lon, with a status flag and calm relay guidance for travelers."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "lat": "38.8016",
              "lon": "-77.0434",
              "radius_miles": "50",
              "signal_types": "earthquake,weather_alert,wildfire",
              "lookback_hours": "1"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "data": {
                "status": "attention",
                "signals": [],
                "why_not_high": [
                  "Signal relevance still depends on route, lodging, event, activity, proximity, severity, and official local guidance."
                ]
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "lat": {
                      "type": "string"
                    },
                    "lon": {
                      "type": "string"
                    },
                    "trip_phase": {
                      "type": "string"
                    },
                    "water_site": {
                      "type": "string"
                    },
                    "radius_miles": {
                      "type": "string"
                    },
                    "signal_types": {
                      "type": "string"
                    },
                    "lookback_hours": {
                      "type": "string"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "builder-code": {
        "info": {
          "a": "bc_4ypyymtf"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "a": {
              "type": "string",
              "pattern": "^[a-z0-9_]{1,32}$",
              "description": "App builder code"
            },
            "s": {
              "type": "array",
              "items": {
                "type": "string",
                "pattern": "^[a-z0-9_]{1,32}$"
              },
              "description": "Service builder codes"
            },
            "w": {
              "type": "string",
              "pattern": "^[a-z0-9_]{1,32}$",
              "description": "Wallet builder code"
            }
          },
          "additionalProperties": false
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
                "amount": "10000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1786127344,
                "resourceUrl": "https://travel-agent.forgemesh.io/api/travel-pulse"
              },
              "signature": "0xdc32ed638e5e127678398a613eb29ed59995aa5bc21ba5ea0ce7f7de1434a4831e86964493974ad1fce21b2da448f18b2cd9d6b4f1dc2bf946d5145f64dc4e251c",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      },
      "payment-identifier": {
        "info": {
          "required": false
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "required"
          ],
          "properties": {
            "id": {
              "type": "string",
              "pattern": "^[a-zA-Z0-9_-]+$",
              "maxLength": 128,
              "minLength": 16
            },
            "required": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
        "amount": "30000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://travel-agent.forgemesh.io/api/weather-aware-plan",
      "mimeType": "application/json",
      "description": "Returns an outdoor-fit rating, weather tradeoffs, and transportation exposure notes for a destination or coordinates, with confidence caveats. Use to decide whether to shift timing or route before a trip."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "lat": "29.3013",
              "lon": "-94.7977",
              "plan_type": "beach and food day",
              "destination": "Galveston, TX",
              "transportation_modes": "walking,driving"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "data": {
                "category": "weather_aware_planning",
                "conditions": {
                  "outdoor_fit": "mixed"
                },
                "confidence": "medium",
                "why_not_high": [
                  "Forecasts can shift near departure, especially for rain, wind, heat, and exposed transportation choices."
                ],
                "planning_awareness": "..."
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "lat": {
                      "type": "string"
                    },
                    "lon": {
                      "type": "string"
                    },
                    "date": {
                      "type": "string"
                    },
                    "plan_type": {
                      "type": "string"
                    },
                    "destination": {
                      "type": "string"
                    },
                    "time_window": {
                      "type": "string"
                    },
                    "transportation_modes": {
                      "type": "string"
                    },
                    "max_distance_or_travel_time": {
                      "type": "string"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "builder-code": {
        "info": {
          "a": "bc_4ypyymtf"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "a": {
              "type": "string",
              "pattern": "^[a-z0-9_]{1,32}$",
              "description": "App builder code"
            },
            "s": {
              "type": "array",
              "items": {
                "type": "string",
                "pattern": "^[a-z0-9_]{1,32}$"
              },
              "description": "Service builder codes"
            },
            "w": {
              "type": "string",
              "pattern": "^[a-z0-9_]{1,32}$",
              "description": "Wallet builder code"
            }
          },
          "additionalProperties": false
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
                "amount": "30000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1786127344,
                "resourceUrl": "https://travel-agent.forgemesh.io/api/weather-aware-plan"
              },
              "signature": "0xd39f4d0bf6e7c684fcd7e56547fd260e86561922f0cd71975ddb66dd6855b3412afb47ba01230c4a99f7d85b8f677d07df3e252e993ccd2f0fb20e56e97539e71b",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      },
      "payment-identifier": {
        "info": {
          "required": false
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "required"
          ],
          "properties": {
            "id": {
              "type": "string",
              "pattern": "^[a-zA-Z0-9_-]+$",
              "maxLength": 128,
              "minLength": 16
            },
            "required": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
        "amount": "100000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://travel-agent.forgemesh.io/api/day-trip-plan",
      "mimeType": "application/json",
      "description": "Returns local spot leads (places, breweries), a themed activity angle, and confidence caveats for a day trip to a destination or coordinates. Use to draft a same-day itinerary."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "lat": "38.8016",
              "lon": "-77.0434",
              "theme": "coffee walk",
              "destination": "Alexandria, VA",
              "radius_miles": "10",
              "transportation_modes": "walking,transit"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "data": {
                "category": "day_trip",
                "confidence": "medium",
                "why_not_high": [
                  "Local context leads are disposable planning candidates; hours, access, fees, accessibility, fit, and closures still need verification."
                ],
                "local_context": {
                  "breweries": [],
                  "google_places": []
                },
                "planning_awareness": "..."
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "lat": {
                      "type": "string"
                    },
                    "lon": {
                      "type": "string"
                    },
                    "date": {
                      "type": "string"
                    },
                    "theme": {
                      "type": "string"
                    },
                    "budget": {
                      "type": "string"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "interests": {
                      "type": "string"
                    },
                    "destination": {
                      "type": "string"
                    },
                    "time_window": {
                      "type": "string"
                    },
                    "radius_miles": {
                      "type": "string"
                    },
                    "content_style": {
                      "type": "string"
                    },
                    "transportation_modes": {
                      "type": "string"
                    },
                    "max_distance_or_travel_time": {
                      "type": "string"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "builder-code": {
        "info": {
          "a": "bc_4ypyymtf"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "a": {
              "type": "string",
              "pattern": "^[a-z0-9_]{1,32}$",
              "description": "App builder code"
            },
            "s": {
              "type": "array",
              "items": {
                "type": "string",
                "pattern": "^[a-z0-9_]{1,32}$"
              },
              "description": "Service builder codes"
            },
            "w": {
              "type": "string",
              "pattern": "^[a-z0-9_]{1,32}$",
              "description": "Wallet builder code"
            }
          },
          "additionalProperties": false
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
                "amount": "100000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1786127344,
                "resourceUrl": "https://travel-agent.forgemesh.io/api/day-trip-plan"
              },
              "signature": "0xbe030f65a834990d37c27fbc8d5f4e0335709cb6b3d800e66c90bf5e4d207bda678336c97ff96e105efd514f018cde9484fb6120f4fd856a9243c9e99147f6141b",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      },
      "payment-identifier": {
        "info": {
          "required": false
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "required"
          ],
          "properties": {
            "id": {
              "type": "string",
              "pattern": "^[a-zA-Z0-9_-]+$",
              "maxLength": 128,
              "minLength": 16
            },
            "required": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "x402Version": 2
  },
  {
    "error": "Payment required",
    "accepts": [
      {
        "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
        "extra": {
          "name": "USD Coin",
          "version": "2"
        },
        "payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
        "amount": "250000",
        "scheme": "exact",
        "network": "eip155:8453",
        "maxTimeoutSeconds": 1800
      }
    ],
    "resource": {
      "url": "https://travel-agent.forgemesh.io/api/weekend-getaway",
      "mimeType": "application/json",
      "description": "Returns a day-by-day weekend shape (arrival, main day), a lodging posture recommendation, and transit strategy, with confidence caveats. Use to draft a 2-3 day trip between an origin and destination."
    },
    "extensions": {
      "bazaar": {
        "info": {
          "input": {
            "type": "http",
            "method": "GET",
            "queryParams": {
              "lat": "29.3013",
              "lon": "-94.7977",
              "origin": "Houston, TX",
              "end_date": "2026-08-09",
              "start_date": "2026-08-07",
              "trip_style": "easy waterfront reset",
              "destination": "Galveston, TX",
              "transportation_modes": "driving,walking"
            }
          },
          "output": {
            "type": "json",
            "example": {
              "ok": true,
              "data": {
                "category": "weekend_getaway",
                "confidence": "medium",
                "why_not_high": [
                  "This endpoint does not verify live booking inventory, prices, fees, permits, cancellation rules, or crowding."
                ],
                "weekend_shape": {
                  "arrival": "...",
                  "main_day": "..."
                },
                "lodging_posture": {
                  "consider": "..."
                }
              }
            }
          }
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "input"
          ],
          "properties": {
            "input": {
              "type": "object",
              "required": [
                "type",
                "method"
              ],
              "properties": {
                "type": {
                  "type": "string",
                  "const": "http"
                },
                "method": {
                  "enum": [
                    "GET"
                  ],
                  "type": "string"
                },
                "queryParams": {
                  "type": "object",
                  "properties": {
                    "lat": {
                      "type": "string"
                    },
                    "lon": {
                      "type": "string"
                    },
                    "budget": {
                      "type": "string"
                    },
                    "origin": {
                      "type": "string"
                    },
                    "end_date": {
                      "type": "string"
                    },
                    "start_date": {
                      "type": "string"
                    },
                    "trip_style": {
                      "type": "string"
                    },
                    "destination": {
                      "type": "string"
                    },
                    "lodging_style": {
                      "type": "string"
                    },
                    "destination_currency": {
                      "type": "string"
                    },
                    "transportation_modes": {
                      "type": "string"
                    },
                    "max_distance_or_travel_time": {
                      "type": "string"
                    }
                  }
                }
              },
              "additionalProperties": false
            },
            "output": {
              "type": "object",
              "required": [
                "type"
              ],
              "properties": {
                "type": {
                  "type": "string"
                },
                "example": {
                  "type": "object",
                  "properties": {
                    "ok": {
                      "type": "boolean"
                    },
                    "data": {
                      "type": "object"
                    }
                  }
                }
              }
            }
          }
        }
      },
      "builder-code": {
        "info": {
          "a": "bc_4ypyymtf"
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "properties": {
            "a": {
              "type": "string",
              "pattern": "^[a-z0-9_]{1,32}$",
              "description": "App builder code"
            },
            "s": {
              "type": "array",
              "items": {
                "type": "string",
                "pattern": "^[a-z0-9_]{1,32}$"
              },
              "description": "Service builder codes"
            },
            "w": {
              "type": "string",
              "pattern": "^[a-z0-9_]{1,32}$",
              "description": "Wallet builder code"
            }
          },
          "additionalProperties": false
        }
      },
      "offer-receipt": {
        "info": {
          "offers": [
            {
              "format": "eip712",
              "payload": {
                "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
                "payTo": "0x7F7C9bfF1DDF2817641740962A9872e6421eBBFc",
                "amount": "250000",
                "scheme": "exact",
                "network": "eip155:8453",
                "version": 1,
                "validUntil": 1786127345,
                "resourceUrl": "https://travel-agent.forgemesh.io/api/weekend-getaway"
              },
              "signature": "0x9d9a57c30fba24ca175d4f97cb10c95eec1e7dcd5bf8fdbb5bf6c28282cf43591f886bb49843942b80939ce199e1f487b80a81f676816428dc2b6870ba4012541b",
              "acceptIndex": 0
            }
          ]
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "offers"
          ],
          "properties": {
            "offers": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "format",
                  "signature"
                ],
                "properties": {
                  "format": {
                    "type": "string"
                  },
                  "payload": {
                    "type": "object",
                    "required": [
                      "version",
                      "resourceUrl",
                      "scheme",
                      "network",
                      "asset",
                      "payTo",
                      "amount"
                    ],
                    "properties": {
                      "asset": {
                        "type": "string"
                      },
                      "payTo": {
                        "type": "string"
                      },
                      "amount": {
                        "type": "string"
                      },
                      "scheme": {
                        "type": "string"
                      },
                      "network": {
                        "type": "string"
                      },
                      "version": {
                        "type": "integer"
                      },
                      "validUntil": {
                        "type": "integer"
                      },
                      "resourceUrl": {
                        "type": "string"
                      }
                    }
                  },
                  "signature": {
                    "type": "string"
                  },
                  "acceptIndex": {
                    "type": "integer"
                  }
                }
              }
            }
          }
        }
      },
      "payment-identifier": {
        "info": {
          "required": false
        },
        "schema": {
          "type": "object",
          "$schema": "https://json-schema.org/draft/2020-12/schema",
          "required": [
            "required"
          ],
          "properties": {
            "id": {
              "type": "string",
              "pattern": "^[a-zA-Z0-9_-]+$",
              "maxLength": 128,
              "minLength": 16
            },
            "required": {
              "type": "boolean"
            }
          }
        }
      }
    },
    "x402Version": 2
  }
]

OVER TIME

All charts use the 90d selector; each series spans only the dates it has data for. Every series is also served as JSON at /api/v1/services/forgemesh-travel-agent/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted). The on-chain series roll up hourly, so the latest day can be up to about an hour behind; distinct buyers are counted per payout address, so a service that settles to more than one address is an upper bound.

UPTIME
07-20 · uptime 100.0% · 261ms avg07-21 · uptime 100.0% · 199ms avg07-22 · uptime 100.0% · 198ms avg07-23 · uptime 100.0% · 186ms avg07-24 · uptime 100.0% · 208ms avg07-25 · uptime 100.0% · 246ms avg07-26 · uptime 100.0% · 299ms avg07-27 · uptime 100.0% · 291ms avg07-28 · uptime 100.0% · 258ms avg07-29 · uptime 100.0% · 318ms avg07-30 · uptime 100.0% · 349ms avg07-31 · uptime 100.0% · 387ms avg08-01 · uptime 100.0% · 393ms avg08-02 · uptime 100.0% · 339ms avg08-03 · uptime 100.0% · 351ms avg08-04 · uptime 100.0% · 350ms avg08-05 · uptime 100.0% · 440ms avg08-06 · uptime 100.0% · 393ms avg08-07 · uptime 100.0% · 363ms avg08-08 · uptime 100.0% · 342ms avg08-09 · uptime 100.0% · 293ms avg08-10 · uptime 100.0% · 352ms avg08-11 · uptime 100.0% · 314ms avg08-12 · uptime 100.0% · 289ms avg08-13 · uptime 100.0% · 326ms avg07-2008-13
90d UPTIME 100%
RESPONSE TIME
07-20 · 261ms avg07-20 · 261ms avg07-21 · 199ms avg07-21 · 199ms avg07-22 · 198ms avg07-22 · 198ms avg07-23 · 186ms avg07-23 · 186ms avg07-24 · 208ms avg07-24 · 208ms avg07-25 · 246ms avg07-25 · 246ms avg07-26 · 299ms avg07-26 · 299ms avg07-27 · 291ms avg07-27 · 291ms avg07-28 · 258ms avg07-28 · 258ms avg07-29 · 318ms avg07-29 · 318ms avg07-30 · 349ms avg07-30 · 349ms avg07-31 · 387ms avg07-31 · 387ms avg08-01 · 393ms avg08-01 · 393ms avg08-02 · 339ms avg08-02 · 339ms avg08-03 · 351ms avg08-03 · 351ms avg08-04 · 350ms avg08-04 · 350ms avg08-05 · 440ms avg08-05 · 440ms avg08-06 · 393ms avg08-06 · 393ms avg08-07 · 363ms avg08-07 · 363ms avg08-08 · 342ms avg08-08 · 342ms avg08-09 · 293ms avg08-09 · 293ms avg08-10 · 352ms avg08-10 · 352ms avg08-11 · 314ms avg08-11 · 314ms avg08-12 · 289ms avg08-12 · 289ms avg08-13 · 326ms avg08-13 · 326ms avg07-2008-13
AVG RESP 311ms
PRICE (captured 402, USD)
07-20 · $0.01308-07 · $0.06508-13 · $0.065$0.06507-2008-13

Median across 6 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
07-20 compliance: 100% checks07-21 uptime: 100.0% compliance: 100% checks07-22 uptime: 100.0% compliance: 100% checks07-23 uptime: 100.0% compliance: 100% checks07-24 uptime: 100.0% compliance: 100% checks07-25 uptime: 100.0% compliance: 100% checks07-26 uptime: 100.0% compliance: 100% checks07-27 uptime: 100.0% compliance: 100% checks07-28 uptime: 100.0% compliance: 100% checks07-29 uptime: 100.0% compliance: 100% checks07-30 uptime: 100.0% compliance: 100% checks07-31 uptime: 100.0% compliance: 100% checks08-01 uptime: 100.0% compliance: 100% checks08-02 uptime: 100.0% compliance: 100% checks08-03 uptime: 100.0% compliance: 100% checks08-04 uptime: 100.0% compliance: 100% checks08-05 uptime: 100.0% compliance: 100% checks08-06 uptime: 100.0% compliance: 100% checks08-07 uptime: 100.0% compliance: 100% checks08-08 uptime: 100.0% compliance: 100% checks08-09 uptime: 100.0% compliance: 100% checks08-10 uptime: 100.0% compliance: 100% checks08-11 uptime: 100.0% compliance: 100% checks08-12 uptime: 100.0% compliance: 100% checks08-13 uptime: 100.0% compliance: 100% checksuptimecompliance07-2008-13

checklist grew 11->14 on 2026-07-28; a step here is a metric change, not a regression

PILLARS OVER TIME (measured)

Measured site and economics pillars from the assessment history, so the latest value shown elsewhere on this page reads as a point on a trend rather than a permanent state.

VOLUME (on-chain settlement, USD)
06-21 · $0.6706-22 · $206-23 · $106-24 · $206-25 · $0.7506-26 · $0.6906-28 · $0.3506-29 · $0.0107-01 · $107-02 · $0.1007-03 · $0.0307-04 · $0.1207-05 · $0.0207-06 · $0.5007-07 · $0.1007-08 · $0.0107-09 · $0.1007-11 · $0.0207-12 · $0.0307-13 · $0.2507-14 · $0.1107-15 · $0.0807-17 · $0.0007-21 · $0.1007-23 · $0.0107-27 · $0.0108-07 · $0.26peak $206-2108-07
DISTINCT BUYERS
06-21 · 1 buyer06-22 · 2 buyers06-23 · 7 buyers06-24 · 13 buyers06-25 · 5 buyers06-26 · 2 buyers06-28 · 2 buyers06-29 · 1 buyer07-01 · 2 buyers07-02 · 1 buyer07-03 · 1 buyer07-04 · 2 buyers07-05 · 2 buyers07-06 · 1 buyer07-07 · 1 buyer07-08 · 1 buyer07-09 · 1 buyer07-11 · 1 buyer07-12 · 1 buyer07-13 · 1 buyer07-14 · 3 buyers07-15 · 1 buyer07-17 · 1 buyer07-21 · 1 buyer07-23 · 1 buyer07-27 · 1 buyer08-07 · 2 buyerspeak 13 buyers06-2108-07

COMPLIANCE

14/14 checks pass · grade A

last 402 captured 2026-08-07 · last up 2026-08-13

  • 402 payload captured
  • accepts[] array present
  • payTo address recoverable
  • payTo at accepts[0].payTo (conformant shape)
  • payTo is a valid on-chain address
  • atomic price declared
  • atomic price in a sane range
  • asset (token) address declared
  • network resolves to CAIP-2
  • payment scheme declared
  • served over HTTPS
  • declares the current x402 version (2)
  • EIP-712 domain parameters present on every EVM entry
  • x402 v2 envelope delivered in the payment-required header

SITE PILLARS

  • homepage reachable
  • openapi doc
  • pricing page
  • llms.txt
  • robots.txt
  • terms page
recent checks (18) live · click to expand
TIME STATUS RESP CAUSE
● SLOW 541ms
● OK 327ms
● OK 357ms
● OK 448ms
● OK 394ms
● OK 254ms
● OK 295ms
● OK 275ms
● OK 424ms
● OK 327ms
● OK 274ms
● OK 254ms
● OK 334ms
● OK 315ms
● OK 392ms
● OK 179ms
● OK 238ms
● OK 254ms

EMBED THIS BADGE

Show that ForgeMesh Travel Agent is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

ForgeMesh Travel Agent listed on x402-list
status
ForgeMesh Travel Agent uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/forgemesh-travel-agent?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/forgemesh-travel-agent.svg" alt="ForgeMesh Travel Agent listed on x402-list" height="28">
</a>
// Markdown
[![ForgeMesh Travel Agent on x402-list](https://x402-list.com/badge/forgemesh-travel-agent.svg)](https://x402-list.com/services/forgemesh-travel-agent?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/forgemesh-travel-agent?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/forgemesh-travel-agent.svg?data=uptime" alt="ForgeMesh Travel Agent uptime on x402-list" height="28">
</a>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]

Earn the verified tier: x402list pays a real call to this endpoint and, if it delivers, the service is delivery-verified. The fee covers the cost of the probe, not the badge; there is no refund if the call does not deliver. Agent and API only, no in-browser signing. See /api.

[ verify this service ($0.25) ]

To request delisting, email info@x402-list.com or update your listing at /services/forgemesh-travel-agent/update.