Skip to main content
Glama
arpe-io

arpeio-mcp

Official
by arpe-io

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
*_LOG_DIRNoPer-tool log directory
*_TIMEOUTNoPer-tool execution timeout (seconds)
LOG_LEVELNoLogging level (DEBUG/INFO/WARNING/ERROR)
FASTBCP_PATHNoPath to FastBCP binary
LAKEXPRESS_PATHNoPath to LakeXpress binary
FASTBCP_DIR_PATHNoFastBCP directory for LakeXpress
FASTTRANSFER_PATHNoPath to FastTransfer binary
MIGRATORXPRESS_PATHNoPath to MigratorXpress binary
FASTTRANSFER_DIR_PATHNoFastTransfer directory for MigratorXpress

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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 action to select what information you need. Read-only, does not require database connectivity.

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 action to select what information you need. Read-only, does not require database connectivity.

lakexpress_preview_commandA

Build and preview a LakeXpress CLI command WITHOUT executing it. Call this after lakexpress_suggest_workflow to build each command in the recommended sequence. Shows the exact command that will be run. Does NOT execute the command or validate connections. After reviewing, pass the command to lakexpress_execute_command.

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 action to select what information you need. Read-only, does not require database connectivity.

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 action to select what information you need. Read-only, does not require database connectivity.

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 product to select which tool and optionally version to filter to a specific release. Read-only; queries the local docs cache.

Prompts

Interactive templates invoked by user choice

NameDescription
export-tableExport a database table to a file (CSV, Parquet, JSON, etc.) using FastBCP
transfer-dataTransfer data between two databases using FastTransfer
lakehouse-pipelineSet up a database-to-cloud lakehouse pipeline using LakeXpress
migrate-databaseMigrate schema and data across database platforms using MigratorXpress
troubleshootTroubleshoot a failed Arpe.io command using docs search and error diagnostics

Resources

Contextual data attached and managed by the client

NameDescription
FastBCP Supported FormatsSupported source databases, output formats, and storage targets for FastBCP
FastTransfer Supported CombinationsSupported source-to-target database pairs for FastTransfer
LakeXpress CapabilitiesSupported source databases, storage backends, and publish targets for LakeXpress
MigratorXpress CapabilitiesSupported source/target databases, tasks, and modes for MigratorXpress

Latest Blog Posts

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