Implement WebMCP
SkillCloud & infraSub-skill de agent-ready-cloudflare: Implement WebMCP
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Implement WebMCP skill
What this skill tells your AI
The instructions your AI receives, as published by fabricioctelles/skills in skills/agent-ready-cloudflare/webmcp/SKILL.md and read by ahel’s review.
Expose site tools to AI agents via the browser using the WebMCP API (Chrome blog).
Requirements
- Call
navigator.modelContext.registerTool()for each tool you want to expose - Each tool needs
name,description,inputSchema(JSON Schema), and anexecutecallback - Tools should expose your site's key actions (search, navigation, data retrieval)
- Use an
AbortControllersignal to unregister tools when no longer needed - The API is detected via browser rendering — ensure the script runs on page load
Validate
POST https://isitagentready.com/api/scan
Content-Type: application/json
{"url": "https://YOUR-SITE.com"}
Check that checks.discovery.webMcp.status is "pass".
Signals
- GitHub stars
- 77
- Forks
- 7
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
agent-ready-webmcp- Source
- github.com/fabricioctelles/skills