DROYD MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DROYD_API_KEY | Yes | Your DROYD API key | |
| DROYD_BASE_URL | No | Override API base URL (default: https://api.droyd.ai) | https://api.droyd.ai |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| droyd_chatA | Chat with a DROYD AI agent. Supports multi-turn conversations. Agent Types:
Multi-turn Conversations:
Include the Examples:
|
| droyd_search_contentA | Search the DROYD knowledge base for crypto content. Search Modes:
Content Types: posts, news, developments, tweets, youtube, memories, concepts Categories: defi, nfts, gaming, ai, memecoins, stablecoins, rwas, depin, wallets, etc. Ecosystems: solana, ethereum, base, bitcoin, arbitrum, optimism, polygon, avalanche, etc. Examples:
|
| droyd_search_projectsA | Search for crypto projects by name, symbol, address, or semantic query. Search Types:
Attributes: developments, recent_content, technical_analysis, market_data, mindshare, detailed_description, metadata Examples:
|
| droyd_filter_projectsA | Filter and screen crypto projects using market criteria. Filter Modes:
Sort Options: market_cap, price_change, traders, traders_change, volume, volume_change, buy_volume_ratio, quant_score, quant_score_change, mentions_24h, mentions_7d Chains: solana, ethereum, base, arbitrum Note: Market cap values are in MILLIONS (e.g., max_market_cap: 10 = $10M) Examples:
|
| droyd_get_watchlistA | Get watchlist projects for the authenticated user. Scopes:
Returns projects with agent evaluations including investment scores and thesis points. Examples:
|
| droyd_open_tradeA | Open a new trading position with flexible leg configurations. Leg Types & Trigger Interpretation:
Examples:
|
| droyd_manage_tradeA | Manage existing trading positions. Close positions, execute additional buys/sells, or modify strategy legs. Actions:
Examples:
|
| droyd_get_positionsA | Retrieve active trading positions and wallet holdings. Returns:
Use leg_status="all" to include executed/completed legs in the response. Examples:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Most tools have distinct purposes: chat, filter projects, get positions, manage trades, open trades, search content, and search projects are clearly separated. However, droyd_get_positions and droyd_get_watchlist could be slightly overlapping in providing portfolio-related data, but their descriptions clarify that positions are for active trades while watchlists are for tracked projects.
All tools follow a consistent 'droyd_verb_noun' pattern with snake_case throughout: droyd_chat, droyd_filter_projects, droyd_get_positions, droyd_get_watchlist, droyd_manage_trade, droyd_open_trade, droyd_search_content, droyd_search_projects. This makes them predictable and easy to identify.
With 8 tools, this is well-scoped for a crypto trading and research server. Each tool serves a specific function in the domain, from chatting with AI agents to managing trades and searching for projects or content, without being overwhelming or too sparse.
The toolset covers core crypto workflows: research (chat, search), project discovery (filter, search), portfolio management (get positions, watchlist), and trading (open, manage). A minor gap is the lack of a tool for direct market data queries or analytics beyond chat, but the chat tool with agent types like 'data' and 'trading' can partially fill this role.