Sperax DeFi

Provides a RESTful index of DeFi AI agents, their multilingual data, and a manifest for AI crawlers.
  • javascript

14

GitHub Stars

javascript

Language

4 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs

You can access and integrate a ready-to-use DeFi Agents MCP server that exposes a RESTful JSON API for discovering, indexing, and utilizing multiple DeFi-focused AI agents. This server enables you to fetch the full agent catalog, localized agent data, and a manifest for AI crawlers, making it easy to plug DeFi agents into your AI workflows, trading platforms, or wallet dashboards without vendor lock-in.

How to use

You will use an MCP client or a standard HTTP client to interact with the production MCP endpoints. Start by fetching the main agent index in English to discover all available agents. Then retrieve localized indexes as needed and obtain the agent manifest for indexing by your platform.

Typical usage patterns include: discovering all agents, selecting agents by tags or language, loading individual agent configurations for integration into your AI model prompts, and using the agents manifest to index capabilities for your search or discovery layer.

Key endpoints to integrate in your client are the main index, localized index, and the manifest. Use these endpoints to populate your agent catalog, support multilingual access, and enable robust agent discovery in your applications.

How to install

Prerequisites: a modern runtime environment with network access for HTTP requests (any standard HTTP client will work). You should have a basic development environment for the MCP client you are building.

Step 1: Create a new project or navigate to your existing project where you want to integrate DeFi agents.

Step 2: Install your HTTP client library if needed (for example, fetch in the browser or a library like axios in Node.js).

Step 3: Load the main English index and the localized index as part of your application startup.

Step 4: Load the agent manifest to enable indexing and discovery within your system.

Additional notes

Endpoints are provided as plain JSON over HTTPS for compatibility with any MCP client. Access the English index at the production URL to begin discovery, with localized variants available as needed.

If you plan to index agents for AI crawlers, retrieve the agents-manifest.json to integrate the complete agent manifest into your indexing pipeline.

If you need to test in a development environment, you can still rely on the same endpoints; production URLs are stable, and you can cache results in your client to minimize repeated network calls.

Code examples (HTTP endpoints)

{
  "type": "http",
  "name": "defi_index_en",
  "url": "https://sperax.click/index.json",
  "args": []
}

Code examples (localized index)

{
  "type": "http",
  "name": "defi_index_cn",
  "url": "https://sperax.click/index.zh-CN.json",
  "args": []
}

Code examples (agent manifest)

{
  "type": "http",
  "name": "defi_manifest",
  "url": "https://sperax.click/agents-manifest.json",
  "args": []
}

Available tools

Sperax Portfolio

All-in-one portfolio management including tracking, trading automation, DeFi analytics, and wallet insights.

Trading Bots

AI-assisted trading bots and signals for DeFi markets, including DCA and arbitrage helpers.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational