Back to Browse

ACTA Docs MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Read-only MCP server for the official ACTA verifiable credentials documentation.

About

Read-only MCP server for the official ACTA verifiable credentials documentation.

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

10 files analyzed · 1 issue 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:

Set to 1 to skip the remote docs fetch and use only the documentation bundled in the package.Optional

Environment variable: ACTA_DOCS_MCP_OFFLINE

Override the remote documentation JSON URL. Only use a source you fully trust.Optional

Environment variable: ACTA_DOCS_MCP_DATA_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-acta-team-docs-mcp": {
      "env": {
        "ACTA_DOCS_MCP_OFFLINE": "your-acta-docs-mcp-offline-here",
        "ACTA_DOCS_MCP_DATA_URL": "your-acta-docs-mcp-data-url-here"
      },
      "args": [
        "-y",
        "@acta-team/docs-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

ACTA Docs

The documentation site for ACTA: verifiable credentials and decentralized identity on Stellar. It is the single reference for everything an issuer, holder, verifier, or integrator needs to build on ACTA, from the REST API and the SDK to the Soroban contracts and the dApp.

About ACTA

ACTA issues W3C-style verifiable credentials anchored on Stellar and Soroban:

  • did:stellar identities resolved from an on-chain registry, decoupled from any single wallet (key rotation, portability).
  • Single-tenant credential vaults, one Soroban contract per owner, deployed by a vc-vault-factory. Status and revocation are publicly verifiable on Stellar; issuance fees settle on-chain in USDC.
  • A prepare/submit flow so the user's Stellar wallet signs every transaction; the services never hold keys.

What this site documents

Bilingual (English / Spanish) content for:

  • Welcome: introduction, architecture, getting started.
  • API Reference: vault, credential, contract-info, sponsored-vault, and health endpoints (prepare/submit XDR).
  • SDK (@acta-team/credentials): useVault, useCredential, useVaultRead, sponsored vault.
  • Contracts: vc-vault-factory, single-tenant vc-vault, did-stellar-registry, and contract errors.
  • dApp: features and usage of the web app.
  • MCP: the docs MCP server for AI assistants.

Tech stack

  • Next.js (App Router), React, TypeScript, Tailwind CSS.
  • Content is authored as typed DocPage modules (not Markdown files), which keeps it type-checked and lets the build generate a machine-readable index.
  • @acta-team/docs-mcp (in packages/docs-mcp): an MCP server that exposes the docs to AI assistants, built from a generated docs-data.json.

Quick start

npm install
npm run dev

The site runs at http://localhost:3000/.

Scripts

ScriptWhat it does
npm run devStart the dev server
npm run buildGenerate the docs index and build the site
npm run startRun the production server
npm run lintRun ESLint
npm run formatFormat with Prettier
npm run mcp:generate-docsRegenerate the MCP docs-data.json from content

Content structure

  • src/content/docs/modules/<module>/<lang>/<page>.ts - one DocPage per page (slug, title, section, tocItems, content). <lang> is en or es.
  • src/content/docs/navigation/{en,es}.ts - sidebar navigation per language.
  • src/content/docs/locales/ - UI strings.
  • packages/docs-mcp/ - the MCP server and the generated docs-data.json.

After editing content, run npm run mcp:generate-docs so the search index and MCP data stay in sync.

License

Dual-licensed, split by what the thing is:

WhatLicense
Software — the Next.js app, @acta-team/docs-mcp, scripts, configMIT
Documentation content — the prose, guides and reference pagesCC BY 4.0
ACTA name, logo and brand assets under public/Neither. Trademarks of ACTA, all rights reserved.

Reviews

No reviews yet

Be the first to review this server!