MCP / NLP driven Market Intelligence

Run complex queries and extract real-time market intelligence — all through natural language.

Powered by NLP and MCP-based APIs, seamlessly built for agent-ready integration.

Endpoint

POST https://api.dapplooker.com/v1/mcp

💡 Pro Tips

  • The MCP API is trained with below datasets:

    • Market Intelligence

    • Token Market data

    • Technical Analysis & Indicators

    • Smart Money & Whale Tracking

    • Wallet Safety Score

    • Holding Patterns & Mindshare

    • Staking Insights

    • Genesis Token Alpha

    • On-chain Intelligence

    • ACP Insights

    • Trade Recommendations & Alpha

  • Use the $ prefix when referencing token tickers (e.g., $AIXBT, $COOKIE) in your questions to improve the accuracy of NLP responses.

  • If you dont have ticker, use the token address (e.g., 0xabc...123) and our AI will identify and analyze it for you.

  • Below are types of questions you can ask

    • What’s the alpha score on $TOKEN this week?

    • Show me smart wallet flows for $TOKEN in the last 24h

    • “Which token is outperforming on Base today?

    • Which genesis agents have the highest staking yield and activity today?

    • Top 3 tokens in the Virtuals ecosystem by volume

    • Compare $COOKIE vs $AIXBT performance over the past 7 days

    • Which genesis token is seeing the strongest on-chain activity this week?

    • Biggest gainers and losers on Virtuals in the last 24h?

    • Which low-cap tokens are showing early whale accumulation?

    • Most undervalued tokens in the Virtuals ecosystem this week?

  • This endpoint is x402 payment–enabled, opening access for all users — simply pay and use without needing an API key.

Authentication

This endpoint supports two authentication methods:

Method

Description

API Key

Provide your Loky API key using the api_key parameter for authenticated access.

x402 Payment Protocol

If api_key is not provided, the request automatically uses the x402 protocol for on-chain payment verification.

For seamless integration, user can follow the x402 Quickstart Guide for Buyers.

Request Body Parameters

Parameter name

Type

Mandatory

Description

api_key

string

No

Your unique Loky API key used for authentication.

question

string

Yes

Query to ask. (Use $ with tickers for better response)

chain

string

No

The network chain to query. Supported chains: base, solana

Sample Request

Sample Response

Response Fields Explanation

  • questionId (string): A unique identifier assigned to the user's natural language question.

  • answerId (string): A unique identifier for the generated answer corresponding to the question.

  • nlpResponse (string): The interpreted response from Loky's Natural Language Query (NLQ) system based on the user's input.

Last updated

Was this helpful?