arpeio-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| *_LOG_DIR | No | Per-tool log directory | |
| *_TIMEOUT | No | Per-tool execution timeout (seconds) | |
| LOG_LEVEL | No | Logging level (DEBUG/INFO/WARNING/ERROR) | |
| FASTBCP_PATH | No | Path to FastBCP binary | |
| LAKEXPRESS_PATH | No | Path to LakeXpress binary | |
| FASTBCP_DIR_PATH | No | FastBCP directory for LakeXpress | |
| FASTTRANSFER_PATH | No | Path to FastTransfer binary | |
| MIGRATORXPRESS_PATH | No | Path to MigratorXpress binary | |
| FASTTRANSFER_DIR_PATH | No | FastTransfer directory for MigratorXpress |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fastbcp_preview_exportA | Build and preview a FastBCP export command WITHOUT executing it. Shows the exact CLI command with passwords masked. If no parallelism method is specified, one is auto-suggested based on the source database type. Does NOT test connectivity or execute the export. After reviewing, pass the command to fastbcp_execute_export. |
| fastbcp_execute_exportA | Execute a FastBCP export command that was previously built by fastbcp_preview_export. Requires confirmation=true as a safety gate. Does NOT build the command — the command string must come from a prior fastbcp_preview_export call. Will fail if the FastBCP binary is not installed. |
| fastbcp_infoA | Get information about FastBCP capabilities, parallelism recommendations, workflow guidance, or binary version. Use |
| fasttransfer_preview_transferA | Build and preview a FastTransfer database-to-database transfer command WITHOUT executing it. Shows the exact CLI command with passwords masked. If no parallelism method is specified, one is auto-suggested based on the source database type. Does not test connectivity or execute the transfer. After reviewing, pass the command to fasttransfer_execute_transfer. |
| fasttransfer_execute_transferA | Execute a FastTransfer command that was previously built by fasttransfer_preview_transfer. Requires confirmation=true as a safety gate. Does NOT build the command — the command string must come from a prior fasttransfer_preview_transfer call. Will fail if the FastTransfer binary is not installed. |
| fasttransfer_infoA | Get information about FastTransfer capabilities, parallelism recommendations, workflow guidance, or binary version. Use |
| lakexpress_preview_commandA | Build and preview a LakeXpress CLI command WITHOUT executing it. Call this after |
| lakexpress_execute_commandA | Execute a LakeXpress command that was previously built by lakexpress_preview_command. Requires confirmation=true as a safety gate. The command string must come from a prior lakexpress_preview_command call. Will fail if the LakeXpress binary is not installed. |
| lakexpress_infoA | Get information about LakeXpress capabilities, workflow guidance, or binary version. Use |
| migratorxpress_preview_commandA | Build and preview a MigratorXpress migration command WITHOUT executing it. Shows the exact CLI command with passwords masked. Does NOT execute the migration or validate database connectivity. After reviewing, pass the command to migratorxpress_execute_command. |
| migratorxpress_execute_commandA | Execute a MigratorXpress command that was previously built by migratorxpress_preview_command. Requires confirmation=true as a safety gate. The command string must come from a prior migratorxpress_preview_command call. Will fail if the MigratorXpress binary is not installed. |
| migratorxpress_validate_auth_fileA | Validate that a MigratorXpress JSON credentials file is well-formed and contains the required fields (auth_id, db_type, connection parameters). Call this before migratorxpress_preview_command to catch credential issues early. Does NOT test actual database connectivity. |
| migratorxpress_infoA | Get information about MigratorXpress capabilities, workflow guidance, or binary version. Use |
| arpe_get_statusA | Show the status of all four Arpe.io tools (FastBCP, FastTransfer, LakeXpress, MigratorXpress). All tools work in command-builder mode by default (no binary needed). If a binary is installed, execution is also available. Does not require database connectivity or any parameters. |
| arpe_quick_startA | Determine which Arpe.io tool to use and get a step-by-step workflow guide. Call this when the user's intent is unclear or they are new to arpe.io tools. Accepts a plain English use case description and returns the recommended tool, required parameters, and the sequence of tool calls to make. Does not execute anything. |
| search_docsA | Search arpe.io documentation and blog for answers about CLI parameters, use cases, parallelism strategies, integrations, and best practices. Call this when unsure about a parameter value, need an example command, or want the recommended approach for a specific source/target/format combination. Searches across all product documentation (FastBCP, FastTransfer, LakeXpress, MigratorXpress) and the arpe.io blog simultaneously. Does not execute anything. |
| arpe_release_notesA | Return release-notes chunks for any Arpe.io product. Pass |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| export-table | Export a database table to a file (CSV, Parquet, JSON, etc.) using FastBCP |
| transfer-data | Transfer data between two databases using FastTransfer |
| lakehouse-pipeline | Set up a database-to-cloud lakehouse pipeline using LakeXpress |
| migrate-database | Migrate schema and data across database platforms using MigratorXpress |
| troubleshoot | Troubleshoot a failed Arpe.io command using docs search and error diagnostics |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| FastBCP Supported Formats | Supported source databases, output formats, and storage targets for FastBCP |
| FastTransfer Supported Combinations | Supported source-to-target database pairs for FastTransfer |
| LakeXpress Capabilities | Supported source databases, storage backends, and publish targets for LakeXpress |
| MigratorXpress Capabilities | Supported source/target databases, tasks, and modes for MigratorXpress |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arpe-io/arpeio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server