Public-safe MVR API preflight wrapper for AI agents.
Project description
MVR Agent SDK for Python
Public-safe wrapper for calling the MVR API before an AI agent recommends market entry, MVP launch, funding, partnership, scale, CFO action, or due diligence in African and other high-context markets.
The SDK does not contain MVR scoring logic, calibration weights, private labels, private evidence, Worker source, or benchmark answer keys. It routes requests to the live MVR API, where protected computation remains server-side.
Install
pip install mvr-agent-sdk
Quickstart
from mvr_agent_sdk import MvrPreflightClient
mvr = MvrPreflightClient(api_key="mvr-demo-key-2026")
result = mvr.preflight_market_entry({
"company_name": "Example Retail Venture",
"country": "KE",
"sector": "retail",
"case_type": "market_entry",
"stakeholder_scope": ["consumer", "retailer", "guardian"],
"evidence_pack": [],
})
print(result)
Boundary
The public sandbox is for non-commercial evaluation only. Production, customer-facing, investor, accelerator, NGO, DFI, enterprise, consulting, or repeated automated use requires a licensed MVR API key from African Market OS.
No reverse engineering, scraping for model replication, or AI training on API outputs is authorized.
Docs: https://africanmarketos.com/agent-sdk
Contact: info@africanmarketos.com
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_agent_sdk-0.1.0.tar.gz.
File metadata
- Download URL: mvr_agent_sdk-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b36d06e763d3b151f2365ff78e8c3195c8e6281908fbf7c3846e5f2edc3853a9
|
|
| MD5 |
ff25ac2f58783650819fb6958b639b2b
|
|
| BLAKE2b-256 |
bfa909ea9a2682b9eef9a7e1b1b5242591131908812c8fce739fc160f342bd36
|
File details
Details for the file mvr_agent_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mvr_agent_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8616c2c15cd9293a6c3db7ea05ca66caf44ce8056e5548a1f311dee035884625
|
|
| MD5 |
b436bf9b00d3172ed02fb4deb970b3dd
|
|
| BLAKE2b-256 |
ef98c66dd9621a9d56853e73a710b5e556a0647f79dd28e64d84a1c2f77b88bb
|