ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 3/5

tellermcp-mcp

Expose the Teller delta-neutral + lending Model Context Protocol server. Use this when you need to install, run, or update the Tellermcp MCP backend so agents can fetch opportunities, borrow terms, and on-chain tx builders for Teller.

Why use this skill?

Integrate Teller protocol into your AI agent with this MCP skill. Access delta-neutral opportunities, borrow terms, and transaction builders for automated DeFi.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/rbcp18/teller-mcp-borrow
Or

What This Skill Does

The tellermcp-mcp skill provides an integration bridge for the Teller protocol, enabling AI agents to interact directly with delta-neutral arbitrage and lending markets via the Model Context Protocol (MCP). By running a local stdio-based server, the skill exposes six specialized tools: get-delta-neutral-opportunities, get-borrow-pools, get-borrow-terms, build-borrow-transactions, get-wallet-loans, and build-repay-transactions. It serves as the primary interface for fetching structured on-chain data and generating transaction payloads necessary for complex DeFi operations.

Installation

To install, ensure Node.js 20+ is present on your system. Navigate to your project repository and locate the scripts/tellermcp-server/ directory. Execute npm install to resolve dependencies, followed by npm run build to compile the TypeScript source files. Finally, configure your agent's transport layer to reference the server using the npm start command. For automated packaging and deployment, use the package_skill.py utility to generate a portable .skill bundle for distribution across OpenClaw environments.

Use Cases

This skill is designed for quantitative traders and DeFi developers needing automated access to Teller liquidity. Use it to: 1) Monitor delta-neutral yield opportunities across multiple liquidity pools; 2) Programmatically calculate optimal borrow terms based on current on-chain state; 3) Generate signed transaction data for borrowing or repaying loans; 4) Audit personal or programmatic wallet loan positions to avoid liquidation risk; and 5) Integrate Teller's data streams into higher-level automated trading strategies.

Example Prompts

  1. "Check the current delta-neutral opportunities and find the pool with the highest yield for USDC."
  2. "Get the current borrow terms for the ETH-mainnet-v2 pool and generate a transaction to borrow 5000 DAI."
  3. "List all active loans for my wallet and check if any are approaching the liquidation threshold based on current market data."

Tips & Limitations

  • Environment configuration: Ensure TELLER_API_BASE_URL is correctly set if you are not using the default production endpoint.
  • Resource management: Because this skill communicates over stdio, ensure that your MCP host is properly handling potential buffer overflows if returning massive datasets.
  • Caching: The server relies on the underlying Teller API; check references/delta-neutral-api.md to understand the cache TTLs before executing high-frequency trades.
  • Security: Always verify the transaction builders' output before signing, as the skill returns raw payloads for execution.

Metadata

Author@rbcp18
Stars1171
Views0
Updated2026-02-19
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-rbcp18-teller-mcp-borrow": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#defi#lending#mcp#blockchain#arbitrage
Safety Score: 3/5

Flags: network-access, external-api, code-execution