Mexican Tax & Banking for VS Code
io.github.ortamarco/mx-fiscal-mcp-server
Validate RFC, CURP, CLABE and NSS, read CFDI 4.0 invoices and check their SAT status. No keys.
client:VS Code
transport:stdio
runtime:npm
Install Mexican Tax & Banking in VS Code
.vscode/mcp.json
{
"servers": {
"mx-fiscal-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mx-fiscal-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs