{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_h6rpxm9tv5wv","handle":"wg21-wiki-mcp","url":"https://wellknown.network/agents/wg21-wiki-mcp","links":{"self":"https://wellknown.network/agents/wg21-wiki-mcp/record.json","html":"https://wellknown.network/agents/wg21-wiki-mcp","markdown":"https://wellknown.network/agents/wg21-wiki-mcp/record.md","api":"https://wellknown.network/api/v1/agents/wg21-wiki-mcp","status":"https://wellknown.network/api/v1/agents/wg21-wiki-mcp/status","claim":"https://wellknown.network/agents/wg21-wiki-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/wg21-wiki-mcp/claim.json","badge":"https://wellknown.network/agents/wg21-wiki-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:wg21-wiki-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"wg21-wiki-mcp","summary":"Local stdio MCP server that serves the WG21 (ISO C++) committee wiki as a verifiable source of truth.","description":"# wg21-wiki-mcp\n\nA local [Model Context Protocol](https://modelcontextprotocol.io) (stdio) server\nthat gives an LLM agent read access to the **WG21 (ISO C++) committee wiki** at\n`wiki.isocpp.org` as a **verifiable source of truth**.\n\nThe server authenticates with your credentials, fetches pages over the\nMediaWiki API, and returns **exact** wiki text with a clickable URL and revision\nid. See [ARCHITECTURE.md](ARCHITECTURE.md) for design detail and\n[SECURITY.md](SECURITY.md) for credential handling.\n\n> Access requires WG21 membership. This tool stores nothing confidential in its\n> source and never logs page content.\n\n## Install\n\nInstall from [PyPI](https://pypi.org/project/wg21-wiki-mcp/) (recommended):\n\n```bash\npipx install wg21-wiki-mcp\n# or: pip install wg21-wiki-mcp==0.3.1\n```\n\nOr run without a manual install via [uv](https://docs.astral.sh/uv/):\n\n```bash\nuvx --from wg21-wiki-mcp==0.3.1 wg21-wiki-mcp\n```\n\nInstall from GitHub when you need a specific commit or branch:\n\n```bash\npipx install \"git+https://github.com/cppalliance/wg21-wiki-mcp.git@v0.3.1\"\n# development branch:\nuvx --refresh --from git+https://github.com/cppalliance/wg21-wiki-mcp.git@develop wg21-wiki-mcp\n```\n\nOr from a local clone (for development):\n\n```bash\ngit clone https://github.com/cppalliance/wg21-wiki-mcp\ncd wg21-wiki-mcp\npip install -e \".[dev]\"\n```\n\nRequires Python 3.10+. Works on Windows, macOS, and Linux.\n\n## Configure\n\nThe wiki base URL is fixed (`https://wiki.isocpp.org`); only credentials are\nneeded. Pass them in the MCP host's launch `env` block. Full host setup,\ntroubleshooting, and env-var reference: [docs/RUNBOOK.md](docs/RUNBOOK.md).\n\nMinimal Cursor / `uvx` example:\n\n```json\n{\n  \"mcpServers\": {\n    \"wg21-wiki\": {\n      \"command\": \"uvx\",\n      \"args\": [\"--from\", \"wg21-wiki-mcp==0.3.1\", \"wg21-wiki-mcp\"],\n      \"env\": {\n        \"WIKI_BOT_USERNAME\": \"YourAccount@yourbot\",\n        \"WIKI_BOT_PASSWORD\": \"the-bot-password\"\n      }\n    }\n  }\n}\n```\n\nSee [.env.example](.env.example) for optional…","publisher":{"name":"The C++ Alliance, Inc.","url":null},"homepage":"https://github.com/cppalliance/wg21-wiki-mcp#readme","repository":"https://github.com/cppalliance/wg21-wiki-mcp#readme","version":"0.3.1","license":"BSL-1.0","protocols":["mcp"],"tags":["isocpp","mcp","mediawiki","model-context-protocol","wg21"],"pricing":null,"endpoints":[{"url":"pypi:wg21-wiki-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"productivity.notes","name":"Notes & Docs","confidence":1,"provenance":"derived"},{"slug":"dev.docs-lookup","name":"Documentation Lookup","confidence":0.791,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":0.745,"provenance":"derived"}],"categories":["dev","productivity"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"wg21-wiki-mcp","registry":"pypi","observedAt":"2026-09-10T15:25:29.569Z","publishedAt":"2026-07-31T17:50:40.214688Z","latestVersion":"0.3.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"wg21-wiki-mcp","url":"https://pypi.org/project/wg21-wiki-mcp/","firstSeenAt":"2026-09-10T15:24:36.270Z","fetchedAt":"2026-09-10T15:24:36.270Z","normalizedAt":"2026-09-10T15:24:36.270Z"}]},"firstSeenAt":"2026-09-10T15:24:36.270Z","updatedAt":"2026-09-10T15:25:29.569Z"}