@arcis/mcp

@arcis/mcp

Connect any AI agent to Arcis Protocol DeFi vaults through natural language, enabling deposit, withdrawal, and status queries without SDK or code.

Category
Visit Server

README

@arcisprotocol/mcp

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

Three deployment modes: local stdio, self-hosted HTTP, and Vercel serverless.

Mode 1: Local (Claude Desktop / Claude Code)

{
  "mcpServers": {
    "arcis": { "command": "npx", "args": ["@arcisprotocol/mcp"] }
  }
}

Mode 2: Self-Hosted HTTP

PORT=3001 npx @arcisprotocol/mcp start:remote

Deploy to Railway, Render, or Fly.io for a persistent URL.

Mode 3: Vercel Serverless (Claude.ai Custom Connector)

This repo deploys directly to Vercel as a Next.js app with Streamable HTTP transport.

  1. Import this repo at vercel.com/new
  2. Deploy — zero config needed
  3. Your MCP endpoint: https://your-project.vercel.app/api/mcp

Then in Claude.ai: Settings → Connectors → Add Custom Connector → paste the URL.

Uses mcp-handler — Vercel's official MCP deployment package.

Tools

Read (7 tools, no auth)

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 for a deposit amount
arcis_credit_status Lending pool, total borrowed, utilization
arcis_credit_tiers ERC-8004 reputation tier table
arcis_credit_health Check loan health + total owed
arcis_contracts All deployed contract addresses

Write (2 tools, rate-limited)

Tool Description
arcis_deposit Deposit USDC → raUSDC (auto-approval, 60s cooldown)
arcis_withdraw Redeem raUSDC → USDC (supports withdraw_all)

Project Structure

src/
  index.ts       → stdio entry (npx / Claude Desktop)
  remote.ts      → HTTP entry (self-hosted, PORT env)
  server.ts      → shared tool definitions (mcp-use)
app/
  api/mcp/
    route.ts     → Vercel serverless (mcp-handler, Streamable HTTP)
  page.tsx       → Landing page at /

Network

Base Sepolia testnet. Mainnet addresses updated after deployment.


ARCIS · Of the Citadel · MMXXVI

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured