ArcLeap MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ARCLEAP_SIGNER | Yes | The signer mode: 'circle' for Circle Developer-Controlled Wallets or 'privateKey' for a local private key | |
| CIRCLE_API_KEY | No | The Circle API key (required when ARCLEAP_SIGNER=circle) | |
| CIRCLE_WALLET_ID | No | The Circle wallet ID (required when ARCLEAP_SIGNER=circle) | |
| ARCLEAP_MAX_DAILY | No | Daily limit per wallet (mainnet) | 500 |
| ARCLEAP_STATE_DIR | No | Directory path for state storage | ~/.arcleap-mcp |
| ARCLEAP_PRIVATE_KEY | No | The local private key (required when ARCLEAP_SIGNER=privateKey) | |
| CIRCLE_ENTITY_SECRET | No | The Circle entity secret (required when ARCLEAP_SIGNER=circle) | |
| CIRCLE_WALLET_ADDRESS | No | The Circle wallet address (required when ARCLEAP_SIGNER=circle) | |
| ARCLEAP_MAX_PER_TRANSFER | No | Maximum USDC per single transfer (mainnet) | 100 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bridge_list_chainsA | Возвращает поддерживаемые сети и их CCTP-домены. Используй ключи сетей (например base, arbitrum) в остальных инструментах. |
| bridge_quoteA | Проверяет маршрут без отправки транзакций: балансы USDC и газа, комиссию протокола, лимиты. Вызывай перед bridge_start. |
| bridge_startA | Выполняет approve и сжигание USDC в исходной сети и сразу возвращает transferId. Выпуск в целевой сети выполняется отдельно через bridge_status. ОБЯЗАТЕЛЬНО передавай idempotencyKey: при повторном вызове с тем же ключом перевод не будет продублирован. Для проверки без трат используй dryRun. |
| bridge_statusA | Проверяет готовность аттестации Circle и, когда она готова, выпускает USDC в целевой сети. Вызывать повторно безопасно: выпуск произойдёт только один раз. Если аттестация ещё не готова — подожди минуту и вызови снова. |
| bridge_historyC | Список последних переводов и журнал операций. Полезно, чтобы понять, есть ли незавершённые переводы, которые нужно добить через bridge_status. |
| bridge_wallet_infoA | Показывает адрес и тип подписанта, а также текущие лимиты. Ключи никогда не возвращаются. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/danilaverbena/arcleap-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server