
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
@acta-team/docs-mcp
Advanced tools
ACTA Docs MCP is a read-only Model Context Protocol (MCP) server. MCP-compatible clients (for example Claude, Cursor, or other assistants that support MCP) can query the official ACTA documentation through it.
When to use it: whenever you want an assistant to answer questions about ACTA using public, official, and up-to-date documentation - not guesses from general training data alone.
| Topic | Details |
|---|---|
| Package | @acta-team/docs-mcp |
| Authentication | None required (read-only public docs) |
This MCP server:
Run the server directly with npx:
npx -y @acta-team/docs-mcp
Most users should use this command without changes.
Use this configuration in an MCP-compatible client:
{
"mcpServers": {
"acta-docs": {
"command": "npx",
"args": ["-y", "@acta-team/docs-mcp"]
}
}
}
After saving the configuration, restart or reload your MCP client.
When it starts, the server loads the latest documentation from:
https://docs.acta.build/api/mcp/docs-data
| Variable | Purpose |
|---|---|
ACTA_DOCS_MCP_OFFLINE=1 | Skip the remote fetch and use bundled documentation only. |
ACTA_DOCS_MCP_DATA_URL | Use a different remote docs JSON URL. |
Use ACTA_DOCS_MCP_DATA_URL only if you completely trust the configured source. The AI client will use that content as context to answer questions about ACTA.
| Tool | What it does |
|---|---|
list_acta_docs | Lists the available documentation pages. |
read_acta_doc | Reads a specific page using its slug and locale. |
search_acta_docs | Searches content inside the ACTA documentation. |
Documentation pages are exposed using this URI format:
acta-docs://{locale}/{slug}
Currently supported locales:
enesUse this MCP to ask about:
This MCP is designed for documentation and technical support. It does not replace a direct integration with the ACTA API.
ACTA Docs MCP es un servidor Model Context Protocol (MCP) de solo lectura. Los clientes compatibles con MCP (por ejemplo Claude, Cursor u otros asistentes con soporte MCP) pueden consultar la documentación oficial de ACTA a través de él.
Cuándo usarlo: cuando quieras que un asistente responda sobre ACTA apoyándose en documentación pública, oficial y actualizada, y no solo en conocimiento genérico del modelo.
| Tema | Detalle |
|---|---|
| Paquete | @acta-team/docs-mcp |
| Autenticación | No requiere API key (solo lectura, docs públicas) |
Este servidor MCP:
Ejecuta el servidor directamente con npx:
npx -y @acta-team/docs-mcp
La mayoría de usuarios debería usar este comando sin cambios.
Usa esta configuración en un cliente compatible con MCP:
{
"mcpServers": {
"acta-docs": {
"command": "npx",
"args": ["-y", "@acta-team/docs-mcp"]
}
}
}
Después de guardar la configuración, reinicia o recarga tu cliente MCP.
Al iniciar, el servidor carga la documentación más reciente desde:
https://docs.acta.build/api/mcp/docs-data
| Variable | Para qué sirve |
|---|---|
ACTA_DOCS_MCP_OFFLINE=1 | Omite la descarga remota y usa solo la documentación incluida en el paquete. |
ACTA_DOCS_MCP_DATA_URL | Usa otra URL remota para el JSON de documentación. |
Usa ACTA_DOCS_MCP_DATA_URL solo si confías completamente en la fuente configurada. El cliente de IA usará ese contenido como contexto para responder preguntas sobre ACTA.
| Herramienta | Qué hace |
|---|---|
list_acta_docs | Lista las páginas de documentación disponibles. |
read_acta_doc | Lee una página específica usando su slug e idioma. |
search_acta_docs | Busca contenido dentro de la documentación de ACTA. |
Las páginas de documentación se exponen usando este formato de URI:
acta-docs://{locale}/{slug}
Los idiomas soportados actualmente son:
enesUsa este MCP para preguntar sobre:
Este MCP está diseñado para documentación y soporte técnico. No reemplaza una integración directa con la API de ACTA.
FAQs
MCP server for ACTA documentation.
The npm package @acta-team/docs-mcp receives a total of 86 weekly downloads. As such, @acta-team/docs-mcp popularity was classified as not popular.
We found that @acta-team/docs-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.