← Back to Skills Marketplace
rbcp18

Teller MCP – Borrow USDC & Altcoins (no margin calls)

by rbcp18 · GitHub ↗ · v0.2.2
cross-platform ✓ Security Clean
678
Downloads
2
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install teller-borrow
Description
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 agent...
Usage Guidance
This skill appears to be what it says: an MCP server that queries Teller's public Delta-Neutral API and returns data or encoded on-chain transactions. Before installing, review and agree to the following: 1) The server will make outbound requests to the configured Teller API (default https://delta-neutral-api.teller.org). If you don't trust that endpoint, set TELLER_API_BASE_URL to a safe host or run a local mock. 2) The tools produce encoded transaction calldata — the skill does not hold or require private keys, but executing returned transactions with your wallet/private key can move funds. Never supply private keys or secrets to the skill. 3) Run npm install/build in a sandbox or CI runner if you want to audit dependencies (package-lock.json is included). 4) If you plan to expose the server in production, validate dependencies (especially @modelcontextprotocol/sdk) and consider network and process isolation. Overall the package is coherent with its stated purpose; proceed if you trust the upstream API and are comfortable running a Node MCP server that can produce on-chain transaction builders.
Capability Analysis
Type: OpenClaw Skill Name: teller-borrow Version: 0.2.2 The OpenClaw skill 'teller-borrow' is a Model Context Protocol (MCP) server that exposes Teller delta-neutral and lending API functionalities. It makes outbound HTTP/HTTPS requests to `https://delta-neutral-api.teller.org` (configurable via `TELLER_API_BASE_URL` environment variable), which is its stated purpose. The skill utilizes `zod` for robust input validation on all API parameters, including strict regex checks for Ethereum addresses, mitigating potential injection risks. Communication with the OpenClaw agent occurs securely via `StdioServerTransport`. There is no evidence of intentional harmful behavior such as data exfiltration, unauthorized command execution, persistence mechanisms, or malicious prompt injection attempts in SKILL.md. All observed behaviors are consistent with a legitimate API wrapper.
Capability Assessment
Purpose & Capability
Name/description match the included code and README. The repository contains an MCP server, a typed REST client, and type definitions that call Teller's documented endpoints. Dependencies (@modelcontextprotocol/sdk, zod) and npm scripts are appropriate for an MCP server that exposes the listed tools.
Instruction Scope
SKILL.md and README only instruct building/running the included Node project, registering it with an MCP transport, and optionally pushing source to GitHub. Runtime actions are limited to HTTP calls to the Teller API (default https://delta-neutral-api.teller.org or http://localhost:3000) and starting a stdio MCP server. The server returns encoded on‑chain transactions based on inputs but does not request private keys or attempt to read unrelated files or environment variables beyond documented optional TELLER_API_* settings.
Install Mechanism
No install spec is embedded; the SKILL.md instructs running npm install/build/start in the included scripts/tellermcp-server directory. Dependencies are pulled from npm as expected (package.json/package-lock.json present). No downloads from untrusted or obfuscated URLs are used.
Credentials
The skill declares no required env vars or credentials. It references two optional env vars (TELLER_API_BASE_URL, TELLER_API_TIMEOUT_MS), which are appropriate for overriding the API endpoint or timeout. No secrets (private keys, tokens) are requested or stored by the code.
Persistence & Privilege
Flags are default (always:false, user-invocable:true, autonomous invocation allowed). The skill does not request permanent system-wide presence or modify other skills. It runs as a user-launched MCP process (stdio) and does not attempt to change system configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install teller-borrow
  3. After installation, invoke the skill by name or use /teller-borrow
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.2
Fresh repo publish v0.2.2
v0.2.1
Initial publish from fresh repo
v0.2.0
Fresh publish after deleting old slugs
Metadata
Slug teller-borrow
Version 0.2.2
License
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Teller MCP – Borrow USDC & Altcoins (no margin calls)?

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 agent... It is an AI Agent Skill for Claude Code / OpenClaw, with 678 downloads so far.

How do I install Teller MCP – Borrow USDC & Altcoins (no margin calls)?

Run "/install teller-borrow" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Teller MCP – Borrow USDC & Altcoins (no margin calls) free?

Yes, Teller MCP – Borrow USDC & Altcoins (no margin calls) is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Teller MCP – Borrow USDC & Altcoins (no margin calls) support?

Teller MCP – Borrow USDC & Altcoins (no margin calls) is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Teller MCP – Borrow USDC & Altcoins (no margin calls)?

It is built and maintained by rbcp18 (@rbcp18); the current version is v0.2.2.

💬 Comments