npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@hyperboosters/hyperagents

v0.3.0

Published

HyperAgents — 16 Brazilian-trained AI specialists (Ravi, Tiago, Filipe, João…) as MCP tools for Claude Desktop, Cursor, Codex, Windsurf, and any MCP client. Multi-provider: OpenAI gpt-5.5, Gemini 2.5, Anthropic Claude, OpenRouter free tier, local Ollama.

Readme

HyperAgents

16 agentes IA brasileiros como ferramentas MCP — para Cursor, Claude Desktop, Codex, Windsurf e qualquer cliente MCP.

16 Brazilian AI agents as MCP tools — plug into Cursor, Claude Desktop, Codex, Windsurf or any MCP-aware client.

npm npm downloads License: MIT Made in Brazil


O que é isso?

Você já usa Cursor, Claude Desktop ou Codex no dia a dia.

Com HyperAgents, você adiciona 16 especialistas de IA — com contexto brasileiro — diretamente no cliente que já usa. Sem trocar de aba, sem nova conta, sem configuração complexa.

Uma linha de configuração e está pronto.

You already use Cursor, Claude Desktop, or Codex. HyperAgents adds 16 specialist AI agents — with Brazilian context — directly into the client you already use. One config line and you're done.


Instalação rápida (30 segundos)

Adicione ao config do seu cliente MCP:

{
  "mcpServers": {
    "hyperagents": {
      "command": "npx",
      "args": ["-y", "@hyperboosters/hyperagents"]
    }
  }
}

Reinicie o cliente. 16 ferramentas novas aparecem.

Restart your client. 16 new tools appear.

Instruções por cliente


Os 5 principais agentes

| Ferramenta | O que faz | Custo | |------------|-----------|-------| | ravi_jarvis | Assistente fundador — infra, devops, estratégia, contexto BR completo | gpt-5.5 | | ravi_sales | Vendas B2B em pt-BR — scripts, objeções, qualificação de lead | gpt-5.5 | | coding_filipe | Code review, arquitetura, debug — TypeScript / Python / Go | gpt-5.5 | | analysis_joao | SWOT, MECE, market sizing — frameworks de negócio em pt-BR | Ollama local | | navigator_research | Pesquisa web, concorrentes, fact-checking | OpenRouter free |

Ver todos os 16 agentes e tiers de custo


Como funciona

Você (Cursor / Claude Desktop / Codex / Windsurf)
        ↓  MCP stdio
@hyperboosters/hyperagents  ←  16 ferramentas registradas
        ↓  openclaw agent --json
OpenClaw (runtime local)
        ↓  roteamento automático
[ OpenAI · Anthropic · Google · OpenRouter · Ollama ]

Cada agente tem cadeia de fallback automática: se o modelo primário falhar (rate limit, timeout), o próximo assume sem intervenção.

Each agent has an automatic fallback chain: if the primary model fails, the next one takes over without intervention.


Instalação por cliente

Claude Desktop

// macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
// Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "hyperagents": {
      "command": "npx",
      "args": ["-y", "@hyperboosters/hyperagents"]
    }
  }
}

Cursor → Settings → Tools & MCP → Add MCP Server

{
  "hyperagents": {
    "command": "npx",
    "args": ["-y", "@hyperboosters/hyperagents"]
  }
}

Codex CLI~/.codex/config.toml

[[mcp_servers]]
name = "hyperagents"
command = "npx"
args = ["-y", "@hyperboosters/hyperagents"]

Windsurf~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "hyperagents": {
      "command": "npx",
      "args": ["-y", "@hyperboosters/hyperagents"]
    }
  }
}

Cline (VS Code) → Cline MCP Settings → Add Server

{
  "hyperagents": {
    "command": "npx",
    "args": ["-y", "@hyperboosters/hyperagents"]
  }
}

Instalação global (cold start mais rápido / faster cold start):

npm install -g @hyperboosters/hyperagents
# No config: "command": "hyperagents-mcp"

Pré-requisito

HyperAgents usa OpenClaw como runtime local.

Instalar OpenClaw

Configure as chaves dos providers em ~/.openclaw/.env:

OPENAI_API_KEY=sk-...
ANTHROPIC_API_KEY=sk-ant-...
GOOGLE_API_KEY=AIza...
OPENROUTER_API_KEY=sk-or-...   # free tier disponível
OLLAMA_HOST=http://127.0.0.1:11434

HyperAgents uses OpenClaw as a local runtime. Configure provider keys in ~/.openclaw/.env. Free-tier agents (OpenRouter) work without paid keys.


Verticais

Configurações pré-montadas para nichos específicos. Pre-built agent configs for specific niches.

| Vertical | Domínio | Descrição | |----------|---------|-----------| | hyperboosters | hyperboosters.com | Suite completa — todos os 16 agentes | | sales | sales.hyperboosters.com | Agentes para gestão de vendas em empresas | | anotameu | anotameu.com | Agentes para gestão de pedidos online | | matchmob | — | Matching e análise B2B | | trends | — | Inteligência e tendências de mercado | | parceiros | — | White-label configurável |

Ver configurações


Roadmap

  • [x] v0.1 — Launch — 16 agentes via MCP stdio
  • [x] v0.2 — HyperAgents — rebrand, multi-provider, README
  • [ ] v0.3 — Modo orquestrador único (hyperagent_run)
  • [ ] v0.3 — Streaming de respostas
  • [ ] v0.4 — Transporte HTTP/SSE — sem OpenClaw local necessário
  • [ ] v0.4 — Agentes customizados via YAML
  • [ ] v0.5 — SaaS hospedado — api.hyperboosters.com

Contribuindo

Pull requests bem-vindos:

  • Novos agentes especialistas (abra uma issue primeiro)
  • Variantes localizadas (pt-BR já existe; queremos es-ES, en-US, ja-JP)
  • Adaptadores para novos clientes MCP
git clone https://github.com/raonibarbalhox/agents-mcp
cd agents-mcp
npm install
npm run build
node dist/index.js   # MCP server via stdio

Segurança

O servidor MCP nunca lê nem repassa suas chaves de provider. Elas ficam no seu OpenClaw local, na sua máquina.

Sem telemetria. Sem analytics. Sem phone-home. Open source.

Relatórios de segurança: [email protected]


MIT © Raoni Barbalho — HyperBoosters
hyperboosters.com · npm · Issues

Se HyperAgents te poupa tempo, deixa uma ⭐ — é como outros desenvolvedores encontram o projeto.
If HyperAgents saves you time, leave a ⭐ — that's how other developers find the project.