Python client for the MVR API relational-readiness layer
Project description
MVR API Python Client
Lightweight Python client for the current MVR API - Minimum Viable Relationships surface.
This client targets the live MVR Core API v6.32.x:
POST /v1/auth-checkPOST /v1/entity-resolvePOST /v1/evidence-completenessPOST /v1/decision-checkGET /v1/model-cardGET /v1/capabilities
It is aligned with the agent OpenAPI contract, public sandbox, and MCP registry entry.
Install
pip install mvr-api-client
Public Sandbox
The default key is the public sandbox key:
X-API-Key: mvr-demo-key-2026
Sandbox use is non-commercial evaluation only. It is full_advisory, client_safe, illustrative, not for production, not for model training, and not for reverse engineering.
Example
from mvr_api import MVRClient
client = MVRClient()
result = client.entity_resolve("MTN Nigeria", country="NG")
print(result["response_meta"]["environment"]) # sandbox when using the demo key
Evidence Completeness
from mvr_api import MVRClient
client = MVRClient()
result = client.evidence_completeness({
"subject": {
"entity_name": "Sandbox Kampala catering operator",
"entity_archetype": "retail_chain",
"country": "UG",
},
"market_scope": {
"country": "UG",
"city": "Kampala",
"sector": "catering",
},
"evidence_pack": [
{
"id": "ev-licence-001",
"evidence_type": "public_filing",
"source_class": "administrative_record",
"source_grade": "B",
"stakeholder_class": "guardian",
"evidence_origin": "field_research",
"collection_method": "direct",
"freshness_date": "2026-05-20",
"evidence_geography": {"country": "UG", "city": "Kampala"},
"structured_values": {"guardian_strength": 72, "permission": 68},
}
],
})
print(result["status"])
Agent Discovery
- Agent OpenAPI: https://africanmarketos.com/api/openapi.agent.json
- MCP endpoint: https://africanmarketos.com/mcp
- MCP Registry name:
io.github.africanmarketos591/mvr-api - Sandbox guide: https://africanmarketos.com/docs/sandbox.md
- Agent instructions: https://africanmarketos.com/AGENTS.md
Attribution
Minimum Viable Relationships (MVR), originated by Farouk Mark Mukiibi, African Market OS.
Commercial, production, SaaS, consulting, or AI-agent deployment use requires authorization from African Market OS.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mvr_api_client-6.32.0.tar.gz.
File metadata
- Download URL: mvr_api_client-6.32.0.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64d1795035a677ce5e4030044632cf6d10c4c3c5fabdbf78b4d281701495e199
|
|
| MD5 |
cd9fa7e1be79e81ceff9d65abd0cb43f
|
|
| BLAKE2b-256 |
45548952395fe4e92e17836d8f21d227258d5968c45df5b47b545882bdfeacbc
|
Provenance
The following attestation bundles were made for mvr_api_client-6.32.0.tar.gz:
Publisher:
main.yml on africanmarketos591/mvr-api-py-client
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mvr_api_client-6.32.0.tar.gz -
Subject digest:
64d1795035a677ce5e4030044632cf6d10c4c3c5fabdbf78b4d281701495e199 - Sigstore transparency entry: 1624800778
- Sigstore integration time:
-
Permalink:
africanmarketos591/mvr-api-py-client@c213e6b179b102fcb780218ce15f6dd42e5f2702 -
Branch / Tag:
refs/tags/v6.32.0 - Owner: https://github.com/africanmarketos591
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
main.yml@c213e6b179b102fcb780218ce15f6dd42e5f2702 -
Trigger Event:
push
-
Statement type:
File details
Details for the file mvr_api_client-6.32.0-py3-none-any.whl.
File metadata
- Download URL: mvr_api_client-6.32.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a18423eec0d29ba1473916e226920a0c333a476844e5516ac66fe45602d22a80
|
|
| MD5 |
7041a99c8638ec0144f634b52157ca0e
|
|
| BLAKE2b-256 |
cede8f9b77d9f989ad87ef95b23fb3aa32ea1bf2f685a22ca0642bcd0669ef1e
|
Provenance
The following attestation bundles were made for mvr_api_client-6.32.0-py3-none-any.whl:
Publisher:
main.yml on africanmarketos591/mvr-api-py-client
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
mvr_api_client-6.32.0-py3-none-any.whl -
Subject digest:
a18423eec0d29ba1473916e226920a0c333a476844e5516ac66fe45602d22a80 - Sigstore transparency entry: 1624800788
- Sigstore integration time:
-
Permalink:
africanmarketos591/mvr-api-py-client@c213e6b179b102fcb780218ce15f6dd42e5f2702 -
Branch / Tag:
refs/tags/v6.32.0 - Owner: https://github.com/africanmarketos591
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
main.yml@c213e6b179b102fcb780218ce15f6dd42e5f2702 -
Trigger Event:
push
-
Statement type: