Tellermcp MCP Skill for Openclaw

An MCP server that enables AI agents to discover arbitrage opportunities, fetch borrow terms, and build on-chain transactions for the Teller protocol.

rbcp18
v0.2.2
Feb 16, 2026
2
1.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install teller-borrow

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Tellermcp MCP Skill?

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.

Tellermcp MCP Skill Use Cases

  • Automating the search for delta-neutral arbitrage opportunities across supported liquidity pools.
  • Programmatically discovering borrow pools and evaluating loan terms based on collateral requirements.
  • Building on-chain transaction payloads for borrowing and repaying loans without manual calculation.
  • Monitoring active wallet loans to manage debt positions and avoid liquidation risk.

How Tellermcp MCP Skill Works

  1. The MCP server is initialized via a standard I/O transport, typically managed by an agent orchestrator.
  2. When an agent requires financial data, it calls one of the six registered tools, such as get-delta-neutral-opportunities.
  3. The server uses a typed TypeScript client to query the Teller REST API backend.
  4. Responses are parsed and returned to the agent as a combination of a text summary and a structured JSON payload.
  5. The agent can then use the transaction builder tools to generate the necessary hex data for wallet signatures.

Tellermcp MCP Skill Setup

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.

Tellermcp MCP Skill Data Schema & Taxonomy

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

Tellermcp MCP Skill Advanced Features

  • Multi-tool support for the full lending lifecycle from discovery to repayment.
  • Customizable environment variables for API endpoints and request timeouts.
  • Typed response payloads designed for high-reliability automation within Openclaw Skills.
  • Seamless integration with mcporter for standardized agent-to-server communication.

SKILL.md


Loading

Related Openclaw Skills

Featured*