Skip to main content
ClaudeWave

Documentation for ACTA: verifiable credentials and did:stellar identity on Stellar/Soroban (API, SDK, contracts, dApp, MCP).

MCP ServersRegistry oficial0 estrellas0 forksTypeScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/ACTA-Team/ACTA-docs
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "acta-docs": {
      "command": "node",
      "args": ["/path/to/ACTA-docs/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/ACTA-Team/ACTA-docs and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# 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.

- Live: https://docs.acta.build
- dApp: https://dapp.acta.build
- DID resolver: https://did.acta.build
- API: `https://api.{testnet,mainnet}.acta.build`

## 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

```bash
npm install
npm run dev
```

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

## Scripts

| Script                      | What it does                                     |
| --------------------------- | ------------------------------------------------ |
| `npm run dev`               | Start the dev server                             |
| `npm run build`             | Generate the docs index and build the site       |
| `npm run start`             | Run the production server                        |
| `npm run lint`              | Run ESLint                                       |
| `npm run format`            | Format with Prettier                             |
| `npm run mcp:generate-docs` | Regenerate 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:

| What                                                               | License                                           |
| ------------------------------------------------------------------ | ------------------------------------------------- |
| Software — the Next.js app, `@acta-team/docs-mcp`, scripts, config | [MIT](./LICENSE)                                  |
| Documentation content — the prose, guides and reference pages      | [CC BY 4.0](./LICENSE-DOCS)                       |
| ACTA name, logo and brand assets under `public/`                   | Neither. Trademarks of ACTA, all rights reserved. |

Lo que la gente pregunta sobre ACTA-docs

¿Qué es ACTA-Team/ACTA-docs?

+

ACTA-Team/ACTA-docs es mcp servers para el ecosistema de Claude AI. Documentation for ACTA: verifiable credentials and did:stellar identity on Stellar/Soroban (API, SDK, contracts, dApp, MCP). Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala ACTA-docs?

+

Puedes instalar ACTA-docs clonando el repositorio (https://github.com/ACTA-Team/ACTA-docs) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar ACTA-Team/ACTA-docs?

+

ACTA-Team/ACTA-docs aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene ACTA-Team/ACTA-docs?

+

ACTA-Team/ACTA-docs es mantenido por ACTA-Team. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a ACTA-docs?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega ACTA-docs en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: ACTA-Team/ACTA-docs
[![Featured on ClaudeWave](https://claudewave.com/api/badge/acta-team-acta-docs)](https://claudewave.com/repo/acta-team-acta-docs)
<a href="https://claudewave.com/repo/acta-team-acta-docs"><img src="https://claudewave.com/api/badge/acta-team-acta-docs" alt="Featured on ClaudeWave: ACTA-Team/ACTA-docs" width="320" height="64" /></a>

Más MCP Servers

Alternativas a ACTA-docs