agent-ready-webmcp

Solid

Sub-skill de agent-ready-cloudflare: Implement WebMCP

AI & Automation 77 stars 7 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 82/100

Stars 20%
63
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
41
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Implement WebMCP Expose site tools to AI agents via the browser using the [WebMCP API](https://webmachinelearning.github.io/webmcp/) ([Chrome blog](https://developer.chrome.com/blog/webmcp-epp)). ## Requirements - Call `navigator.modelContext.registerTool()` for each tool you want to expose - Each tool needs `name`, `description`, `inputSchema` (JSON Schema), and an `execute` callback - Tools should expose your site's key actions (search, navigation, data retrieval) - Use an `AbortController` signal 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"`.

Details

Author
fabricioctelles
Repository
fabricioctelles/skills
Created
6 months ago
Last Updated
today
Language
Python
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category