Security & Testing
loopholetape.com
Provides compact risk checks for pump.fun tokens, covering creator exits, early-wallet selling, curve/pool drains, migration classification, concentration, and buyer flow.
ENDPOINT 1
https://api.loopholetape.com/mcp
MCP server metadata
- Name
- loophole tape
- Version
- 0.4.0
Real-time pump.fun / PumpSwap analytics and Robinhood Chain Pons V2 launch-structure cards derived from public on-chain data (rhc_* tools). Free tools: catalog (start here), health, market_regime, sample_mint, rhc_regime, check_coverage, watchlist_updates. Compact pump.fun checks: $0.005 for one mint, $0.01 for up to five; full coverage and feed lag <= 5 s required. Unavailable/stale checks and unchanged watch cursors are unpaid. Paid tools cost 0.5-2.5 cents in USDC on Solana mainnet via x402 over MCP: call the tool, receive an isError result carrying x402Version/accepts, pay accepts[0].amount micro-USDC to accepts[0].payTo, retry with _meta['x402/payment']. Every result is a JSON envelope {ok, schema_version, generated_at, coverage: full|thin, data, meta{feed_lag_s, is_stale, next}}. Label semantics: https://api.loopholetape.com/v1/labels. OpenAPI: https://api.loopholetape.com/openapi.json.
Known tools 17
check_pumpfun_riskCompact check before a swap or during position monitoring: creator exits, early-wallet selling, curve/pool drains, migration classification, concentration and buyer flow.
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.loophole-tape]
url = "https://api.loopholetape.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"loophole-tape": {
"type": "http",
"url": "https://api.loopholetape.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: loophole-tape
Remote MCP URL: https://api.loopholetape.com/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": {
"loophole-tape": {
"url": "https://api.loopholetape.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"loophole-tape": {
"type": "http",
"url": "https://api.loopholetape.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "loophole-tape",
"transport": "streamable-http",
"url": "https://api.loopholetape.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.