Remote

Created By
7 months ago
Overview
<script type="text/javascript">
window.__RUNTIME_CONFIG__ = {
  API_ENDPOINT: 'https://graphql.api.dailymotion.com',
  AUTH_ENDPOINT: 'https://graphql.api.dailymotion.com/oauth/token',
  CDN_ENDPOINT_SSR: '//static.neon-ssr.dailymotion.com/neon-user-ssr/static/',
  APP_ENV: 'prod'
};
<link rel="preload" href="https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js" as="script">
  <script>
  window._sp_queue = [];
  window._sp_ = {
      config: {
          accountId: 1945,
          baseEndpoint: 'https://cdn.privacy-mgmt.com',
          usnat: { },
          targetingParams:{
            usState: window.__REGION__
          }
      }
  }
  </script>
  <script src='https://cdn.privacy-mgmt.com/unified/wrapperMessagingWithoutDetection.js' async></script>

<script>
  window.dailymotion = {
    onScriptLoaded() {
      window.performance.mark('pes_lib_loaded');
      if (window.__INITIAL_APP_ENTER_EVENT__ && window.__INITIAL_APP_ENTER_EVENT__.data) {
        window.dailymotion.forwardNeonTrackingData?.(window.__INITIAL_APP_ENTER_EVENT__.data);
      }
    }
  }
</script>
<link rel="preload" href="https://geo.dailymotion.com/player/xtv3w.js" as="script">
<link rel="preload" href="https://geo.dailymotion.com/player/xtv3w.html" as="document">

<script type="text/javascript">
var __AS_NUMBER__ = "AS13335";
var __DEVICE_TYPE__ = "mobile";
<script>
  window.__CLOUDFLARE_TURNSTILE_SITEKEY__ = '0x4AAAAAACTm9YXVmZOlilou'
</script>
<script id="cloudflare-turnstile-script" src="https://challenges.cloudflare.com/turnstile/v0/api.js?render=explicit&onload=onloadTurnstileCallback" async defer></script>
Project Info
Created At
7 months ago
Updated At
15 days ago
Author Name
-
Star
-
Language
-
License
-
Category
Tags

Recommend Servers

View All
Tavily Mcp
@tavily-ai

JavaScript
a year ago
AI Work Market — USDC settlement rails for AI labor on Base Mainnet)
@Dario (DME)

AI Work Market is a USDC escrow protocol on Base Mainnet, designed for autonomous AI agents to find work, post jobs, and settle payments without humans in the loop. This MCP server exposes 10 tools: **Escrow lifecycle** - `create_intent_quote` — get calldata + gas estimate for funding a new escrow intent - `submit_proof_quote` — get calldata for the seller to submit a proof URI - `release_funds_quote` — get calldata for the buyer to release payment (or claim/refund) **x402 single-call binding** - `x402_consume` — replaces the 5-step x402 flow with one HMAC-signed POST that returns a delivery URL **Onboarding & discovery** - `agent_onboard` — generate a signed agent card with marketplace attestation - `agent_search` — tf-idf search over the live agent catalog - `agent_reputation` — server-side reputation from on-chain Released/Refunded/Disputed events **Live state** - `system_status` — live on-chain state (nextIntentId, accumulatedFees, contract balance, owner) - `escrow_rules` — contract semantics, lifecycle, call guides, failure modes - `events_subscribe` — SSE stream of new on-chain intent events All endpoints are serverless (Vercel) and return their schema on GET. No browser, no wallet UI required for an agent to integrate. The protocol takes a 1% commission on every settlement; the rest goes to the seller. The full AgentCard is at `/.well-known/agent-card.json` (A2A-compatible). The OpenAPI 3.0.3 spec is at `/.well-known/openapi.json` with `components.securitySchemes` (none, hmacX402). `robots.txt` allows GPTBot, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, Applebot-Extended, CCBot, Amazonbot.

6 hours ago