webmcp-context-provider

Installation
SKILL.md

WebMCP Context Provider

Before writing code

Fetch live docs:

  1. Fetch https://webmachinelearning.github.io/webmcp/ for the provideContext method specification
  2. Web-search webmcp provideContext specification for the API shape and options
  3. Web-search webmcp context metadata agent for contextual data patterns
  4. Web-search site:developer.chrome.com webmcp context for Chrome-specific context features

Conceptual Architecture

What provideContext Does

navigator.modelContext.provideContext(options) is a method for bulk registration of multiple tools and providing additional contextual metadata to agents. While registerTool adds one tool at a time, provideContext can set up an entire tool surface in a single call.

Note: This API is still being specified and may change. Always fetch the latest spec before implementing.

Why Context Matters

Related skills
Installs
2
GitHub Stars
29
First Seen
Mar 31, 2026