brain-circuitMCP / 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.

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

Endpoint

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

💡 Pro Tips

  • 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.

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

  • Here some example of questions you can ask:

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

    • Which token is outperforming on Base today?

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

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 protocolarrow-up-right for on-chain payment verification.

For seamless integration, user can follow the x402 Quickstart Guide for Buyersarrow-up-right.

Request Body Parameters

Parameter name

Type

Mandatory

Description

api_key

string

No (Not required for x402 requests)

Your unique Loky API key used for authentication.

question

string

Yes

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

chain

string

No

Specific chain to query (optional): 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?