WebMCP

DeveloperWebMCP verified

webmcp.ro WebMCP tools

Verified website with tools for AI agents.

6 tools1 methodsspec API surface

What can an agent do with webmcp.ro WebMCP tools?

Verified website with tools for AI agents. 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 webmcp.ro

Tool 1 of 6WebMCPAction

validate_website

Starts a NEW WebMCP validation scan for a public website. Returns a JSON object with the report link; the scan itself finishes in about 30 seconds, so fetch the report afterwards with get_webmcp_report. Rate limited to a few scans per hour. Use this only when the site has never been scanned or the user explicitly wants fresh results; if a report already exists, get_webmcp_report is instant and does not consume the limit.

How to install

Open the webmcp.ro website and ask your browser agent to use validate_website

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 validate_website tool on webmcp.ro with url: <string>. Return the structured result and cite the source page.

Input contract

  • url string Public website URL or domain, e.g. example.com

Open the source definition

Tool 2 of 6WebMCPAnswer

get_webmcp_report

Returns the latest COMPLETED validation report for a website, without starting a new scan. Returns a JSON object with `website`, `url`, `score` (0 to 100), `grade` (a letter grade), `categories` with `access`, `tools` and `discovery`, each carrying `points` out of `max`, `checks`, an array where each entry has an `id` and a `status` of pass or fail, `tools_detected`, `report_url` and `scanned_at`. Reach for this first whenever someone asks how a site scores; call validate_website only if no report comes back.

How to install

Open the webmcp.ro website and ask your browser agent to use get_webmcp_report

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_webmcp_report tool on webmcp.ro with website: <string>. Return the structured result and cite the source page.

Input contract

  • website string Domain of the website, e.g. example.com

Open the source definition

Tool 3 of 6WebMCPAnswer

get_services

The authoritative list of WebMCP services offered on this site, not a search result. Returns a JSON array of about 16 entries; each has `name`, `summary`, `price_from` (the entry price), `url`, `slug` and `parent` (the parent service, when the entry is a sub-service). The `slug` is what request_quote expects in its `service` field. Use it when someone asks what is offered or what something costs.

How to install

Open the webmcp.ro website and ask your browser agent to use get_services

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_services tool on webmcp.ro. Return the structured result and cite the source page.

Input contract

    Open the source definition

    Tool 4 of 6WebMCPAction

    request_quote

    Sends a quote request for a WebMCP service. Returns a JSON confirmation that the request was recorded; a human replies by email within one business day. Pass the `service` slug from get_services when the user has picked one. This sends a real message to a business, so ask the user to confirm before calling it.

    How to install

    Open the webmcp.ro website and ask your browser agent to use request_quote

    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 request_quote tool on webmcp.ro with name: <string>, email: <string>, phone: <string>, company: <string>, website: <string>, service: <string>, message: <string>. Return the structured result and cite the source page.

    Input contract

    • name string Full name of the person requesting
    • email string Email address for the reply
    • phone string Optional phone number
    • company string Optional company name
    • website string Optional website the request is about
    • service string Optional service slug from get_services, e.g. implementare-webmcp
    • message string What the user wants to achieve

    Open the source definition

    Tool 5 of 6WebMCPAnswer

    get_leaderboard

    Returns the highest scoring websites validated on this site. Returns a JSON array where each entry has `website`, `score` (0 to 100), `grade` and `report_url`. Ordered best first; `limit` controls how many come back, between 1 and 25, defaulting to 10. Use it for questions about which sites are ready for AI agents, or to show an example of a good implementation.

    How to install

    Open the webmcp.ro website and ask your browser agent to use get_leaderboard

    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_leaderboard tool on webmcp.ro with limit: <integer>. Return the structured result and cite the source page.

    Input contract

    • limit integer How many entries to return, between 1 and 25

    Open the source definition

    Tool 6 of 6WebMCPAction

    scan_website

    Run a free WebMCP readiness scan for a public website and open the resulting report page. Prefer the validate_website tool if you want the result as JSON instead of a page.

    How to install

    Open the webmcp.ro website and ask your browser agent to use scan_website

    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_website tool on webmcp.ro with _token: <string>, url: <string>. Return the structured result and cite the source page.

    Input contract

    • _token string
    • url string site-ul-dumneavoastra.ro

    Open the source definition