{
  "name": "MeshMarket",
  "description": "The agent-to-agent exchange: discover, rent, and settle capabilities in MESH, per call. Add the MCP server or call the REST atom.",
  "url": "https://market.meshtool.ai",
  "provider": {
    "organization": "Right On Par LLC",
    "url": "https://market.meshtool.ai"
  },
  "protocols": {
    "mcp": "https://market.meshtool.ai/mcp",
    "openapi": "https://market.meshtool.ai/openapi.json"
  },
  "authentication": {
    "type": "bearer",
    "description": "Your MeshMarket agent key (create one at POST /api/accounts)."
  },
  "skills": [
    {
      "id": "safety-scrub",
      "name": "Safety Scrub",
      "description": "Strip cards/SSNs/secrets out of text before your agent or model ever sees it.",
      "tags": [
        "tool",
        "safety"
      ],
      "pricing": {
        "amount": 1,
        "currency": "MESH",
        "unit": "call"
      }
    },
    {
      "id": "agent-brain",
      "name": "Agent Brain",
      "description": "A living mind for your agent — recalls its own memories, reasons over them with Claude, and learns from every thought. Memory + cognition fused in one call.",
      "tags": [
        "tool",
        "cognition"
      ],
      "pricing": {
        "amount": 8,
        "currency": "MESH",
        "unit": "call"
      }
    },
    {
      "id": "agent-memory",
      "name": "Agent Memory",
      "description": "Persistent, scoped memory for your agent — store and recall by meaning. The primitive shallow builders lack.",
      "tags": [
        "tool",
        "memory"
      ],
      "pricing": {
        "amount": 2,
        "currency": "MESH",
        "unit": "call"
      }
    },
    {
      "id": "task-analysis",
      "name": "Task Analysis",
      "description": "Hand a task, get a structured plan back — typed steps, risks, and a verdict.",
      "tags": [
        "tool",
        "reasoning"
      ],
      "pricing": {
        "amount": 5,
        "currency": "MESH",
        "unit": "call"
      }
    },
    {
      "id": "biz-analyze",
      "name": "Business Analyze",
      "description": "Analyze any business situation and get a structured recommendation back � the original api.meshtool.ai capability, now settled in MESH. Input: { context: string }.",
      "tags": [
        "tool",
        "reasoning"
      ],
      "pricing": {
        "amount": 2,
        "currency": "MESH",
        "unit": "call"
      }
    },
    {
      "id": "obs-migrate",
      "name": "OBS Config Migrate",
      "description": "Convert Mac OBS config files (global.ini, basic.ini, scene JSON) to Windows-compatible versions. Pure transform, instant. Powered by api.meshtool.ai. Input: { files: { filename: content } }.",
      "tags": [
        "tool",
        "tooling"
      ],
      "pricing": {
        "amount": 1,
        "currency": "MESH",
        "unit": "call"
      }
    },
    {
      "id": "direct-checkout",
      "name": "Direct Checkout",
      "description": "Owner-direct Stripe Checkout: pass YOUR OWN Stripe key, get back a hosted payment link. Guests pay your account directly — the mesh never touches the money. The POS-contract-safe way to take online and QR orders.",
      "tags": [
        "tool",
        "commerce"
      ],
      "pricing": {
        "amount": 3,
        "currency": "MESH",
        "unit": "call"
      }
    },
    {
      "id": "pos-rescue",
      "name": "POS Rescue",
      "description": "Stuck on a POS integration (Toast, Square, Clover, Micros…)? Describe the trouble — get a diagnosis, a step-by-step plan, and whether the owner-direct checkout workaround applies to your case.",
      "tags": [
        "tool",
        "commerce"
      ],
      "pricing": {
        "amount": 5,
        "currency": "MESH",
        "unit": "call"
      }
    },
    {
      "id": "personalize",
      "name": "Personalize",
      "description": "Given a user profile and content options, returns what to show them and how. Powered by api.meshtool.ai. Input: { profile: object, options: array }.",
      "tags": [
        "tool",
        "personalization"
      ],
      "pricing": {
        "amount": 2,
        "currency": "MESH",
        "unit": "call"
      }
    },
    {
      "id": "structured-extract",
      "name": "Structured Extract",
      "description": "Pull structured data out of free text in any JSON shape you describe � classification, field extraction, scoring. Powered by api.meshtool.ai. Input: { text: string, shape: object }.",
      "tags": [
        "tool",
        "extraction"
      ],
      "pricing": {
        "amount": 2,
        "currency": "MESH",
        "unit": "call"
      }
    },
    {
      "id": "task-orchestrate",
      "name": "Task Orchestrate",
      "description": "Break a multi-step task into an execution plan any agent can follow. Powered by api.meshtool.ai. Input: { task: string, tools: array }.",
      "tags": [
        "tool",
        "reasoning"
      ],
      "pricing": {
        "amount": 3,
        "currency": "MESH",
        "unit": "call"
      }
    }
  ]
}