mcpcert (Python)
mcpcert.org is a free registry and conformance service for MCP (Model
Context Protocol) clients: it hosts your client's metadata document (CIMD) at a stable URL (your
permanent client_id) and runs a conformance sandbox for an end-to-end OAuth 2.0 + PKCE conformance
check. Development identities are free and need no account; within 60 days, claim one into an
account and promote it to production.
This is the Python build of the official mcpcert CLI (a TypeScript/Node build is also published
to npm). It installs an executable named mcpcert and is a thin HTTP client over the public
mcpcert.org API.
Install
uv tool install mcpcert-cli # or:
pipx install mcpcert-cli
The PyPI package is mcpcert-cli; it installs a command named mcpcert. Requires Python >= 3.11.
Quick start
mcpcert init --accept-tos # provision a hosted dev identity (no account)
mcpcert info # show it (offline)
mcpcert conformance run # end-to-end OAuth 2.0 + PKCE conformance check
mcpcert update --redirect-uri http://127.0.0.1:8080/callback
Commands
| Command | Purpose |
|---|---|
mcpcert init |
Provision an anonymous development identity (CIMD). |
mcpcert update |
Patch mutable dev metadata before expiry (never renews). |
mcpcert info [--check] |
Print the local identity; --check reconciles with live server state. |
mcpcert conformance run |
Drive the OAuth/conformance flow end to end. |
mcpcert conformance list |
List conformance runs. |
mcpcert conformance show <runId> |
Show one conformance run. |
Run mcpcert <command> --help for flags. Add --json to any command for machine-readable output.
Conversion to a permanent production CIMD is a two-step web dashboard flow
(https://mcpcert.org/dashboard/promote): first claim the dev identity with the auth token saved
in .mcpcert/credentials.json, then promote the claimed dev identity from your dashboard. It
requires an account and is not a CLI command.
There is no promote or refresh command. Full docs: https://mcpcert.org.
License
Apache-2.0. See LICENSE and NOTICE in this package.
Release files for mcpcert-cli 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| mcpcert_cli-0.1.2.tar.gz | 21.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| mcpcert_cli-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 50.6 kB
Release files / mcpcert_cli-0.1.2.tar.gz
| Download URL | mcpcert_cli-0.1.2.tar.gz |
|---|---|
| Size | 21.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
73c260e639a317f6fe797551f17dd9edc6af347454fb93c9670c46f6389c4187
|
|
BLAKE2b-256 checksum How to use checksums |
de0026426f054ae30e48c0bb8299e0f566a63935f3e4a56c9b56fb012ddc032e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 12, 2026.
Transparency logRelease files / mcpcert_cli-0.1.2-py3-none-any.whl
| Download URL | mcpcert_cli-0.1.2-py3-none-any.whl |
|---|---|
| Size | 29.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4192bca445af961dbd70ebd0437a40219cc09e48a020e4876f2bb7c5d6bc0a1d
|
|
BLAKE2b-256 checksum How to use checksums |
a5025884b04a2b61f200e299b976928c32c80bc039874c3770e7b480a4202175
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 12, 2026.
Transparency log