WebMCP

MediaWebMCP verified

ashwingopalsamy.in WebMCP tools

Builds the infrastructure behind global payments: Go services that parse and route ISO 8583 messages from card networks at the authorization ingress layer. Works remotely.

6 tools1 methodsspec API surface

What can an agent do with ashwingopalsamy.in WebMCP tools?

Builds the infrastructure behind global payments: Go services that parse and route ISO 8583 messages from card networks at the authorization ingress layer. Works remotely. 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 ashwingopalsamy.in

Tool 1 of 6WebMCPAnswer

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 ashwingopalsamy.in 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 ashwingopalsamy.in 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 6WebMCPAnswer

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 ashwingopalsamy.in 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 ashwingopalsamy.in 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

Tool 3 of 6WebMCPAnswer

search_site

Search the public site content manifest.

How to install

Open the ashwingopalsamy.in website and ask your browser agent to use search_site

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 search_site tool on ashwingopalsamy.in with query: <string>, limit: <integer>. Return the structured result and cite the source page.

Input contract

  • query string Search phrase
  • limit integer

Open the source definition

Tool 4 of 6WebMCPAnswer

get_profile

Return the authoritative public profile summary.

How to install

Open the ashwingopalsamy.in website and ask your browser agent to use get_profile

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 get_profile tool on ashwingopalsamy.in. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 5 of 6WebMCPAnswer

    list_content

    List public content from the site manifest.

    How to install

    Open the ashwingopalsamy.in website and ask your browser agent to use list_content

    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 list_content tool on ashwingopalsamy.in with kind: <string>, limit: <integer>. Return the structured result and cite the source page.

    Input contract

    • kind string Content kind such as note, craft, book, watch, article, tag, or all
    • limit integer

    Open the source definition

    Tool 6 of 6WebMCPAnswer

    get_note_markdown

    Return a published note's raw Markdown by allowlisted slug.

    How to install

    Open the ashwingopalsamy.in website and ask your browser agent to use get_note_markdown

    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 get_note_markdown tool on ashwingopalsamy.in with slug: <string>. Return the structured result and cite the source page.

    Input contract

    • slug string Published note slug

    Open the source definition