LaunchKit · 2026
Back to Skills

teller-mcp-borrow

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

2
448 downloads
by @rbcp18

Setup & Installation

openclaw skills install @rbcp18/teller-mcp-borrow

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

npx clawhub install teller-mcp-borrow

Version History

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

Add summary metadata

What This Skill Does

Packages a ready-to-run MCP server that exposes six Teller protocol tools over stdio: delta-neutral opportunity discovery, borrow pool lookup, loan term fetching, transaction building, wallet loan queries, and repayment helpers. Agents registered with mcporter or OpenClaw can invoke these tools directly against the Teller REST API.

Wraps the Teller REST API in six typed MCP tools so agents get structured borrow and arbitrage data without writing custom fetch logic or parsing raw HTTP responses.

When to use it

  • Finding delta-neutral arbitrage opportunities on Teller
  • Discovering available borrow pools before committing capital
  • Fetching loan terms for a specific borrow position
  • Building on-chain borrow transactions for agent execution
  • Querying and repaying existing Teller wallet loans

Example Workflow

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

INPUT

User asks: find delta-neutral opportunities and build a borrow transaction for the best one

AGENT
  1. 1Invokes get-delta-neutral-opportunities to retrieve current arbitrage positions from Teller
  2. 2Calls get-borrow-terms on the top-ranked opportunity to confirm rates
  3. 3Calls get-borrow-pools to identify which pool to use
  4. 4Invokes build-borrow-transactions with the selected pool and amount
  5. 5Returns the structured transaction payload ready for on-chain submission
OUTPUT

Borrow transaction payload with structured JSON content for the selected delta-neutral position