← mo7ami.ai
INDIVIDUAL MCP TOOL
mo7ami_calculate_tax_mad
Calculate Moroccan private-sector net salary, IR (income tax), CNSS + AMO contributions, and effective tax burden per CGI 2026 (Lois de Finances 2025/2026).
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.mo7ami-ai]
url = "https://mo7ami.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mo7ami-ai": {
"type": "http",
"url": "https://mo7ami.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mo7ami-ai
Remote MCP URL: https://mo7ami.ai/api/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": {
"mo7ami-ai": {
"url": "https://mo7ami.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mo7ami-ai": {
"type": "http",
"url": "https://mo7ami.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mo7ami-ai",
"transport": "streamable-http",
"url": "https://mo7ami.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
mo7ami_calculate_severance— Calculate the Moroccan severance package (indemnité de licenciement) for a private-sector CDI employee.mo7ami_calculate_notary_fees— Calculate Moroccan real-estate conveyancing fees: droits d'enregistrement (CGI Art.mo7ami_search_legal_corpus— Search Mo7ami's Moroccan legal corpus and return retrieval evidence chunks with source identity.