meridian

Use the Meridian GIS API (meridian.nodeapi.ai) to process geospatial data. Handles the full x402 payment flow automatically — sends a request, reads the 402 payment quote, signs a USDC authorization on Base, and retries with the payment header. Use when asked to reproject, buffer, clip, dissolve, convert, validate, repair, or otherwise process GeoJSON or raster data. Also use when asked about Meridian's endpoints, pricing, or payment model.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "meridian" with this command: npx skills add eianray/meridian

Meridian GIS API

Meridian processes GeoJSON and raster data via HTTP. All paid endpoints require an x402 micropayment in USDC on Base. No accounts or API keys needed.

Base URL: https://meridian.nodeapi.ai
Docs: https://meridian.nodeapi.ai/docs
Pricing: $0.01/MB, min $0.01, cap $2.00

Payment Flow

Every paid endpoint follows this pattern:

  1. POST to endpoint → receive 402 Payment Required with price quote in response body
  2. Sign an EIP-3009 transferWithAuthorization USDC authorization on Base using the wallet
  3. Retry the same POST with X-PAYMENT: <base64-encoded-payload> header
  4. Receive processed result

The quote in the 402 response is the exact amount charged. See references/payment.md for signing details and references/endpoints.md for the full endpoint list.

Quick Usage Pattern

import requests, json

# Step 1 — probe for price
r = requests.post("https://meridianapi.nodeapi.ai/v1/reproject",
    files={"file": ("input.geojson", geojson_bytes, "application/geo+json")},
    data={"target_crs": "EPSG:3857"})

if r.status_code == 402:
    payment_info = r.json()  # contains max_amount_required, pay_to, asset
    # Step 2 — sign payment (see references/payment.md)
    # Step 3 — retry with signed header
    signed = sign_eip3009(payment_info, wallet_key)
    r = requests.post("https://meridianapi.nodeapi.ai/v1/reproject",
        files={"file": ("input.geojson", geojson_bytes, "application/geo+json")},
        data={"target_crs": "EPSG:3857"},
        headers={"X-PAYMENT": signed})

result = r.json()

Key Endpoints

OperationEndpointKey Params
ReprojectPOST /v1/reprojecttarget_crs (required), source_crs (optional)
BufferPOST /v1/bufferdistance in meters
ClipPOST /v1/clipfile + mask (two GeoJSON inputs)
DissolvePOST /v1/dissolvefield_name (optional)
ConvertPOST /v1/convertoutput_format: geojson/shapefile/kml/gpkg
SchemaPOST /v1/schema
ValidatePOST /v1/validate
RepairPOST /v1/repair
HillshadePOST /v1/hillshaderaster file
BatchPOST /v1/batchup to 50 ops, single payment

For the full endpoint list see references/endpoints.md.
For payment signing implementation see references/payment.md.

Notes

  • All inputs should be GeoJSON (FeatureCollection). Other formats may work but GeoJSON is the safest path.
  • Raster endpoints accept GeoTIFF input.
  • Binary outputs (Shapefile, GeoTIFF, MBTiles) are returned as base64-encoded data in result.data with a filename field.
  • Rate limit: 60 req/min per IP.
  • Health check (free): GET /v1/health

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Gigo Lobster Resume

🦞 GIGO · gigo-lobster-resume: 续跑入口:v2 stable 当前会清理旧 checkpoint 并从头重跑;保留此 slug 作为旧 checkpoint 兼容入口。 Triggers: 继续试吃 / 恢复评测 / resume tasting / continue lobster...

Registry SourceRecently Updated
General

YiHui CONTEXT MODE

context-mode is an MCP server that saves 98% of your context window by sandboxing tool outputs. It routes large file reads, shell outputs, and web fetches th...

Registry SourceRecently Updated
General

xinyi-drink

Use when users ask about 新一好喝/新一咖啡 drinks, stores, menu, activities, Skill用户大礼包, today drink recommendations, afternoon tea, feeling sleepy, or personalized...

Registry SourceRecently Updated
General

vedic-destiny

吠陀命盘分析中文入口。用于完整命盘研判、命主盘 Rashi chart 与九分盘 Navamsha chart 联读、既往事件回看、出生时间稳定度判断、事业主题、婚姻主题、时空盘专题,以及基于 Jagannatha Hora PDF、星盘截图或文本命盘数据的系统拆盘。当用户提到完整星盘、事业方向、婚姻问题、关系窗...

Registry SourceRecently Updated