# Maiga

Evaluate cryptocurrency tokens through deep technical, fundamental, and on-chain analysis. Monitor social media sentiment and trending discussions to identify market opportunities in real-time. Track…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add demomagic/lucy-maiga-mcp

# Browse available tools
npx -y smithery tool list demomagic/lucy-maiga-mcp

# Get full schema for a tool
npx -y smithery tool get demomagic/lucy-maiga-mcp maiga_analyse_token

# Call a tool
npx -y smithery tool call demomagic/lucy-maiga-mcp maiga_analyse_token '{}'
```

## Direct MCP Connection

Endpoint: `https://lucy-maiga-mcp--demomagic.run.tools`

**Required config:**
- `apiToken` (query) — Partner API token for Maiga API authentication

## Tools (6)

- `maiga_analyse_token` — Performs comprehensive technical and fundamental analysis on a cryptocurrency token
- `maiga_mindshare` — Analyzes social media sentiment and trending discussions about a token over the last 24 hours
- `maiga_token_info` — Retrieves detailed token holder information and on-chain analysis
- `maiga_market_report` — Generates specialized market reports based on different analysis modes
- `maiga_kol_analysis` — Analyzes the influence and statistics of cryptocurrency influencers on X (Twitter)
- `maiga_trending_tokens` — Retrieves the top trending tokens in the last 24 hours based on social media mentions and activity

```bash
# Get full input/output schema for a tool
npx -y smithery tool get demomagic/lucy-maiga-mcp <tool-name>
```
