codex-curator/golden-codex-kite-commerce
Agentic commerce marketplace — StudioMCPHub + Aegis verification as paid Kite services with x402 micropayments
Platform-specific configuration:
{
"mcpServers": {
"golden-codex-kite-commerce": {
"command": "npx",
"args": [
"-y",
"golden-codex-kite-commerce"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
> StudioMCPHub + Aegis: An open MCP tool marketplace where AI agents discover, pay for, and consume creative services — with x402 micropayments settled on Kite chain.
Development Period: March 27 — April 26, 2026 Team: Metavolve Labs, Inc. (Solo Founder: Tad MacPherson) Live Service: studiomcphub.com MCP Endpoint: https://studiomcphub.com/mcp
---
A two-sided agentic marketplace where:
Payment IS authorization. No accounts. No subscriptions. Agents pay per-call.
---
External AI Agent (on Kite)
│
├─ MCP Discovery → StudioMCPHub (32 tools)
│ │
│ ├─ Call: verify_provenance(image) → HTTP 402
│ ├─ Sign: gokite-aa x402 payment ($0.008)
│ ├─ Settle: Pieverse /v2/settle → on-chain
│ └─ Result: { c2pa: true, gcx_id: "GCX00142", artist: "Artiswa" }
│
├─ Call: license_training_data(gcx_id) → HTTP 402
│ ├─ Sign: x402 payment ($0.10)
│ ├─ Settle: $0.085 → artist wallet, $0.015 → platform
│ └─ Result: { 4k_url, soulprint_json, license_terms }
│
└─ All transactions recorded on Kite L1---
├── mcp/
│ ├── server.json # MCP server registry entry
│ ├── tool_definitioLoading reviews...