Back to Browse

Apex Mcp Framework MCP Server

Developer ToolsUse Caution3.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

3.2
Use Caution3.2High Risk

This MCP server provides a framework for exposing ERP business capabilities through authenticated HTTP calls. While the authentication architecture is reasonable (Supabase with token refresh), several security concerns reduce confidence: hardcoded Supabase credentials in config defaults, missing input validation in tool handlers, broad unauthenticated access when credentials are absent, and inconsistent error handling that may leak sensitive information. The permissions align with the framework's purpose (network access for ERP/Supabase APIs, environment variables for credentials), but implementation gaps weaken the security posture. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.

8 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

URL base da API do ERPOptional

Environment variable: ERP_BASE

E-mail da conta de serviço (auth Bearer)Required

Environment variable: ERP_MCP_EMAIL

Senha da conta de serviçoRequired

Environment variable: ERP_MCP_PASSWORD

URL do Supabase para login/refresh da conta de serviçoOptional

Environment variable: SUPABASE_URL

Chave anon do SupabaseRequired

Environment variable: SUPABASE_ANON_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ogconstrutorasp-apex-contabil": {
      "env": {
        "ERP_BASE": "your-erp-base-here",
        "SUPABASE_URL": "your-supabase-url-here",
        "ERP_MCP_EMAIL": "your-erp-mcp-email-here",
        "ERP_MCP_PASSWORD": "your-erp-mcp-password-here",
        "SUPABASE_ANON_KEY": "your-supabase-anon-key-here"
      },
      "args": [
        "apex-mcp-framework"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!