← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-afip

github By github 👁 1 views ▲ 0 votes

AFIP — Argentine tax authority, electronic invoicing (Factura Electrónica)

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...