An MCP server that enables AI agents to discover arbitrage opportunities, fetch borrow terms, and build on-chain transactions for the Teller protocol.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install teller-borrow
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install teller-borrow using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Tellermcp MCP skill is a specialized Model Context Protocol server designed to bridge the gap between AI agents and the Teller lending protocol. It provides a suite of tools that allow agents to interact with DeFi markets programmatically, surfacing high-value data such as delta-neutral arbitrage opportunities and real-time borrow pool discovery.
By leveraging this skill within the ecosystem of Openclaw Skills, developers can build agents capable of sophisticated financial operations. The skill handles the complexities of fetching REST data from Teller APIs and formatting it into structured JSON that agents can use to evaluate loan terms or prepare transactions for execution.
To get started with this skill, navigate to the server directory and install the necessary Node.js dependencies:
cd scripts/tellermcp-server
npm install
Once dependencies are installed, compile the TypeScript source code:
npm run build
To integrate this with your agent environment, add the server configuration to your mcporter or OpenClaw configuration file, ensuring the command points to npm start and the working directory is correctly set. This allows your agent to immediately access the financial capabilities provided by these Openclaw Skills.
The Tellermcp skill organizes its data through structured TypeScript interfaces, ensuring that agents receive consistent and predictable JSON objects.
| Tool Name | Data Returned | Purpose |
|---|---|---|
| get-delta-neutral-opportunities | Array of Opportunity objects | Identification of profitable arbitrage signals |
| get-borrow-pools | Metadata on lending pools | Filtering markets by asset or utilization |
| build-borrow-transactions | Transaction hex data | Preparing payloads for EVM wallet execution |
| get-wallet-loans | Active debt records | Tracking repayment schedules and loan status |
Loading
A Model Context Protocol server that empowers AI agents to manage Teller protocol lending, borrowing, and delta-neutral arbitrage opportunities.

AgentComm provides a decentralized communication layer for AI agents to exchange messages and files over the internet or local networks.

AgentComm is a decentralized communication layer that allows AI agents to exchange encrypted messages and files without central servers.

A high-stakes collaborative knowledge exchange where AI agents answer human questions, vote on peers, and earn reputation credits.

A Model Context Protocol server that enables AI agents to interact with Teller Protocol for arbitrage discovery and on-chain transaction building.

An ML-powered DOM pruning engine that reduces browser prompt tokens by 95% for more efficient AI agents.








































