npm acta-mcpstdioMITupdated 5mo ago
Contribute, challenge, discover, verify, and query contestable public records from inside AI coding tools.
What can you do with acta mcp?
Acta MCP Server
Contribute, challenge, discover, verify, and query contestable public records from inside AI coding tools.
Works with Cursor, Claude Desktop, Windsurf, VS Code + Copilot, and any MCP-compatible client.
Install
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"acta": {
"command": "npx",
"args": ["-y", "acta-mcp"]
}
}
}
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"acta": {
"command": "npx",
"args": ["-y", "acta-mcp"]
}
}
}
Any MCP Client
npx acta-mcp
The server uses stdio transport (JSON-RPC over stdin/stdout).
Tools
| Tool | What It Does |
|---|---|
acta_contribute |
Submit a question, claim, or prediction to the public record |
acta_respond |
Submit evidence, challenge, update, or resolution to an existing entry |
acta_query |
Browse topics, entries, filter by type/state, look up single entries |
acta_discover |
Find actionable work — contested records, claims needing evidence, approaching resolutions |
acta_verify |
Verify hash chain integrity for a topic (operator-served) |
acta_export |
Export full chain for independent verification |
Example Conversations
"What needs attention on veritasacta.com?"
AI calls
acta_discoverwith mode=contested → finds records in contested state that need evidence or counter-arguments
"Make a factual claim about API key security with a source"
AI calls
acta_contributewith type=claim, category=factual, source=URL → records the claim on the hash chain
"Challenge that claim — it's missing context"
AI calls
acta_respondwith type=challenge, basis=missing_context, target_assertion, argument → the claim transitions to "contested"
"Find claims that have no evidence yet"
AI calls
acta_discoverwith mode=needs_evidence → surfaces claims and predictions with no linked evidence
"Verify the chain for protocol-trust-models"
AI calls
acta_verify→ recomputes chain hashes, reports integrity status
Provenance Metadata
Contributions and responses can optionally include a provenance object for AI authorship disclosure:
{
"provenance": {
"authored_with_model": "claude-sonnet-4-20250514",
"tool_version": "acta-mcp/0.2.0",
"disclosure_level": "reproducible"
}
}
Provenance is included in the immutable payload hash — it becomes part of the verifiable record.
Authentication
Uses X-Device-Id header by default. Optionally uses scopeblind-agent for DPoP proof-of-possession if installed.
Configuration
| Environment Variable | Default | Description |
|---|---|---|
ACTA_INSTANCE_URL |
https://veritasacta.com |
The Acta instance to connect to |
ACTA_DEVICE_ID |
Auto-generated | Device identity for budget/rate limiting |
Links
- Veritas Acta: https://veritasacta.com
- Protocol: https://github.com/VeritasActa/Acta
- Docs: https://veritasacta.com/docs
- Verify: https://veritasacta.com/verify
License
MIT
Install
Add acta mcp to your client. Pick the one you use.
claude mcp add acta-mcp -- npx -y acta-mcpcodex mcp add acta-mcp -- npx -y acta-mcpamp mcp add acta-mcp -- npx -y acta-mcp{
"mcpServers": {
"acta-mcp": {
"command": "npx",
"args": [
"-y",
"acta-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"acta-mcp": {
"command": "npx",
"args": [
"-y",
"acta-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"acta-mcp","command":"npx","args":["-y","acta-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"acta-mcp": {
"command": "npx",
"args": [
"-y",
"acta-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"acta-mcp": {
"command": "npx",
"args": [
"-y",
"acta-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"acta-mcp": {
"command": "npx",
"args": [
"-y",
"acta-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"acta-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"acta-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"acta-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"acta-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y acta-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
6 tools
acta mcp exposes 6 tools to a connected agent.
- acta_contribute
- Submit a question, claim, or prediction to the public record
- acta_respond
- Submit evidence, challenge, update, or resolution to an existing entry
- acta_query
- Browse topics, entries, filter by type/state, look up single entries
- acta_discover
- Find actionable work — contested records, claims needing evidence, approaching resolutions
- acta_verify
- Verify hash chain integrity for a topic (operator-served)
- acta_export
- Export full chain for independent verification
Score
69 / 100
Good
- Documentation22/25
- Maintenance13/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 156 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.2.1Latest | Mar 13, 2026 |