x402 List

x402 Protocol Service Directory

MeshPilot

AI

Text or image to production-ready 3D models (GLB, PBR textures, up to 1M triangles) in one API call. Built for AI agents: x402 USDC on Solana, settle-upfront with automatic refund on failure. Also auto-rigs models (skeleton + skinning) and segments them into named parts with attachment points. Self-describing: GET /api/generate returns live prices, every knob, and examples.

Pay from $0.10 to $0.20 per request in USDC on Solana, settled onchain via the x402 protocol, no signup, no API key needed.

listed 2026-07-17 · no on-chain settlement recorded yet

BASE URL https://meshpilot.cc WEBSITE https://meshpilot.cc ENDPOINTS 3 NETWORK Solana ASSET USDC MEMBER SINCE 2026-07-17 MONITORED SINCE 2026-07-17

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 37.5%
uptime 24h
0%
uptime 7d
0%
uptime 30d
37.5%
uptime 90d
37.5%
response p95
578ms
avg response
320ms
total checks
1,637

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

compliance A (11/12): declares the current x402 version (2), stale (probe failing)

11 of 12 x402 conformance checks pass; failing: declares the current x402 version (2). Full checklist below.

jump to compliance checklist

price $0.10 to $0.20 (p76 in AI)
price (min)
$0.10
price (max)
$0.20
category percentile (min)
p76 in AI
category percentile (max)
p63 in AI
endpoints / prices
3 / 2
model
tiered
stability
100%
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
63d
registrar
NameCheap, Inc.
hosting
custom
domain created
2026-06-06

Identity facts, not a risk score.

traction $0.00 30d · 0 buyers
volume 30d
$0.00
buyers 30d
0
settlements 30d
0
first settlement
---
last settlement
---
top buyer share
-
trend 7d vs 30d
-
networks
solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdpKuc147dw2N9d
volume all-time
$0
settlements all-time
0
median settlement 30d
-
max settlement 30d
-
settled via
-

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.

WHAT IT DOES

ai-derived

Provides AI-powered 3D model generation, rigging, and segmentation services.

category
3d-ai
in
body
3d-modelingairiggingsegmentation

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
METHOD PATH DESCRIPTION PRICE NETWORK ASSET 402 CHANNEL
POST /api/generate Generate one 3D model (GLB). $0.20 Solana USDC -
POST /api/rig Auto-rig one model (skeleton + skinning), GLB out. $0.10 Solana USDC -
POST /api/segment Segment one model into named parts (one GLB each). $0.10 Solana USDC -
3 endpoints

REQUEST / RESPONSE EXAMPLE

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

// request
curl -i -X POST 'https://meshpilot.cc/api/generate'
// 402 response (captured by monitor) · 3 payloads · click to expand
[
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "tags": [
          "3d",
          "text-to-3d",
          "glb",
          "gaming",
          "ai"
        ],
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "14VnrBRgQC4nSeN6VputVkfKVnuo7u1Jh6UqKizoZaKK"
        },
        "payTo": "14VnrBRgQC4nSeN6VputVkfKVnuo7u1Jh6UqKizoZaKK",
        "scheme": "exact",
        "iconUrl": "https://meshpilot.cc/brand/logo.png",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "mimeType": "application/json",
        "resource": "https://meshpilot.cc/api/generate",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "body": {
                  "prompt": "a brass compass",
                  "texture": true
                },
                "type": "http",
                "method": "POST"
              },
              "output": {
                "type": "json",
                "example": {
                  "faces": 243230,
                  "format": "glb",
                  "textured": true,
                  "model_url": "https://meshpilot.cc/api/model?file=..."
                }
              }
            }
          }
        },
        "description": "Generate one 3D model (GLB).",
        "serviceName": "MeshPilot 3D Generation",
        "maxAmountRequired": "200000",
        "maxTimeoutSeconds": 300
      }
    ],
    "x402Version": 1
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "tags": [
          "3d",
          "rigging",
          "animation",
          "glb",
          "ai"
        ],
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "14VnrBRgQC4nSeN6VputVkfKVnuo7u1Jh6UqKizoZaKK"
        },
        "payTo": "14VnrBRgQC4nSeN6VputVkfKVnuo7u1Jh6UqKizoZaKK",
        "scheme": "exact",
        "iconUrl": "https://meshpilot.cc/brand/logo.png",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "mimeType": "application/json",
        "resource": "https://meshpilot.cc/api/rig",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "body": {
                  "model_url": "https://.../model.glb"
                },
                "type": "http",
                "method": "POST"
              },
              "output": {
                "type": "json",
                "example": {
                  "format": "glb",
                  "rigged": true,
                  "model_url": "https://meshpilot.cc/api/model?file=..."
                }
              }
            }
          }
        },
        "description": "Auto-rig one model (skeleton + skinning), GLB out.",
        "serviceName": "MeshPilot Auto-Rig",
        "maxAmountRequired": "100000",
        "maxTimeoutSeconds": 300
      }
    ],
    "x402Version": 1
  },
  {
    "error": "X-PAYMENT header is required",
    "accepts": [
      {
        "tags": [
          "3d",
          "segmentation",
          "parts",
          "glb",
          "ai"
        ],
        "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
        "extra": {
          "feePayer": "14VnrBRgQC4nSeN6VputVkfKVnuo7u1Jh6UqKizoZaKK"
        },
        "payTo": "14VnrBRgQC4nSeN6VputVkfKVnuo7u1Jh6UqKizoZaKK",
        "scheme": "exact",
        "iconUrl": "https://meshpilot.cc/brand/logo.png",
        "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
        "mimeType": "application/json",
        "resource": "https://meshpilot.cc/api/segment",
        "extensions": {
          "bazaar": {
            "info": {
              "input": {
                "body": {
                  "queries": [
                    "head",
                    "torso",
                    "arm",
                    "leg"
                  ],
                  "model_url": "https://.../model.glb"
                },
                "type": "http",
                "method": "POST"
              },
              "output": {
                "type": "json",
                "example": {
                  "parts": [
                    {
                      "query": "head",
                      "model_url": "https://meshpilot.cc/api/model?file=...",
                      "face_count": 46813,
                      "attachments": [
                        {
                          "to": "torso",
                          "position": [
                            0.02,
                            0.31,
                            -0.01
                          ]
                        }
                      ]
                    }
                  ]
                }
              }
            }
          }
        },
        "description": "Segment one model into named parts (one GLB each).",
        "serviceName": "MeshPilot Segmentation",
        "maxAmountRequired": "100000",
        "maxTimeoutSeconds": 300
      }
    ],
    "x402Version": 1
  }
]

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/meshpilot/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-24 · uptime 35.6% · 330ms avg07-25 · uptime 1.1% · 320ms avg07-26 · uptime 0.0%07-27 · uptime 0.0%07-28 · uptime 0.0%07-29 · uptime 0.0%07-30 · uptime 0.0%07-31 · uptime 0.0%08-01 · uptime 0.0%08-02 · uptime 0.0%08-03 · uptime 0.0%08-04 · uptime 0.0%08-05 · uptime 0.0%08-06 · uptime 0.0%08-07 · uptime 0.0%08-08 · uptime 0.0%08-09 · uptime 0.0%08-10 · uptime 0.0%08-11 · uptime 0.0%08-12 · uptime 0.0%08-13 · uptime 0.0%07-17 · uptime 100.0% · 247ms avg07-18 · uptime 100.0% · 212ms avg07-19 · uptime 100.0% · 302ms avg07-20 · uptime 100.0% · 329ms avg07-21 · uptime 100.0% · 396ms avg07-22 · uptime 100.0% · 347ms avg07-23 · uptime 100.0% · 366ms avg07-24 · uptime 35.6% · 330ms avg07-25 · uptime 1.1% · 320ms avg07-26 · uptime 0.0%07-27 · uptime 0.0%07-28 · uptime 0.0%07-29 · uptime 0.0%07-30 · uptime 0.0%07-31 · uptime 0.0%08-01 · uptime 0.0%08-02 · uptime 0.0%08-03 · uptime 0.0%08-04 · uptime 0.0%08-05 · uptime 0.0%08-06 · uptime 0.0%08-07 · uptime 0.0%08-08 · uptime 0.0%08-09 · uptime 0.0%08-10 · uptime 0.0%08-11 · uptime 0.0%08-12 · uptime 0.0%08-13 · uptime 0.0%07-1708-13
90d UPTIME 37.5%
RESPONSE TIME
07-17 · 247ms avg07-17 · 247ms avg07-18 · 212ms avg07-18 · 212ms avg07-19 · 302ms avg07-19 · 302ms avg07-20 · 329ms avg07-20 · 329ms avg07-21 · 396ms avg07-21 · 396ms avg07-22 · 347ms avg07-22 · 347ms avg07-23 · 366ms avg07-23 · 366ms avg07-24 · 330ms avg07-24 · 330ms avg07-25 · 320ms avg07-25 · 320ms avg07-26 · 0ms avg07-26 · 0ms avg07-27 · 0ms avg07-27 · 0ms avg07-28 · 0ms avg07-28 · 0ms avg07-29 · 0ms avg07-29 · 0ms avg07-30 · 0ms avg07-30 · 0ms avg07-31 · 0ms avg07-31 · 0ms avg08-01 · 0ms avg08-01 · 0ms avg08-02 · 0ms avg08-02 · 0ms avg08-03 · 0ms avg08-03 · 0ms avg08-04 · 0ms avg08-04 · 0ms avg08-05 · 0ms avg08-05 · 0ms avg08-06 · 0ms avg08-06 · 0ms avg08-07 · 0ms avg08-07 · 0ms avg08-08 · 0ms avg08-08 · 0ms avg08-09 · 0ms avg08-09 · 0ms avg08-10 · 0ms avg08-10 · 0ms avg08-11 · 0ms avg08-11 · 0ms avg08-12 · 0ms avg08-12 · 0ms avg08-13 · 0ms avg08-13 · 0ms avg07-1708-13
AVG RESP 320ms
PRICE (captured 402, USD)
07-17 · $0.1008-13 · $0.10$0.1007-1708-13

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

SUB-SCORES (uptime + x402 compliance)
07-17 uptime: 100.0% compliance: 100% checks07-18 uptime: 100.0% compliance: 100% checks07-19 uptime: 100.0% compliance: 100% checks07-20 uptime: 100.0% 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: 91.8% compliance: 100% checks07-25 uptime: 83.1% compliance: 100% checks07-26 uptime: 74.1% compliance: 100% checks07-27 uptime: 66.5% compliance: 100% checks07-28 uptime: 60.4% compliance: 92% checks07-29 uptime: 55.5% compliance: 92% checks07-30 uptime: 51.2% compliance: 92% checks07-31 uptime: 47.4% compliance: 92% checks08-01 uptime: 44.4% compliance: 92% checks08-02 uptime: 41.5% compliance: 92% checks08-03 uptime: 39.6% compliance: 92% checks08-04 uptime: 38.3% compliance: 92% checks08-05 uptime: 38.2% compliance: 92% checks08-06 uptime: 38.1% compliance: 92% checks08-07 uptime: 38.0% compliance: 92% checks08-08 uptime: 37.9% compliance: 92% checks08-09 uptime: 37.8% compliance: 92% checks08-10 uptime: 37.7% compliance: 92% checks08-11 uptime: 37.6% compliance: 92% checks08-12 uptime: 37.6% compliance: 92% checks08-13 uptime: 37.5% compliance: 92% checksuptimecompliance07-1708-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)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

11/12 checks pass · grade A · failing: declares the current x402 version (2) · stale (probe failing)

last 402 captured 2026-07-17 · last up 2026-07-25

  • 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
○ DOWN 220ms bad_status: unexpected HTTP 404
○ DOWN 441ms bad_status: unexpected HTTP 404
○ DOWN 241ms bad_status: unexpected HTTP 404
○ DOWN 307ms bad_status: unexpected HTTP 404
○ DOWN 223ms bad_status: unexpected HTTP 404
○ DOWN 262ms bad_status: unexpected HTTP 404
○ DOWN 456ms bad_status: unexpected HTTP 404
○ DOWN 396ms bad_status: unexpected HTTP 404
○ DOWN 489ms bad_status: unexpected HTTP 404
○ DOWN 822ms bad_status: unexpected HTTP 404
○ DOWN 245ms bad_status: unexpected HTTP 404
○ DOWN 287ms bad_status: unexpected HTTP 404
○ DOWN 428ms bad_status: unexpected HTTP 404
○ DOWN 439ms bad_status: unexpected HTTP 404
○ DOWN 308ms bad_status: unexpected HTTP 404
○ DOWN 106ms bad_status: unexpected HTTP 404
○ DOWN 192ms bad_status: unexpected HTTP 404
○ DOWN 134ms bad_status: unexpected HTTP 404

EMBED THIS BADGE

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

MeshPilot listed on x402-list
status
MeshPilot uptime on x402-list
live uptime
// HTML
<a href="https://x402-list.com/services/meshpilot?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/meshpilot.svg" alt="MeshPilot listed on x402-list" height="28">
</a>
// Markdown
[![MeshPilot on x402-list](https://x402-list.com/badge/meshpilot.svg)](https://x402-list.com/services/meshpilot?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<a href="https://x402-list.com/services/meshpilot?utm_source=badge&utm_medium=referral&utm_campaign=embed">
  <img src="https://x402-list.com/badge/meshpilot.svg?data=uptime" alt="MeshPilot 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/meshpilot/update.