Skip to main content
Glama
132,540 tools. Last updated 2026-05-09 17:06

"namespace:com.ffmpeg-micro" matching MCP tools:

  • Subscribe to OctoData Premium API via x402 on Base. Returns step-by-step x402 payment instructions for any plan. After completing the EIP-3009 payment, the API returns an api_key immediately — no human in the loop. Free option also available. Plans: Micro — $0.01 USDC per call, no key needed, pay-per-request via x402 Trial — $5 USDC, 7 days, 10k req/day Annual — $29 USDC/year early bird (first 100 seats), $149/year after
    Connector
  • Make an instant payment to a worker without escrow. The on-chain flow: Agent USDC -> PaymentOperator.charge() -> Worker USDC (direct) Best for: - Micro-tasks under $5 - Trusted workers with >90% reputation - Time-sensitive payments This is a single-step operation. Funds go directly to the worker. Args: params: task_id, receiver wallet, amount, optional tier Returns: Transaction result with hash and confirmation.
    Connector
  • FREE dry-run for any paid action. Returns a deterministic shape: { would_succeed, exact_cost_usd (LIVE from /agent-pricing-oracle), gas_estimate, contract_call, reputation_delta, expected_receipt_schema, validation_errors[], pricing: { source, expected_value_usd, roi_ratio, recommended_priority, coupon? } }. Never broadcasts, never charges. Use BEFORE any paid tool to avoid wasted x402 settlements. Supported actions: wrap, mint-sla, renew, micro-reset, early-exit.
    Connector
  • Start a stream payment for an ACCEPTED stream job. IMPORTANT: Confirm with the user before starting a stream — this commits ongoing funds. Stream payments require crypto (on-chain). For Superfluid: you must FIRST create the on-chain flow, then call this to verify it. Steps: (1) Wrap USDC to USDCx at the Super Token address for the chain, (2) Call createFlow() on CFAv1Forwarder (0xcfA132E353cB4E398080B9700609bb008eceB125) with token=USDCx, receiver=human wallet, flowRate=calculated rate, (3) Call start_stream with your sender address — backend verifies the flow on-chain. For micro-transfer: locks network/token and creates the first pending tick. Prefer L2s (Base, Arbitrum, Polygon) for lower gas costs.
    Connector
  • Recommend the best payment strategy for a task based on its parameters. Uses the Execution Market Agent Decision Tree to select the optimal payment flow. When ERC-8004 on-chain reputation is available, it takes precedence. Decision logic: - High reputation (>90%) + micro amount (<$5) -> instant_payment - External dependency (weather, events) -> escrow_cancel - Quality review needed + high value (>=$50) -> dispute_resolution - Low reputation (<50%) + high value (>=$50) -> dispute_resolution - Default -> escrow_capture Args: params: Amount, reputation, and task characteristics Returns: Recommended strategy with explanation and tier timings.
    Connector
  • Step 2 of the direct-upload flow. Call after PUTting the file bytes to the URL returned by `request_upload_url`. Returns the final `gs://...` `fileUrl` plus probe metadata (duration, format, codecs). Use the `fileUrl` directly as a `media_url` for `transcribe_audio` or as an `inputs[].url` for `transcode_video`.
    Connector

Matching MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides tools for AI agents to access Bitcoin, Lightning Network, and Nostr knowledge, including real-time network statistics and Web of Trust reputation data. It features an integrated Lightning Network payment system for micro-transactions and query-based interactions.
    Last updated
    12
    MIT

Matching MCP Connectors

  • FFmpeg Micro MCP Server. Transcode videos from n8n or Make using FFmpeg in the cloud. Code+Docs: https://github.com/javidjamae/ffmpeg-micro-mcp/

  • MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.

  • Create a video transcode job on FFmpeg Micro. Accepts one or more input videos (gs:// or https://) and an output format. Returns immediately with a queued job — use `get_transcode`, `list_transcodes`, or `transcode_and_wait` to follow progress.
    Connector
  • Record a micro-transfer stream payment. Submit the transaction hash for the current pending tick. Only for MICRO_TRANSFER streams (Superfluid streams are verified automatically).
    Connector
  • Step 1 of the direct-upload flow. Returns a short-lived presigned HTTPS URL that the caller PUTs the file bytes to (with the same Content-Type that was passed in). After the PUT succeeds, call `confirm_upload` with the same filename and fileSize to receive the final `gs://` URL for use as a transcode/transcribe input. The presigned URL expires in ~15 minutes.
    Connector
  • Generate a short-lived (10 minute) signed HTTPS URL for a completed transcode's output file. The job must be in `completed` status. Use this instead of the `output_url` field on the job object, which is a `gs://` URL that HTTP clients cannot fetch directly.
    Connector
  • One-shot convenience tool: creates a transcode job, polls until it reaches a terminal state (completed/failed/cancelled) or the timeout expires, and returns the final job plus a signed download URL if completed. Use this when you want the full transcode in one step without managing polling yourself.
    Connector
  • Generate an SRT subtitle file from an audio or video URL using Whisper. Returns a queued job envelope immediately — poll with `get_transcribe` until status is `completed`, then fetch the signed SRT URL with `get_transcribe_download`. The SRT URL can be dropped directly into a transcode's `subtitles='<url>'` filter to burn captions into a video.
    Connector
  • Fetch the current state of a single transcribe job by ID, including status (queued/processing/completed/failed) and `output_url` when completed. Mirrors `get_transcode` but for SRT generation jobs created via `transcribe_audio`.
    Connector
  • Generate a short-lived (10 minute) signed HTTPS URL for a completed transcribe job's SRT file. The job must be in `completed` status. The returned URL can be dropped directly into a transcode's `subtitles='<url>'` filter to burn captions into a video.
    Connector
  • Cancel a queued or processing transcode job. Jobs that are already completed, failed, or cancelled cannot be cancelled and return an error.
    Connector
  • JP Data Enrich: extract public EDINET officer information by corporate number where EDINET mapping is available. Public filing data only; no contact scraping or private-source enrichment. Production x402 price $0.05.
    Connector
  • Make an instant payment to a worker without escrow. The on-chain flow: Agent USDC -> PaymentOperator.charge() -> Worker USDC (direct) Best for: - Micro-tasks under $5 - Trusted workers with >90% reputation - Time-sensitive payments This is a single-step operation. Funds go directly to the worker. Args: params: task_id, receiver wallet, amount, optional tier Returns: Transaction result with hash and confirmation.
    Connector
  • Recommend the best payment strategy for a task based on its parameters. Uses the Execution Market Agent Decision Tree to select the optimal payment flow. When ERC-8004 on-chain reputation is available, it takes precedence. Decision logic: - High reputation (>90%) + micro amount (<$5) -> instant_payment - External dependency (weather, events) -> escrow_cancel - Quality review needed + high value (>=$50) -> dispute_resolution - Low reputation (<50%) + high value (>=$50) -> dispute_resolution - Default -> escrow_capture Args: params: Amount, reputation, and task characteristics Returns: Recommended strategy with explanation and tier timings.
    Connector
  • List transcode jobs for the authenticated account, with optional filters for status and time range. Paginated (default page 1, limit 20).
    Connector
  • JP Data Enrich: candidate company lookup from a domain or URL. Uses company_url and brand-alias fallback where necessary; returns confidence labels so agents do not treat domain matches as legal proof. Production x402 price $0.02.
    Connector