← Back to Plugins
MCP Server MCP

io.github.ogconstrutorasp/apex-contabil

github By github 👁 1 views ▲ 0 votes

Framework MCP do Apex ERP Contábil: CNAEs, jurídico, obrigações, financeiro, marketing e WhatsApp.

Homepage Verified source GitHub

Install

uvx apex-mcp-framework

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "apex-mcp-framework",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "URL base da API do ERP",
          "format": "string",
          "name": "ERP_BASE"
        },
        {
          "description": "E-mail da conta de serviço (auth Bearer)",
          "format": "string",
          "isSecret": true,
          "name": "ERP_MCP_EMAIL"
        },
        {
          "description": "Senha da conta de serviço",
          "format": "string",
          "isSecret": true,
          "name": "ERP_MCP_PASSWORD"
        },
        {
          "description": "URL do Supabase para login/refresh da conta de serviço",
          "format": "string",
          "name": "SUPABASE_URL"
        },
        {
          "description": "Chave anon do Supabase",
          "format": "string",
          "isSecret": true,
          "name": "SUPABASE_ANON_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...