Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💰 Finance & Fintech
  3. DeFi Trading Agents
D
Health: Not checked yetWe have not completed a health check for this listing yet.No health check has run yet.

DeFi Trading Agents

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View Repository

DeFi agent definitions JSON API - crypto trading portfolio management bots

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "defi-trading-agents": {
      "command": "npx",
      "args": [
        "-y",
        "defi-trading-agents"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💰 More in Finance & Fintech

Documentation Overview

🤖 DeFi Agents API - AI Agent Definitions for Web3

42 production-ready AI agent definitions for DeFi, portfolio management, trading, and Web3 workflows. RESTful JSON API with 18-language support.

A comprehensive, discoverable API hosting specialized AI agent schemas with universal compatibility. Works with any AI platform, LLM, or chatbot that supports agent indexes - no vendor lock-in, no platform restrictions. Perfect for developers, LLMs, and AI systems building Web3 applications.


✨ Key Features

  • ✅ 42 Production-Ready Agents - DeFi, portfolio, trading, Web3, education
  • ✅ 18 Languages - Automated i18n translation workflow (Learn More →)
  • ✅ RESTful JSON API - Easy integration for developers and LLMs (API Docs →)
  • ✅ Machine-Readable Indexes - Agent manifest for AI crawlers (agents-manifest.json)
  • ✅ Universal Format - Standard JSON schema works with any platform
  • ✅ No Vendor Lock-in - Switch platforms without losing work
  • ✅ Fully Transparent - Every agent definition is readable JSON, no hidden behaviour
  • ✅ SEO & AI Friendly - robots.txt, structured data, semantic indexing
  • ✅ CDN Hosted - GitHub Pages for fast global access
  • ✅ Custom Domain Ready - Easy white-labeling

🚀 Quick Start

For AI Systems & LLMs

Discover agents via the API:

bash
# Get all agents (English)
curl https://sperax.click/index.json

# Get agents in any language
curl https://sperax.click/index.zh-CN.json

# Get agent manifest for indexing
curl https://sperax.click/agents-manifest.json

Complete API Documentation →

For Users

Add agents to your AI platform:

Code
https://sperax.click/index.json

Or with language:

Code
https://sperax.click/index.{locale}.json

For Developers

bash
git clone https://github.com/nirholas/defi-agents.git
cd defi-agents
bun install
bun run format
bun run build

Complete Development Workflow Guide →


📦 Agent Categories

🌟 Featured Agent

🎯 Sperax Portfolio - All-in-one crypto portfolio management ⭐ RECOMMENDED

  • Complete portfolio tracking, trading automation, DeFi protocols, and analytics
  • ONE agent for 100% of portfolio management features
  • Perfect for most users - install once, access everything

⚠️ Current Status: Read-only portfolio tracking and analytics available now. Automated trading, bots, and DeFi interactions coming soon in SperaxOS roadmap.

View Agent → | Try Now →


🪙 DeFi & Crypto (42 Specialized Agents)

Sperax Ecosystem (8 Agents):

Master Agent (Recommended):

  • Sperax Portfolio 🎯 - All-in-one portfolio management (dashboard, trading, bots, DeFi, analytics)

Original Sperax Agents (7):

  • USDs Stablecoin Expert, SPA Tokenomics Analyst, veSPA Lock Optimizer
  • Governance Guide, Liquidity Strategist, Bridge Assistant, Yield Aggregator

SperaxOS Portfolio Specialists (16): 💡 For advanced users who prefer focused tools

  • Portfolio Dashboard, Assets Tracker, Analytics Expert, Wallet Manager
  • Trading Assistant, AI Trading Bot, Signal Bot, DCA Bot
  • Arbitrage Bot, Pump Screener, DeFi Center, DeFi Protocols
  • Strategies Marketplace, Bot Templates, Settings Manager, Help Center

Note: SperaxOS portfolio agents currently use sperax.fun for testing. The domain may change to sperax.io or similar once SperaxOS launches in production. See FAQ for details.

General DeFi (34 Agents) + Crypto News:

  • Yield Farming Optimizer, Impermanent Loss Calculator, Gas Optimizer
  • Smart Contract Auditor, MEV Protection Advisor, Whale Watcher
  • Protocol Comparator, Token Unlock Tracker, Liquidation Risk Manager
  • Airdrop Hunter, Alpha Leak Detector, APY vs APR Educator
  • Bridge Security Analyst, Crypto Tax Strategist, DeFi Insurance Advisor
  • DeFi Onboarding Mentor, DeFi Protocol Comparator, DeFi Risk Scoring Engine
  • DEX Aggregator Optimizer, Governance Proposal Analyst, Layer 2 Comparison Guide
  • Liquidation Risk Manager, Liquidity Pool Analyzer, Narrative Trend Analyst
  • NFT Liquidity Advisor, Portfolio Rebalancing Advisor, Protocol Revenue Analyst
  • Protocol Treasury Analyst, Stablecoin Comparator, Staking Rewards Calculator
  • Wallet Security Advisor, Yield Dashboard Builder, Yield Sustainability Analyst

View Full Agent List →


🤝 Agent Teams

Create collaborative teams of specialized agents that work together on complex tasks.

Example Team - DeFi Strategy:

Code
- Yield Optimizer (finds opportunities)
- Risk Assessment Agent (evaluates safety)
- Portfolio Tracker (monitors performance)
- Gas Optimizer (minimizes costs)

The host agent coordinates discussion, ensuring each specialist contributes their expertise while building toward a comprehensive solution.

Read Teams Guide →


🌍 Multi-Language Support

All agents automatically available in 18 languages:

🇺🇸 English・🇨🇳 简体中文・🇹🇼 繁體中文・🇯🇵 日本語・🇰🇷 한국어・🇩🇪 Deutsch・🇫🇷 Français・🇪🇸 Español・🇷🇺 Русский・🇸🇦 العربية・🇵🇹 Português・🇮🇹 Italiano・🇳🇱 Nederlands・🇵🇱 Polski・🇻🇳 Tiếng Việt・🇹🇷 Türkçe・🇸🇪 Svenska・🇮🇩 Bahasa Indonesia


🛠️ API Reference

Endpoints

bash
# Main index (all agents)
GET https://nirholas.github.io/AI-Agents-Library/index.json

# Individual agent (English)
GET https://nirholas.github.io/AI-Agents-Library/{agent-id}.json

# Localized agent
GET https://nirholas.github.io/AI-Agents-Library/{agent-id}.zh-CN.json

# Language-specific index
GET https://nirholas.github.io/AI-Agents-Library/index.zh-CN.json

Quick Integration

server.ts
// Load all agents
const response = await fetch('https://nirholas.github.io/AI-Agents-Library/index.json');
const { agents } = await response.json();

// Load specific agent
const agent = await fetch(`https://nirholas.github.io/AI-Agents-Library/defi-yield-optimizer.json`);
const agentConfig = await agent.json();

Full API Documentation →


🤖 Contributing an Agent

We welcome contributions! Submit your agent to expand the library.

Quick Submit

  1. Fork this repository
  2. Create your agent in src/your-agent-name.json
config.json
{
  "author": "your-github-username",
  "config": {
    "systemRole": "You are a [role] with expertise in [domain]..."
  },
  "identifier": "your-agent-name",
  "meta": {
    "title": "Agent Title",
    "description": "Clear, concise description",
    "avatar": "🤖",
    "tags": ["category", "functionality", "domain"]
  },
  "schemaVersion": 1
}
  1. Submit a Pull Request

Our automated workflow will translate your agent to 18 languages and deploy it globally.

Quality Guidelines

✅ Clear purpose - solves a specific problem
✅ Well-structured prompts - comprehensive but focused
✅ Appropriate tags - aids discovery
✅ Tested - verified functionality

Full Contributing Guide →


📖 Documentation

For Users

  • Agent Teams Guide - Multi-agent collaboration
  • FAQ - Common questions
  • Examples - Real-world use cases

For Developers

  • Complete Workflow Guide - End-to-end development process
  • Contributing Guide - How to submit agents
  • API Reference - Complete API documentation
  • Agent Creation Guide - Design effective agents
  • 18 Languages i18n Workflow - Automated translation system
  • Deployment Guide - Domain setup and CI/CD
  • Prompt Engineering - Writing better prompts
  • Model Parameters - Temperature, top_p explained
  • Troubleshooting - Common issues

🚀 Deployment

GitHub Pages (Automatic)

  1. Fork/Clone this repository
  2. Choose your domain option:
    • Default GitHub Pages: Delete the CNAME file
    • Custom Domain: Update CNAME with your domain
  3. Enable GitHub Pages:
    • Settings → Pages → Source: gh-pages branch
  4. Push to main - GitHub Actions automatically builds and deploys

Your agents will be at:

  • Default: https://[username].github.io/[repository]/index.json
  • Custom: https://yourdomain.com/index.json

Custom Domain Setup

  1. Update CNAME file: echo "yourdomain.com" > CNAME
  2. Configure DNS: Add CNAME record → [username].github.io
  3. Enable HTTPS in repository settings after DNS propagates

Note: The build process automatically copies your CNAME to the deployment, so your custom domain persists across all deployments. Forks can simply update or delete the CNAME file.

Full Deployment Guide →


🔧 Development Tools

Split Agent Batches

bash
node split-agents.cjs

Converts batch JSON into individual agent files.

Emoji Converter

bash
node emoji-converter.cjs

Converts emoji URLs to native Unicode.


🌐 Integration Examples

Custom Application

server.ts
// Fetch agents
const agents = await fetch('https://nirholas.github.io/AI-Agents-Library/index.json').then((r) =>
  r.json(),
);

// Use with your AI model
const systemPrompt = agents.agents[0].config.systemRole;

Python

server.ts
import requests

# Load agents
response = requests.get('https://nirholas.github.io/AI-Agents-Library/index.json')
agents = response.json()['agents']

# Filter by tag
defi_agents = [a for a in agents if 'defi' in a['meta']['tags']]

🔐 Security & Privacy

Read the full README →View source on GitHub →

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Stripe AI logoStripe AI

    MCP server integrating with Stripe - tools for customers, products, payments, and more.

    💰 Finance & Fintech0 views
    Compare vs Stripe AI →
  • Hera Agent Unity logoHera Agent Unity

    Control and verify a live Unity Editor through a local, low-token MCP server.

    💰 Finance & Fintech0 views
    Compare vs Hera Agent Unity →
  • Markifact: AI Performance Marketing logoMarkifact: AI Performance Marketing

    AI marketing agent for Google Ads, Meta, GA4, TikTok, LinkedIn, Shopify, HubSpot and more.

    💰 Finance & Fintech1 views
    Compare vs Markifact: AI Performance Marketing →
  • MarketTrace agent Feed logoMarketTrace agent Feed

    Crypto perps data for AI agents: funding rates, open interest, liquidations, order book, CVD.

    💰 Finance & Fintech0 views
    Compare vs MarketTrace agent Feed →

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about DeFi Trading Agents

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "defi-trading-agents": { "command": "npx", "args": ["-y", "DeFi Trading Agents"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDeFi Trading Agents AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/defi-trading-agents?style=directory)](https://allmcps.com/mcp/defi-trading-agents)
HTML Embed
<a href="https://allmcps.com/mcp/defi-trading-agents"><img src="https://allmcps.com/api/badge/defi-trading-agents?style=directory" alt="DeFi Trading Agents on AllMCPs" /></a>

Technical Specs & Signals

Category💰Finance & Fintech
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging · 27/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💰 Finance & Fintech →Best MCP servers for Finance & Fintech →Alternatives to DeFi Trading Agents →Install in Claude DesktopInstall in CursorInstall in VS Code