← Back to Skills Marketplace
rbcp18

Teller MCP – Borrow USDC & Altcoins

by rbcp18 · GitHub ↗ · v0.1.6
cross-platform ✓ Security Clean
650
Downloads
2
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install tellermcp
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 package appears to be what it says: a small MCP server that queries Teller's public delta-neutral API and returns prepared JSON and encoded transactions. Before installing, consider: run npm install/build in an isolated environment (container or VM) and audit dependencies (npm audit, review package-lock.json). Do not point the tool at private keys or expose the server to untrusted clients; when invoking tools that accept wallet addresses or produce encoded transactions, avoid supplying private keys—this server only builds transaction calldata and does not sign transactions. If you plan to run it in production, verify the upstream API URL and pin dependency versions or use an internal package mirror.
Capability Analysis
Type: OpenClaw Skill Name: tellermcp Version: 0.1.6 The OpenClaw skill 'tellermcp' is benign. It functions as a Model Context Protocol server exposing legitimate Teller financial APIs. All network requests are directed to `https://delta-neutral-api.teller.org` (or a configurable environment variable), and inputs are rigorously validated using `zod` schemas, preventing injection vulnerabilities. The `SKILL.md` and `README.md` files contain standard instructions for deployment and usage, with no evidence of prompt injection attempts or malicious commands. Dependencies are standard for a Node.js project and do not indicate any supply chain risks.
Capability Assessment
Purpose & Capability
Name/description match the included code and SKILL.md: the repo contains an MCP server (src/index.ts), a typed client (src/client.ts) and types for Teller endpoints. The declared purpose (expose Teller APIs via MCP) justifies the included dependencies (MCP SDK, zod) and the npm build/run instructions.
Instruction Scope
SKILL.md limits runtime actions to building and running the server (npm install, build, start), editing TypeScript sources, and registering the stdio transport. It references optional env vars (TELLER_API_BASE_URL, TELLER_API_TIMEOUT_MS) used by the client; it does not instruct reading unrelated files or exfiltrating secrets.
Install Mechanism
There is no automated install spec in the registry entry (instruction-only). The README directs a standard npm install/build/start workflow. package-lock.json is present and lists typical dev optional artifacts (esbuild platform builds). This is expected for a Node project and not disproportionate, but running npm install will fetch packages from the npm registry—standard risk for any Node project.
Credentials
The skill declares no required environment variables or credentials. The code and docs reference two optional env vars to override the Teller API base URL and timeout; those are reasonable and proportional. No secrets (private keys, API tokens) are requested or embedded.
Persistence & Privilege
The skill is not always-enabled and does not request elevated agent/system privileges. It runs as an MCP stdio server and does not attempt to modify other skills or global agent configuration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tellermcp
  3. After installation, invoke the skill by name or use /tellermcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.6
Add summary metadata
v0.1.4
Borrow-first description alignment
v0.1.2
Borrow-focused rename
v0.1.1
Borrow-focused description update
v0.1.0
Initial release
Metadata
Slug tellermcp
Version 0.1.6
License
All-time Installs 0
Active Installs 0
Total Versions 5
Frequently Asked Questions

What is Teller MCP – Borrow USDC & Altcoins?

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 650 downloads so far.

How do I install Teller MCP – Borrow USDC & Altcoins?

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

Is Teller MCP – Borrow USDC & Altcoins free?

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

Which platforms does Teller MCP – Borrow USDC & Altcoins support?

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

Who created Teller MCP – Borrow USDC & Altcoins?

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

💬 Comments