Actalumen MCP
📇 ☁️ - EUR settlement for AI agents via x402 protocol. Market data, AI tool
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
Maintainer
Works with
Installation
NPM
npx -y @chargebee/mcpManual Installation
npx -y @chargebee/mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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)
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_.
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-serverConfigure Claude Desktop manually
Edit your claude_desktop_config.json to add the ActaLumen MCP server entry with your API key and optional settings.
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/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.
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.
Actalumen MCP Alternatives — Similar Browser Automation Servers
Looking for alternatives to Actalumen MCP? Here are other popular browser automation servers you can use with Claude, Cursor, and VS Code.
Chrome DevTools MCP
★ 40.6kAI-powered Chrome automation server with natural language element detection. Control Chrome browser through MCP protocol for testing, debugging, and performance analysis. Features 91% accuracy in element location, works with free AI models, and suppo
UI TARS Desktop
★ 34.9k📇 🏠 - Browser automation capabilities using Puppeteer, both support local and remote browser connection.
Playwright
★ 32.8kA production-ready browser automation server that enables AI assistants to interact with web pages using tools for navigation, element interaction, and data extraction. It features a built-in Inspector UI and robust crash recovery for reliable automa
Page Agent
★ 18.0kJavaScript in-page GUI agent. Control web interfaces with natural language.
Chrome
★ 11.7kAn extension-based MCP server that enables AI assistants to control your browser, leveraging existing sessions and login states for automation and content analysis. It provides over 20 tools for semantic tab search, interactive element manipulation,
LAMDA
★ 7.8kThe most powerful Android RPA agent framework, next generation mobile automation.
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.
Set Up Actalumen MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.