1. Conduid
  2. Developer Tools
  3. Edwin
MCP server · Developer Tools

Edwin

Empowering AI agents to dominate DeFAI

Unclaimed GPL-3.0 last commit 9 months ago browser
64Good

Scored yesterday · breakdown

About Edwin

Edwin is an MCP server published by edwin-finance in the Developer Tools category: empowering AI agents to dominate DeFAI. It has been installed 0 times through Conduid.

The repository has 61 stars and 17 forks, with the last commit 9 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx edwin

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Edwin

Powered by Claude · Grounded in docs

I know everything about Edwin. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.8.53v0.8.53
v0.8.52v0.8.52
v0.8.51v0.8.51
v0.8.50v0.8.50
v0.8.49v0.8.49

README

edwin 🦉 - The DeFAI Layer

Edwin Overview

Edwin is a TypeScript library that serves as the bridge between AI agents and DeFi protocols. It provides a unified, secure interface for AI agents to interact with various DeFi protocols while abstracting away the complexity of blockchain operations and protocol-specific implementations. This enables the creation of sophisticated DeFAI agents.

Installation

pnpm install edwin-sdk

Features

  • Lending/Borrowing operations
  • Liquidity provision
  • Cross-chain support
  • Type-safe protocol interactions
  • AI-friendly templates

Quick Start

// Import the required wallet and services
import { EdwinEVMWallet, AaveService } from 'edwin-sdk';

// Configure Edwin wallets and services
const wallet = new EdwinEVMWallet(evmPrivateKey as `0x${string}`);
const aave = new AaveService(wallet);

// Supply tokens to a lending protocol
const result = await aave.supply({
    chain: 'base',
    amount: 0.05,
    asset: 'usdc',
});

Documentation

For detailed documentation, visit docs.edwin.finance

For developers interested in creating plugins, check out our Plugin Integration Guide.

Contributing

Contributions are welcome! Please visit our Contributing Guide for details.

License

GPL

README mirrored from the source repository yesterday. The original is authoritative.

Questions

About Edwin

How do I install Edwin?

Run npx edwin, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Edwin safe to use with an AI agent?

Its trust score is 64 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Edwin still maintained?

The last commit was 9 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.