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.

UPTIME 24H 100% 7D 100% 30D 100%
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 3h 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
-
uptime 7d
-
uptime 30d
-
uptime 90d
-
response p95
454ms
avg response
454ms
total checks
1
compliance A (12/12)

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

jump to compliance checklist

price $0.10 to $0.20 (p80 in AI)
price (min)
$0.10
price (max)
$0.20
category percentile (min)
p80 in AI
category percentile (max)
p59 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.

WHAT IT DOES

ai-derived

MeshPilot provides an API for generating, auto-rigging, and segmenting 3D models with GLB output.

category
3d-modeling
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
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
  }
]

UPTIME

07-17 · uptime 100.0% · 265ms avg07-1707-17
RESPONSE TIME
07-17 · 265ms avg07-17 · 265ms avg07-1707-17
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 274ms
TOTAL CHECKS 13

RECENT CHECKS

TIME STATUS RESP
● SLOW 442ms
● OK 201ms
● OK 207ms
● OK 295ms
● OK 254ms
● OK 172ms
● OK 409ms
● OK 194ms
● OK 205ms
● OK 289ms
● OK 200ms
● OK 241ms
● SLOW 454ms

OVER TIME

All charts share the 30d window selected here. 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).

PRICE (captured 402, USD)
building price history ($0.10)

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

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
no on-chain volume yet
DISTINCT BUYERS
no distinct buyers yet

COMPLIANCE

12/12 checks pass · grade A
  • 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
  • response mimeType declared
  • served over HTTPS

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 ]