Skip to main content
Glama

@arcis/mcp

Arcis Protocol MCP Server — connect any AI agent to DeFi vaults in one tool call.

What This Does

Any LLM that supports MCP (Claude, GPT, etc.) can interact with Arcis Protocol's on-chain contracts through natural language. No SDK, no code, no ABI decoding. The agent says "deposit 1000 USDC into Arcis" and the MCP tool handles everything.

Related MCP server: Universal Crypto MCP

Tools

Read (no auth required)

Tool

Description

arcis_vault_status

TVL, exchange rate, supply, capacity, reserve/deployed

arcis_vault_balance

Agent position: shares, value, USDC wallet

arcis_preview_deposit

Preview shares received for a given deposit

arcis_credit_status

Lending pool, total borrowed, utilization

arcis_credit_tiers

ERC-8004 reputation tier table

arcis_credit_health

Check if a loan is healthy

arcis_contracts

All 7 deployed contract addresses

Write (private key required)

Tool

Description

arcis_deposit

Deposit USDC → receive raUSDC (auto-approves)

arcis_withdraw

Redeem raUSDC → receive USDC (supports withdraw_all)

Resources

URI

Description

arcis://protocol-info

Protocol overview, ATI spec, product descriptions

Setup

git clone https://github.com/Arcis-Protocol/mcp.git
cd mcp && npm install
npm run dev

Connect to Claude

Add to your Claude desktop config (~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "arcis": {
      "command": "npx",
      "args": ["tsx", "/path/to/arcis-mcp/src/index.ts"]
    }
  }
}

Example Interactions

"What's the TVL on Arcis?" → Calls arcis_vault_status, returns $11,250.00

"Check agent 0xB390...57db's position" → Calls arcis_vault_balance, returns shares + value + wallet

"Deposit 500 USDC" → Calls arcis_deposit, handles approval, returns tx hash + explorer link

"What are the credit tiers?" → Calls arcis_credit_tiers, returns 5-tier table with collateral ratios

Network

Currently targets Base Sepolia testnet. Mainnet addresses will be updated after deployment.

Repo

Description

core

Smart contracts (Foundry)

sdk

TypeScript SDK

cli

Terminal interface (TUI)

app

arcis.money

docs

Protocol documentation


ARCIS · Of the Citadel · MMXXVI

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

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/Arcis-Protocol/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server