MCP Server
Maintained
MIT
io.github.tomjwxf/acta-mcp MCP Server
io.github.tomjwxf/acta-mcp
What is the io.github.tomjwxf/acta-mcp MCP server?
Contribute, challenge, verify, and query contestable public records on Veritas Acta.
How to install io.github.tomjwxf/acta-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"acta-mcp": {
"command": "npx",
"args": [
"-y",
"acta-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"acta-mcp": {
"command": "npx",
"args": [
"-y",
"acta-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"acta-mcp": {
"command": "npx",
"args": [
"-y",
"acta-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"acta-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"acta-mcp"
]
}
}
}Claude Code
claude mcp add acta-mcp -- npx -y acta-mcpRelated MCP servers
Signed receipts and Cedar policies for AI agent tool calls. Claude Code hooks, MCP gateway.
View repository →Scan, protect, and monitor APIs from AI coding tools. Device-level rate limiting.
View repository →Portable cryptographic identity for AI agents. Ed25519 keypairs and signed manifests.
View repository →Offline Ed25519 verification of signed receipts, bundles, and trust artifacts.
View repository →Offline receipt verifier. Ed25519 signature verification without contacting any server.
View repository →