MCP Server
MCP
io.github.codespar/mcp-afip
AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)
Install
npx -y @codespar/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@codespar/mcp-afip",
"version": "0.2.0-alpha.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to AFIP certificate (.crt)",
"isRequired": true,
"format": "string",
"name": "AFIP_CERT_PATH"
},
{
"description": "Path to AFIP private key (.key)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AFIP_KEY_PATH"
},
{
"description": "CUIT number",
"isRequired": true,
"format": "string",
"name": "AFIP_CUIT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment