- Home
- MCP servers
- Maiga API
Maiga API
- typescript
0
GitHub Stars
typescript
Language
6 months ago
First Indexed
3 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.
You run a Maiga API MCP Server to connect AI assistants and apps to Maiga’s cryptocurrency analysis suite. It exposes token analysis, mindshare, token info, market reports, KOL analytics, and trending token discovery through a standardized MCP interface, enabling you to build powerful, data-driven crypto tools.
How to use
You connect your MCP-enabled client to the Maiga MCP server using either the HTTP endpoint or the local runtime. The HTTP option talks to the server remotely via the provided URL, while the local option runs the server on your machine and exposes commands your client can call directly. Use the available endpoints to request token analyses, social sentiment, holder information, market reports, influencer analytics, and trending tokens. When you call a tool, you pass the required identifiers (such as a token symbol or contract address) and choose the analysis mode where applicable. The server handles authentication via your Maiga Partner API token and returns structured results you can display in dashboards, assistants, or automation flows.
How to install
Prerequisites: you need Node.js 16 or higher and a package manager (npm, yarn, pnpm, or bun). You also require a Maiga Partner API token from your account manager.
Step-by-step setup on your machine.
-
Install dependencies locally.
-
Run the development server to test locally.
Configuration and runtime details
Configure authentication by supplying your Maiga Partner API token. You can connect via the Smithery development playground or provide the token as a URL parameter when testing. For production deployments, manage configurations through the runtime UI and keep tokens secure.
Development flow for local testing.
- Start the server in development mode to enable live testing in the Smithery Playground.
Security and reliability notes
All requests use HTTPS to protect data in transit. API tokens are validated at connection time and never logged in production. Input validation is performed with a robust schema to prevent invalid requests, and the server returns structured errors with helpful messages, including retry guidance for rate limits.
Rate limiting is enforced at 1000 requests per hour per IP. If you exceed the limit, you’ll receive a 429 response with retry guidance.
Available tools
maiga_analyse_token
Performs comprehensive technical and fundamental analysis on a cryptocurrency token, returning technical data, price, market cap, and analysis text.
maiga_mindshare
Analyzes social media sentiment and trending discussions about tokens over the last 24 hours.
maiga_token_info
Retrieves detailed token holder information and on-chain analysis including top holders and distribution insights.
maiga_market_report
Generates market reports in modes such as Market_Behavior, Open_Interest, Multi_Timeframe, and Fund_Flow.
maiga_kol_analysis
Analyzes influence and statistics of cryptocurrency influencers on X (Twitter), including reach and engagement metrics.
maiga_trending_tokens
Retrieves top trending tokens in the last 24 hours based on social mentions and activity.