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 DeFi protocols into OpenClaw agents. Access delta-neutral opportunities, borrow pools, and on-chain transaction builders via the MCP standard.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/rbcp18/tellermcp
Or

What This Skill Does

The tellermcp-mcp skill provides an interface to the Teller Finance protocol, allowing OpenClaw agents to interact directly with delta-neutral arbitrage opportunities, lending pools, and on-chain transaction builders. By implementing the Model Context Protocol (MCP), this skill bridges the gap between natural language agent requests and the technical REST endpoints of Teller’s infrastructure. It acts as a standardized translation layer, converting complex DeFi data—such as borrow rates, collateral requirements, and repayment schedules—into actionable tool outputs for the agent.

Installation

To install, ensure you are within the OpenClaw environment and the scripts directory for the skill exists.

  1. Navigate to the project root: cd scripts/tellermcp-server
  2. Install dependencies: npm install
  3. Build the server: npm run build
  4. Update your mcporter or OpenClaw configuration file to include the tellermcp server. Ensure the cwd field points to the absolute path of the tellermcp-server directory.
  5. Restart your agent or mcporter process to register the new tools.

Use Cases

  • DeFi Yield Optimization: Agents can query delta-neutral opportunities to identify arbitrage strategies with minimal market exposure.
  • Lending Automation: Automatically fetch borrow pools and terms to facilitate faster decision-making for loans.
  • Transaction Construction: Generate raw transaction payloads for borrowing or repayment, which can then be signed and broadcasted by a connected wallet.
  • Portfolio Management: Track existing loans and health ratios by querying wallet-specific loan data via the MCP tools.

Example Prompts

  1. "Find the best delta-neutral opportunities for ETH and tell me the borrow APY for each pool."
  2. "Build a transaction to borrow 500 USDC against my current collateral and list the expected gas fees."
  3. "What is the current repayment amount for my open loan on the Teller protocol?"

Tips & Limitations

Always verify transaction payloads before signing. The tool provides raw JSON responses; ensure your agent environment has sufficient parsing logic to handle the structured data. The skill relies on the TELLER_API_BASE_URL; if you experience connectivity issues, check your network environment and verify the API status at the provided endpoint. The server currently defaults to stdio transport, so ensure the parent agent process has standard I/O communication enabled with the server.

Metadata

Author@rbcp18
Stars1171
Views1
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-tellermcp": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

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

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