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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/rbcp18/teller-mcp-borrowWhat 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
- "Check the current delta-neutral opportunities and find the pool with the highest yield for USDC."
- "Get the current borrow terms for the ETH-mainnet-v2 pool and generate a transaction to borrow 5000 DAI."
- "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_URLis 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.mdto 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-rbcp18-teller-mcp-borrow": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, code-execution
Related Skills
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.
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.
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.