Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.orionlabsai/agentum-mcp-server

NPM · @AGENTUM/MCP-SERVER · SCANNED SEP 25

Dados globais reais (CNPJ, CEP, LEI, VAT, câmbio) via MCP, pagos em USDC por chamada (x402).

Available components

+3 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 114 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1002 tokens (~91/item across 11 items; 11 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management53
  • Stability observed for 16 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 11 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 11 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.orionlabsai/agentum-mcp-server server?

io.github.orionlabsai/agentum-mcp-server runs locally as an npm package, launched with npx -y @agentum/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @agentum/mcp-server

# add to Claude Code
claude mcp add orionlabsai-agentum-mcp-server -- npx -y @agentum/mcp-server
// .cursor/mcp.json
{
  "mcpServers": {
    "orionlabsai-agentum-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agentum/mcp-server"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "orionlabsai-agentum-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agentum/mcp-server"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add orionlabsai-agentum-mcp-server -- npx -y @agentum/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "orionlabsai-agentum-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@agentum/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add orionlabsai-agentum-mcp-server --command npx --arg -y --arg @agentum/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  orionlabsai-agentum-mcp-server:
    command: "npx"
    args: ["-y", "@agentum/mcp-server"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "orionlabsai-agentum-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@agentum/mcp-server"
      ]
    }
  }
}
# add to Vellum
assistant mcp add orionlabsai-agentum-mcp-server -t stdio -c npx -a -y @agentum/mcp-server
// mcp.json
{
  "mcpServers": {
    "orionlabsai-agentum-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@agentum/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 25 Sept 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 23 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +16
    • Malware scan: unverified → pass ▲ security
  • 12 Sept 26 +11
    • Malware scan: unverified → pass ▲ security
    • Known CVEs: unverified → pass ▲ security
    • Dependency health: unverified → 0.88 ▲ functional
    • First check of Tool coverage: 100 functional
    • Package version: 1.2.3 → 1.2.4 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 25 Sept 2026 · Analysed npm/@agentum/mcp-server@1.2.4

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 114 packages
Packages resolved 114
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 11 exposed · ~1,002 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
business_intelligence ~87

Inteligência empresarial brasileira completa: situação cadastral, endereço, atividades, sócios (CPF sempre mascarado pela própria Receita Federal) e resumo gerado por IA a partir só de dados oficiais. Pagamento real de $0.05 em USDC (Base mainnet).

NameTypeReqDescription
cnpjstringyesCNPJ brasileiro, 14 dígitos, com ou sem pontuação
NameTypeReqDescription
activities–––
address–––
company–––
confidencenumber–0 a 1, calculado a partir da fonte e da completude do dado
meta–––
partnersarray––
queriedAtstring––
registration–––
signals–––
sourcesarray––
summarystring––

No examples provided.

company_enrich ~92

Identificação global de empresa via LEI (Legal Entity Identifier, GLEIF) — busca por nome ou código LEI, cobre qualquer país. Pagamento real de $0.01 em USDC (Base mainnet).

NameTypeReqDescription
leistring–Código LEI de 20 caracteres, se já souber
namestring–Nome (ou parte do nome) da empresa a buscar
NameTypeReqDescription
fontestring––
jurisdictionstring|null––
legalNamestring|null––
leistring––
registrationStatusstring|null––
statusstring|null––

No examples provided.

company_intelligence_br ~140

Investigação empresarial baseada em evidências pra um CNPJ brasileiro: além do cadastro (BrasilAPI/ReceitaWS), cruza fontes públicas oficiais de compliance — TCU (licitantes inidôneos), CNIA/CNJ, CEIS, CNEP, e CVM quando aplicável. Só fatos e cobertura por fonte, nunca um 'score' inventado. Pagamento real de $0.02 em USDC (Base mainnet) — sistema separado (AGENTUM Business), carteira diferente das outras ferramentas.

NameTypeReqDescription
cnpjstringyesCNPJ brasileiro, 14 dígitos, com ou sem pontuação
NameTypeReqDescription
cnpjstring––
company–––
coverage–––
derivedFindings–––
findingsarray––
generatedAtstring––
performanceobject––

No examples provided.

economic_data ~86

Indicadores econômicos oficiais (Banco Mundial) de qualquer país: crescimento do PIB, inflação, desemprego, população. Pagamento real de $0.01 em USDC (Base mainnet).

NameTypeReqDescription
countrystringyesCódigo ISO 3166-1 alpha-2 do país (ex: BR, US, DE)
metricstringyesIndicador desejado
NameTypeReqDescription
anostring––
countrystring––
fontestring––
labelstring––
metricstring––
unidadestring––
valornumber––

No examples provided.

fx_rates ~110

Taxas de câmbio oficiais em tempo real (Banco Central Europeu, via Frankfurter) — qualquer par de moedas, não só BRL. Pagamento real de $0.01 em USDC (Base mainnet).

NameTypeReqDescription
basestring–Moeda base (ISO 4217, ex: USD). Default: USD
symbolsstring–Moedas de destino separadas por vírgula (ex: BRL,EUR). Default: BRL,EUR,USD
NameTypeReqDescription
basestring––
datestring––
fontestring––
ratesobject––

No examples provided.

preflight ~160

Aceita um CNPJ brasileiro (14 dígitos), um código LEI (20 caracteres) ou um nome de empresa, e devolve um veredito consolidado de contraparte: entidade identificada, banda de risco (clear/flagged/insufficient_data), confiança na cobertura de dado, e os achados componentes com fonte e status individual. Nunca fabrica um score — band/flags são derivados deterministicamente de fatos verificados em fontes públicas oficiais. Pagamento real de $0.15 em USDC (Base mainnet) — sistema separado (AGENTUM Business), carteira diferente das outras ferramentas.

NameTypeReqDescription
qstringyesCNPJ brasileiro (14 dígitos), código LEI (20 caracteres), ou nome de empresa
NameTypeReqDescription
bandstring–clear | flagged | insufficient_data
componentsarray––
confidencestring–high | medium | low
entityobject––
flagsarray––
queryobject––

No examples provided.

taxas_brasil ~42

Consulta taxas oficiais brasileiras em tempo real (Selic, CDI, dólar comercial). Pagamento real de $0.01 em USDC (Base mainnet).

Input schema present but exposes no named parameters.

NameTypeReqDescription
cdi_adobject––
dolar_comercial_vendaobject––
fontestring––
selic_meta_aaobject––

No examples provided.

validar_cpf ~72

Confirma se um CPF brasileiro é matematicamente válido (dígito verificador) — não consulta dado pessoal de ninguém. Pagamento real de $0.01 em USDC (Base mainnet).

NameTypeReqDescription
cpfstringyesCPF brasileiro, 11 dígitos, com ou sem pontuação
NameTypeReqDescription
cpfstringyesCPF formatado (000.000.000-00)
validobooleanyes–

No examples provided.

vat_validate ~87

Validação de número de VAT (IVA) europeu em tempo real (VIES, serviço oficial da UE). Pagamento real de $0.01 em USDC (Base mainnet).

NameTypeReqDescription
countrystringyesCódigo de país da UE, 2 letras (ex: IE, DE, FR)
vatstringyesNúmero de VAT, sem o prefixo do país
NameTypeReqDescription
countrystring––
enderecostring|null––
fontestring––
nomestring|null––
validoboolean––
vatstring––

No examples provided.

verificar_cep ~57

Valida um CEP/endereço brasileiro em tempo real. Pagamento real de $0.01 em USDC (Base mainnet).

NameTypeReqDescription
cepstringyesCEP brasileiro, 8 dígitos, com ou sem hífen
NameTypeReqDescription
bairrostring|null––
cepstring––
dddstring|null––
fontestring––
logradourostring|null––
municipiostring|null––
regiaostring|null––
ufstring|null––

No examples provided.

verificar_cnpj ~69

Verifica um CNPJ brasileiro em tempo real (situação cadastral, Simples Nacional, endereço). Pagamento real de $0.02 em USDC (Base mainnet).

NameTypeReqDescription
cnpjstringyesCNPJ brasileiro, 14 dígitos, com ou sem pontuação
NameTypeReqDescription
aberturastring|null––
atividade_principalstring|null––
cnpjstring–CNPJ só com dígitos
data_situacaostring|null––
fontestring––
municipiostring|null––
natureza_juridicastring|null––
razao_socialstring|null––
situacaostring|null–Situação cadastral (ex: ATIVA)
ufstring|null––

No examples provided.

Common questions

What is the io.github.orionlabsai/agentum-mcp-server server?

io.github.orionlabsai/agentum-mcp-server is listed in the public MCP registry as io.github.orionlabsai/agentum-mcp-server. Dados globais reais (CNPJ, CEP, LEI, VAT, câmbio) via MCP, pagos em USDC por chamada (x402). This page covers its npm package (@agentum/mcp-server).

Is the io.github.orionlabsai/agentum-mcp-server server safe to use?

io.github.orionlabsai/agentum-mcp-server scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 25 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.orionlabsai/agentum-mcp-server server expose?

io.github.orionlabsai/agentum-mcp-server exposes 11 tools: verificar_cnpj, taxas_brasil, verificar_cep, validar_cpf, business_intelligence, and 6 more. Their descriptions and schemas cost roughly 1,002 tokens of context every time the server is loaded.

Is the io.github.orionlabsai/agentum-mcp-server server still maintained?

io.github.orionlabsai/agentum-mcp-server is still listed as active in the MCP registry. We last reached this channel on 25 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.orionlabsai/agentum-mcp-server server under?

io.github.orionlabsai/agentum-mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.