WebMCP

DeveloperWebMCP verified

dedaluslabs.ai WebMCP tools

Full Linux machines in <50ms. Persistent runtime. Never sleep. Only pay for active compute.

2 tools1 methodsspec API surface

What can an agent do with dedaluslabs.ai WebMCP tools?

Full Linux machines in <50ms. Persistent runtime. Never sleep. Only pay for active compute. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on dedaluslabs.ai

Tool 1 of 2WebMCPAnswer

scan_images_c2pa

Scan every <img> on the current page for C2PA Content Credentials (content provenance metadata) and return a per-image summary: whether a manifest is present, the claim generator (the tool that produced or edited the image), the title, and the signer name. Use this to find which images on a page carry provenance data. Note: provenance is decoded but NOT cryptographically verified.

How to install

Open the dedaluslabs.ai website and ask your browser agent to use scan_images_c2pa

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the scan_images_c2pa tool on dedaluslabs.ai with limit: <integer>. Return the structured result and cite the source page.

Input contract

  • limit integer Maximum number of images to fetch and scan (default 25, max 100).

Open the source definition

Tool 2 of 2WebMCPAnswer

inspect_image_c2pa

Fetch a single image (by CSS selector or URL) and return its fully decoded C2PA manifest store: every manifest's claim, assertions (e.g. c2pa.actions edit history, schema.org authorship), and the COSE signature details (algorithm and signing-certificate identity). Provide exactly one of `selector` or `url`. Note: the signature is decoded but NOT cryptographically verified.

How to install

Open the dedaluslabs.ai website and ask your browser agent to use inspect_image_c2pa

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the inspect_image_c2pa tool on dedaluslabs.ai with selector: <string>, url: <string>. Return the structured result and cite the source page.

Input contract

  • selector string CSS selector for an <img> element on the page.
  • url string Image URL (absolute, or relative to the current page) to fetch and inspect.

Open the source definition