LaunchKit · 2026
Back to Skills

tellermcp

Expose the Teller delta-neutral + lending Model Context Protocol server.

2
424 downloads
by @rbcp18

Setup & Installation

openclaw skills install @rbcp18/tellermcp

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install tellermcp

Version History

v0.1.6Feb 16, 2026 - Version note by skill developer:

Add summary metadata

What This Skill Does

Bundles a ready-to-run MCP server that exposes Teller protocol's delta-neutral arbitrage data, borrow pool discovery, loan terms, and on-chain transaction builders as callable tools for agents. Six MCP tools cover the full borrow lifecycle from opportunity discovery through repayment.

Wraps the full Teller REST API as structured MCP tools so agents can access lending and arbitrage data without building custom REST clients.

When to use it

  • Fetching delta-neutral arbitrage opportunities from Teller
  • Discovering borrow pools and comparing loan terms
  • Building on-chain borrow transactions for Teller protocol
  • Checking active wallet loans and repayment details
  • Registering Teller protocol tools with an agent transport layer

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find the best delta-neutral opportunity and build a borrow transaction for it

AGENT
  1. 1Call get-delta-neutral-opportunities to retrieve available arbitrage positions
  2. 2Call get-borrow-pools to list active lending pools
  3. 3Call get-borrow-terms with the selected pool to confirm loan parameters
  4. 4Call build-borrow-transactions to construct the on-chain transaction payload
OUTPUT

Borrow transaction payload containing structured JSON ready for on-chain submission to Teller protocol