WebMCP.ro
WebMCP.ro is a validator for a very new web standard: the ability of a site to expose functions an AI agent can use directly, instead of guessing from the visual interface which buttons exist.
1. About the project
The validator takes an address and answers a question few people can verify on their own today: is this site ready for the AI agents that are beginning to browse the web on the user's behalf? The check is free and requires no installation.
2. The challenge
Since the standard is new, no established diagnostic tools exist. More than that, the tools a site exposes only appear after the page actually runs in a browser, so they cannot be detected by reading the source code. Any serious check means opening the page in a real browser.
3. What we built
The validator opens each address in a real Chrome, on the server, waits for the page to load fully, then inspects which tools the page registered and how they are described. The report explains every finding in plain language, for someone who does not know the standard.
On the security side, the application uses a content policy built on unique values generated for every request, suited to pages that cannot be cached. The standard runs under a time-limited Chrome testing programme, so the platform was designed to be updated quickly when the specification changes.
4. The outcome
A public checking tool for a technology most sites have not implemented yet, but which becomes relevant as AI assistants start acting on behalf of users. The project also has a clone version, used for testing changes before they go live.


