@arcis/mcp
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@arcis/mcpWhat's the TVL on Arcis?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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 |
| TVL, exchange rate, supply, capacity, reserve/deployed |
| Agent position: shares, value, USDC wallet |
| Preview shares received for a given deposit |
| Lending pool, total borrowed, utilization |
| ERC-8004 reputation tier table |
| Check if a loan is healthy |
| All 7 deployed contract addresses |
Write (private key required)
Tool | Description |
| Deposit USDC → receive raUSDC (auto-approves) |
| Redeem raUSDC → receive USDC (supports withdraw_all) |
Resources
URI | Description |
| Protocol overview, ATI spec, product descriptions |
Setup
git clone https://github.com/Arcis-Protocol/mcp.git
cd mcp && npm install
npm run devConnect 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.
Related Repos
Repo | Description |
Smart contracts (Foundry) | |
TypeScript SDK | |
Terminal interface (TUI) | |
arcis.money | |
Protocol documentation |
ARCIS · Of the Citadel · MMXXVI
This server cannot be installed
Maintenance
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