WebMCP

DeveloperCommunity skill

github.com WebMCP tools

Extract a normalized JSON snapshot of a GitHub pull request — metadata, ordered review timeline, per-file diff annotations with inline review comments (outdated + resolved flags), and check-run / status-context results — primarily via the GitHub REST API with a rendered-HTML fallback for UI-only signals. Read-only.

3 tools2 methodsCommunity listing API surface

What can an agent do with github.com WebMCP tools?

Extract a normalized JSON snapshot of a GitHub pull request — metadata, ordered review timeline, per-file diff annotations with inline review comments (outdated + resolved flags), and check-run / status-context results — primarily via the GitHub REST API with a rendered-HTML fallback for UI-only signals. Read-only. 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 github.com

Tool 1 of 3APIAnswer

get-pr-review

Extract a normalized JSON snapshot of a GitHub pull request — metadata, ordered review timeline, per-file diff annotations with inline review comments (outdated + resolved flags), and check-run / status-context results — primarily via the GitHub REST API with a rendered-HTML fallback for UI-only signals. Read-only.

How to install

browse skills add github.com/get-pr-review-st0euo

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-pr-review tool on github.com with url: <string>. Return the structured result and cite the source page.

Input contract

  • url string The URL or page to inspect.

Open the source definition

Tool 2 of 3APIAnswer

get-repo-metadata

Given a GitHub repo reference (URL, owner/repo slug, deep tree/blob URL, or owner URL), return the repository's core metadata, latest release, license, language breakdown, top contributors, README, and health signals as structured JSON. Read-only.

How to install

browse skills add github.com/get-repo-metadata-iglddk

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-repo-metadata tool on github.com with url: <string>. Return the structured result and cite the source page.

Input contract

  • url string The URL or page to inspect.

Open the source definition

Tool 3 of 3FetchAnswer

trending-repos-search

Return the current set of trending public repositories from github.com/trending — owner, repo, description, programming language, total stars, total forks, stars gained in the selected period, and top contributing developers — with optional filters for spoken language, programming language, and date range (daily/weekly/monthly).

How to install

browse skills add github.com/trending-repos-search-gbjpu7

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 trending-repos-search tool on github.com with query: <string>. Return the structured result and cite the source page.

Input contract

  • query string The thing to search for.

Open the source definition