Skip to content
Grok

arca agro for Grok

io.github.rje1974/arca-agro

Cartas de porte, padron y comprobantes de ARCA (Argentina). Solo lectura.

client:Grok transport:stdio runtime:npm

Install arca agro in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "arca-agro": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "arca-agro-mcp"
      ],
      "env": {
        "ARCA_CERT": "<ARCA_CERT>",
        "ARCA_KEY": "<ARCA_KEY>",
        "ARCA_CUIT": "<ARCA_CUIT>",
        "ARCA_ENV": "<ARCA_ENV>",
        "ARCA_CACHE_DIR": "<ARCA_CACHE_DIR>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

arca agro in other clients