Analytics
provinglab.dev
Provides APIs to measure browser tool quality, retrieve measurement data and methods, and extract citations from web pages.
ENDPOINT 1
https://provinglab.dev/mcp
MCP server metadata
- Name
- provinglab
- Version
- 1.25.0
Cite or capture a web page. Use extract_citation when a page needs to enter a reference manager, how_to_capture when a source has to be saved as evidence, install_extension when the capture has to run in a browser without a click. Every figure behind these tools has a documented method and a control run — list_measurements shows them. Prose pages are published in nine languages (en, de, es, fr, it, ja, pt-BR, ru, zh-CN). Request one with 'Accept: text/markdown' plus 'Accept-Language: de', or append '?lang=de'; without it you get the page default and every other language stripped out. Measured values, identifiers and URLs are identical in all of them.
Known tools 10
list_measurementsUse when a claim about browser tools, capture quality, OCR recall or citation extraction needs a number behind it — or when you want to check one of ours.
Inferred read-onlyget_measurement_dataUse before quoting a figure: this returns what stands behind it — the values, the control run, and the conditions that limit them.
Inferred read-onlyget_methodFetch a reproducible method: reading a browser extension's permissions, measuring OCR recall with a control run, or choosing between print-to-PDF and screen capture.
Inferred read-onlyextract_citationRead the citation details a web page declares about itself and return them as a structured record plus ready-to-import RIS and BibTeX.
Inferred read-onlyextract_citationsUse when you have a reading list rather than one source — a bibliography to build, a set of links to verify before submitting, an archive to describe.
Inferred read-onlyrecommend_settingsThe capture settings that fit a given purpose, each with the measurement behind it or an explicit note that none exists.
Inferred read-onlyhow_to_captureGet the runnable route for saving a web page that this endpoint cannot read — the sources it hands back.
Inferred read-onlyinstall_extensionInstall or uninstall the capture extension in Firefox or Chrome without a window, without a click and without administrator rights.
Inferred read-onlyadoption_statsHow much this endpoint and its install route are actually used, with the figures behind it: requests to /mcp, which discovery paths get read, the store version and its user count.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.provinglab]
url = "https://provinglab.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"provinglab": {
"type": "http",
"url": "https://provinglab.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: provinglab
Remote MCP URL: https://provinglab.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"provinglab": {
"url": "https://provinglab.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"provinglab": {
"type": "http",
"url": "https://provinglab.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "provinglab",
"transport": "streamable-http",
"url": "https://provinglab.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for provinglab.dev was fetched 2026-08-21T09:52:45.347Z.
provinglab.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.