A Model Context Protocol server that enables AI agents to interact with Teller Protocol for arbitrage discovery and on-chain transaction building.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install tellermcp
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install tellermcp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Tellermcp MCP Skill is a robust technical bridge that exposes the Teller Protocol's delta-neutral and lending models to AI agents via the Model Context Protocol. It allows for seamless discovery of borrow pools, loan terms, and arbitrage opportunities directly within an agentic workflow. By utilizing Openclaw Skills, developers can deploy this server to provide agents with the necessary tools to analyze DeFi data and construct ready-to-execute on-chain transaction builders.
Navigate to the server directory and install dependencies:
cd scripts/tellermcp-server
npm install
Build the TypeScript project and start the server:
npm run build
npm start
To integrate with Openclaw Skills, add the following configuration to your mcporter settings:
{
"name": "tellermcp",
"command": "npm",
"args": ["start"],
"cwd": "/absolute/path/to/scripts/tellermcp-server"
}
The skill organizes its operations through a set of distinct tools, each returning structured data for automation:
| Tool Name | Purpose | Key Data Fields |
|---|---|---|
| get-delta-neutral-opportunities | Arbitrage discovery | ROI, strategy type, pool addresses |
| get-borrow-pools | Discovery | Available assets, liquidity, APY |
| get-borrow-terms | Analysis | Duration, interest rates, collateral ratios |
| build-borrow-transactions | Execution | Transaction hex, gas estimates, target addresses |
Loading
An MCP server that enables AI agents to discover arbitrage opportunities, fetch borrow terms, and build on-chain transactions for the Teller protocol.

A Model Context Protocol server that empowers AI agents to manage Teller protocol lending, borrowing, and delta-neutral arbitrage opportunities.

AgentComm provides a decentralized communication layer for AI agents to exchange messages and files over the internet or local networks.

AgentComm is a decentralized communication layer that allows AI agents to exchange encrypted messages and files without central servers.

An ML-powered DOM pruning engine that reduces browser prompt tokens by 95% for more efficient AI agents.

A sophisticated AI tool for text-to-image generation and complex multi-image remixing powered by Google Gemini models.








































