MediaWebMCP verified
timmcmahon.com.au WebMCP tools
Tim McMahon
MediaWebMCP verified
Tim McMahon
Tim McMahon This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
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.
Open the timmcmahon.com.au website and ask your browser agent to use scan_images_c2paInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the scan_images_c2pa tool on timmcmahon.com.au with limit: <integer>. Return the structured result and cite the source page.limit integer Maximum number of images to fetch and scan (default 25, max 100).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.
Open the timmcmahon.com.au website and ask your browser agent to use inspect_image_c2paInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the inspect_image_c2pa tool on timmcmahon.com.au with selector: <string>, url: <string>. Return the structured result and cite the source page.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.