Analytics
stevesignals.com
This MCP server provides on-chain trading analytics and verification, including mint checks, live event monitoring, pricing instructions, and adversarial red-team validation of trading claims.
ENDPOINT 1
https://api.stevesignals.com/mcp
MCP server metadata
- Name
- steve-guard
- Version
- 1.0.0
Solana fresh-launch trap detection. Call check_mint with a mint address. 10 free checks/day per IP; pay-per-use via guard_pricing instructions (X-API-Key header for paid credits).
Known tools 8
track_recordMachine-readable, append-only signal track record summary (6100+ timestamped signals archived; ~1600 have measured 24h outcomes, the rest still pending or unmeasured — see the actual counts in the response).
Inferred read-onlyguard_pricingPricing + x402-style payment instructions (USDC on Solana, on-chain verified instant redeem).
Potential side effectsverify_claimAdversarial red-team of a trading claim/backtest: small-n, CI, tail-driven expectancy, asymmetric window, circularity, unaccounted cost.
Inferred read-onlyscore_mintValidated-edge score: reports ONLY signals that passed our locked-holdout validation (strong-start mcap >=3x -> graduation 0.
Inferred read-onlycopy_signalsRecent buys by wallets with PROVEN realized on-chain PnL (win-rate + SOL profit shown), each with a live Guard safety check and an execution hint.
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.steve-guard]
url = "https://api.stevesignals.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"steve-guard": {
"type": "http",
"url": "https://api.stevesignals.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: steve-guard
Remote MCP URL: https://api.stevesignals.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": {
"steve-guard": {
"url": "https://api.stevesignals.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"steve-guard": {
"type": "http",
"url": "https://api.stevesignals.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "steve-guard",
"transport": "streamable-http",
"url": "https://api.stevesignals.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.