DROYD MCP Server

DROYD MCP Server

Enables interaction with the DROYD AI trading agent API for cryptocurrency research, project discovery, and market screening. Users can manage watchlists, chat with AI agents, and execute trades directly through MCP-compatible clients.

Category
Visit Server

README

DROYD MCP Server

A Model Context Protocol (MCP) server for the DROYD AI trading agent API. This server enables Claude Desktop, Claude Code, and other MCP clients to interact with DROYD's crypto research, project discovery, and trading capabilities.

Features

  • Agent Chat - Multi-turn conversations with DROYD AI agents (research, trading, data)
  • Content Search - Search DROYD's knowledge base for crypto news, posts, tweets, and more
  • Project Discovery - Find projects by name, symbol, address, or semantic concepts
  • Market Screening - Filter projects using market criteria or natural language
  • Watchlists - Access personal and swarm watchlists with agent evaluations
  • Trading - Open positions with flexible leg configurations (stops, takes, etc.)
  • Position Management - Manage trades and view P&L

Installation

Option 1: npm (Recommended)

npx @droyd/mcp-server

Option 2: Clone Repository

git clone https://github.com/droyd/mcp-server.git
cd mcp-server
npm install
npm run build

Configuration

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "droyd": {
      "command": "npx",
      "args": ["-y", "@droyd/mcp-server"],
      "env": {
        "DROYD_API_KEY": "your-api-key"
      }
    }
  }
}

Claude Code

Add to your MCP settings:

{
  "mcpServers": {
    "droyd": {
      "command": "npx",
      "args": ["-y", "@droyd/mcp-server"],
      "env": {
        "DROYD_API_KEY": "your-api-key"
      }
    }
  }
}

Local Development

{
  "mcpServers": {
    "droyd": {
      "command": "node",
      "args": ["/path/to/droyd-mcp-server/dist/index.js"],
      "env": {
        "DROYD_API_KEY": "your-api-key"
      }
    }
  }
}

Environment Variables

Variable Required Description
DROYD_API_KEY Yes Your DROYD API key
DROYD_BASE_URL No Override API base URL (default: https://api.droyd.ai)

Available Tools

Agent

Tool Description
droyd_chat Chat with a DROYD AI agent (research, trading, data). Supports multi-turn conversations.

Search

Tool Description
droyd_search_content Search the knowledge base for posts, news, tweets, YouTube, developments

Projects

Tool Description
droyd_search_projects Find projects by name, symbol, address, or semantic query
droyd_filter_projects Screen projects using market filters or natural language
droyd_get_watchlist Get personal/swarm watchlists with agent evaluations

Trading

Tool Description
droyd_open_trade Open positions with flexible leg configurations
droyd_manage_trade Close, buy, sell, or update existing positions
droyd_get_positions View active positions, wallet holdings, and P&L

Development

# Install dependencies
npm install

# Build
npm run build

# Run in development mode
npm run dev

# Type check
npm run typecheck

# Lint
npm run lint

API Reference

For detailed API documentation, see DROYD API Docs.

Rate Limits

  • 10 requests per 15 minutes per endpoint
  • HTTP 429 returned when limit exceeded

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured