← Back to Plugins
MCP Server MCP

io.github.codespar/mcp-andreani

github By github 👁 1 views ▲ 0 votes

Andreani — Argentine courier and logistics

Homepage Verified source GitHub

Install

npx -y @codespar/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@codespar/mcp-andreani",
      "version": "0.2.0-alpha.3",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for Andreani",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ANDREANI_API_KEY"
        },
        {
          "description": "Username for Andreani",
          "isRequired": true,
          "format": "string",
          "name": "ANDREANI_USER"
        },
        {
          "description": "Password for Andreani",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ANDREANI_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...