← Registry

Analytics

marketintell.ai

Provides market intelligence, trading signals, and token screening for financial analysis.

1 endpoint17 known toolsFirst detected June 19, 2026Last detected September 1, 2026

ENDPOINT 1

https://api.marketintell.ai/mcp

No auth detected

MCP server metadata

Name
marketintell
Version
0.1.0
Capabilities
tools.listChangedlogging.enabledresources.subscriberesources.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

MarketIntell is a crypto & market-intelligence MCP server. Use `chat` for natural-language market questions (it auto-routes to the right analysts via a T3 supervisor). Use `alpha_signals` for ranked, time-stamped trade signals and `signal_performance` for the rolling 30-day accuracy of those signals — both render inline MCP-App UIs in hosts that support io.modelcontextprotocol/ui. Use `screener` to filter assets and `portfolio` tools for position analysis. Capability discovery (initialize, tools/list, resources/list, ping) is open; `tools/call` and `resources/read` of data resources require an X-API-Key. Get a key at https://marketintell.ai/signup or via SHA-256 proof-of-work at https://api.marketintell.ai/v1/auth/challenge. On a 401, follow the WWW-Authenticate header to the protected-resource metadata and its agent_auth API-key flow.

Known tools 17

chat

Run a query through MarketIntell's brain (auto-routes to T1 fast agent or T2 CoT pipeline based on intent).

Inferred read-only
chat_deep

Run a query through MarketIntell's T3 supervisor — parallel specialists across technical/derivatives/macro/social/onchain/etc.

Inferred read-only
alpha_signals

Fetch recent alpha signals — automated market intelligence.

Inferred read-only
signal_performance

Realized signal accuracy — rolling 30-day win rate over CLOSED trade signals, where a win is a real take-profit / in-profit expiry (net positive after fees & leverage) and a loss is a real stop-loss / losing expiry.

Potential side effects
screener

Token screening — find trending tokens, top gainers, and top losers.

Inferred read-only
portfolio_list

List all portfolios owned by the authenticated key.

Inferred read-only
portfolio_create

Create a new portfolio for the authenticated key.

Potential side effects
portfolio_analyze

Compute PnL + risk assessment for a portfolio you own.

Inferred read-only
sessions_list

List the authenticated key's recent chat sessions.

Inferred read-only
billing_status

Return the authenticated key's plan, daily quota usage, monthly LLM-cost-cents, and cap.

Inferred read-only
health

MarketIntell system health — uptime, cache stats, memory, provider circuit-breaker states.

Inferred read-only
register_challenge

Step 1 of MCP self-signup.

Inferred read-only
register

Step 2 of MCP self-signup.

Inferred read-only
execute_propose_intent

Propose a trade intent to the user's connected broker.

Potential side effects
execute_approve_intent

Approve a pending trade intent and place the order at the broker.

Potential side effects
execute_list_intents

List the caller's recent trade intents (pending, executed, rejected).

Potential side effects
execute_read_portfolio

Read the caller's connected broker account snapshot — equity, cash, buying power, open positions.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.marketintell]
url = "https://api.marketintell.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "marketintell": {
      "type": "http",
      "url": "https://api.marketintell.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: marketintell
Remote MCP URL: https://api.marketintell.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "marketintell": {
      "url": "https://api.marketintell.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "marketintell": {
      "type": "http",
      "url": "https://api.marketintell.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "marketintell",
  "transport": "streamable-http",
  "url": "https://api.marketintell.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for marketintell.ai was fetched 2026-08-03T11:18:36.236Z and is being refreshed.

Trust status RestrictedContent

marketintell.ai is assessed as RestrictedContent: Domain runs gambling-related technology.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.