← africanmarketos.com
INDIVIDUAL MCP TOOL
mvr_preflight_market_entry
Market-entry guardrail for launch or expansion advice.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT 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.africanmarketos-com]
url = "https://africanmarketos.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"africanmarketos-com": {
"type": "http",
"url": "https://africanmarketos.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: africanmarketos-com
Remote MCP URL: https://africanmarketos.com/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": {
"africanmarketos-com": {
"url": "https://africanmarketos.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"africanmarketos-com": {
"type": "http",
"url": "https://africanmarketos.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "africanmarketos-com",
"transport": "streamable-http",
"url": "https://africanmarketos.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
mvr_first_call— Best first real call for a new MVR user or AI agent.mvr_auth_check— Validate an MVR key or the public demo key.mvr_entity_resolve— Canonicalize the venture, market actor, country, sector, and archetype.mvr_evidence_completeness— Check if there is enough evidence to decide yet and list missing proof.mvr_context_compile— Turn formal, informal, sentiment, field, and market context into safe and unsafe inferences.mvr_decision_check— Produce the final MVR readiness verdict, from permission_not_yet_earned to ready_to_scale.mvr_preflight_mvp— MVP-advice guardrail.mvr_investor_due_diligence— Investor memo preflight.