Actalumen MCP

v0.3.0Browser Automationstable

📇 ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tool

browser-automationbrowser-extensionclaudecursormcp
Share:
6,540
Stars
0
Downloads
0
Weekly
0/5

What is Actalumen MCP?

Actalumen MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 📇 ☁️ - eur settlement for ai agents via x402 protocol. market data, ai tool

📇 ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tool

This server falls under the Browser Automation category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • chargebee_documentation_search
  • chargebee_code_planner

Use Cases

EUR settlement automation
Browser extension control
X402 protocol integration
ActaLumen

Maintainer

LicenseApache-2.0
Languagetypescript
Versionv0.3.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @chargebee/mcp

Manual Installation

npx -y @chargebee/mcp

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Actalumen MCP

ActaLumen MCP Server is a document verification and compliance automation tool that connects AI agents to ActaLumen's cloud API for uploading contracts, running compliance checks against templates such as SOC2 and GDPR, and chatting with documents using evidence-backed citations. All PII is redacted server-side before storage. Developers and legal teams use it to automate vendor agreement reviews, compliance gap analysis, and document Q&A from inside Claude Desktop, Cursor, or any MCP-compatible agent.

Prerequisites

  • Node.js 18+ and npx installed
  • An ActaLumen account and API key (ACTALUMEN_API_KEY, prefixed with ak_live_)
  • An MCP-compatible client such as Claude Desktop or Cursor
  • PDFs to verify must be placed in the configured upload directory (default: ~/actalumen-inbox)
1

Obtain your ActaLumen API key

Sign up at actalumen.com and generate an organization-scoped API key from your account dashboard. It will be prefixed with ak_live_.

2

Add the MCP server via Claude Code CLI

Use the claude mcp add command to register the ActaLumen server in your local Claude Code configuration.

claude mcp add actalumen -- npx -y @actalumen/mcp-server
3

Configure Claude Desktop manually

Edit your claude_desktop_config.json to add the ActaLumen MCP server entry with your API key and optional settings.

4

Place documents in the upload directory

Copy the PDFs you want to verify into ~/actalumen-inbox (or the path set via ACTALUMEN_UPLOAD_DIR). The server restricts uploads to this directory for security.

mkdir -p ~/actalumen-inbox
cp vendor-agreement.pdf ~/actalumen-inbox/
5

Upload and verify a document

Ask your AI agent to upload the document, wait for processing, then run a compliance check against a template such as SOC2.

6

Review verification results and chat with the document

Use get_verification to retrieve audit results with specific citations, or use chat_with_document to ask evidence-backed questions about the contract.

Actalumen MCP Examples

Client configuration

Claude Desktop claude_desktop_config.json entry for the ActaLumen MCP server.

{
  "mcpServers": {
    "actalumen": {
      "command": "npx",
      "args": ["-y", "@actalumen/mcp-server"],
      "env": {
        "ACTALUMEN_API_KEY": "ak_live_your_key_here",
        "ACTALUMEN_BASE_URL": "https://api.actalumen.com",
        "ACTALUMEN_UPLOAD_DIR": "/Users/yourname/actalumen-inbox"
      }
    }
  }
}

Prompts to try

Example prompts to run document verification workflows with the ActaLumen MCP server.

- "Upload vendor-agreement.pdf and check it against the SOC2 compliance template"
- "List all documents I have uploaded to ActaLumen so far"
- "What compliance gaps were found in the last verification run?"
- "Ask the uploaded contract: what are the data retention obligations?"
- "Show me the citation in the document that supports the indemnification clause"
- "How many API credits have I used this month?"

Troubleshooting Actalumen MCP

upload_document fails with 'path not allowed' error

The server only allows uploads from the directory specified by ACTALUMEN_UPLOAD_DIR (default: ~/actalumen-inbox). Move your PDF into that directory before calling upload_document.

API returns 401 Unauthorized

Verify ACTALUMEN_API_KEY is set correctly in the MCP server env block and that the key starts with ak_live_. Regenerate the key from the ActaLumen dashboard if needed.

get_verification returns 'processing' status after several minutes

Large or complex PDFs can take time to process. Poll get_document first to confirm processing completed before calling start_verification. If stuck, re-upload the document.

Frequently Asked Questions about Actalumen MCP

What is Actalumen MCP?

Actalumen MCP is a Model Context Protocol (MCP) server that 📇 ☁️ - eur settlement for ai agents via x402 protocol. market data, ai tool It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Actalumen MCP?

Install via npm with the command: npx -y @chargebee/mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Actalumen MCP?

Actalumen MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Actalumen MCP free to use?

Yes, Actalumen MCP is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.

Browse More Browser Automation MCP Servers

Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp": { "command": "npx", "args": ["-y", "@chargebee/mcp"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Actalumen MCP?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides