Analytics
mindjack.xyz
Maps token holder networks to reveal insider clusters, linked wallets, and supply concentration for crypto analytics.
ENDPOINT 1
https://api.mindjack.xyz/mcp
MCP server metadata
- Name
- mindjack
- Version
- 1.4.5
Mindjack answers from a point-in-time record of Solana launches: holder distribution, insider, fresh-wallet and sniper detection as they stood at the moment each token migrated. That state cannot be rebuilt from the chain afterwards, which is why the window is the product. Call get_coverage first. It is free and returns the window, what is in it, and a live mint that is guaranteed to have data. A token from outside the window answers coverage=none, which is a real answer and is never charged — check _meta.coverage before reading a body as a verdict. rug_probability_pct is a MEASURED collapse frequency for a calibrated band, not an opinion and not a per-token risk starting at zero. The safest band still rugged about 35% of the time and the universe base rate is 45%, so a filter under ~35 matches nothing. get_scorecard publishes every band. Order that works: find_tokens for candidates, check_token on each, inspect_token on the few that flag, token_identity at the decision point. check_wallet vets a counterparty at any stage. can_i_exit before buying anything you intend to sell. Prices are per call and stated in each description. Nothing is charged for a failed call, an empty result, or a token we do not hold.
Known tools 26
get_scorecard[free] Our measured hit rate per risk band, and how fast each band tends to collapse.
Inferred read-onlyget_sample[free, no key] One fixed token answered in full: the complete check_token, inspect_token and token_identity responses, each carrying the price that call costs.
Inferred read-onlyget_coverage[free] What we hold and how fresh, plus a live example mint guaranteed to have data.
Inferred read-onlyCONNECT 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.mindjack]
url = "https://api.mindjack.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mindjack": {
"type": "http",
"url": "https://api.mindjack.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mindjack
Remote MCP URL: https://api.mindjack.xyz/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": {
"mindjack": {
"url": "https://api.mindjack.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mindjack": {
"type": "http",
"url": "https://api.mindjack.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mindjack",
"transport": "streamable-http",
"url": "https://api.mindjack.xyz/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 mindjack.xyz was fetched 2026-08-21T10:31:05.567Z and is being refreshed.
mindjack.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.