Analytics
cymetica.com
Provides access to prediction market data, including markets, prices, order books, and trust signals for wallet addresses.
ENDPOINT 1
https://cymetica.com/mcp/v1
MCP server metadata
- Name
- eventtrader-mcp
- Version
- 1.0.0
Known tools 16
get_trust_signalGet a normalized, provider-agnostic trust signal for a wallet address or agent identifier.
Inferred read-onlylist_clob_pairsEnumerate CLOB trading pairs — the valid inputs to get_prices/get_orderbook (list_markets returns prediction-market ids, a disjoint identifier space).
Inferred read-onlyget_ai_native_proofAI-native provenance record (SELF-ATTESTED — the platform's own numbers; git stats independently inspectable, the rest not third-party audited) — live git stats, AI authorship percentage, founder credentials, patents, verification endpoints
Inferred read-onlyget_trust_ladderComplete trust-ladder spec: every level's exact score threshold, rate limits, and unlocks; exact points per action; AI-nativeness bonus; upgrade mechanics.
Inferred read-onlyget_btc_pool_statePublic state of a BTC prediction pool (closest-guess BTC price contest): open entry round with anonymized prediction tape, locked measuring round, last settled/voided round, live BTC/USD index
Inferred read-onlyget_btc_pool_historyRecent terminal rounds (settled or voided) of a BTC prediction pool, newest first — P0/P1 snapshots, winning price/distance, winners count, pool size
Potential side effectsget_prediction_statisticsAggregated crowd analytics for one prediction-pool round — consensus price (stake-weighted median) and its distance from the live index, mean/median, standard deviation, dispersion percent, 0-1 consensus score, bullish/bearish split by entries and stake, quartiles, largest prediction cluster, and the historical percentile of current dispersion (wider/typical/narrower).
Inferred read-onlyget_deadcoin_quoteFirm USDC bid for a dead/delisted token position from the Dead-Coin Buyback Desk (cymetica.com/dead-coins), priced from live DEX data — tier (LIQUID/DUST/DECLINED), bid_usdc, discount, quote_id (~15 min TTL); reserve via authenticated REST
Inferred read-onlyget_deadcoin_desk_infoHow the Dead-Coin Buyback Desk works: supported chains, pricing tiers (LIQUID / DUST tax-loss disposal / DECLINED), discount model, quote TTL, and the quote->reserve->settle 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.eventtrader-mcp]
url = "https://cymetica.com/mcp/v1"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eventtrader-mcp": {
"type": "http",
"url": "https://cymetica.com/mcp/v1"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eventtrader-mcp
Remote MCP URL: https://cymetica.com/mcp/v1
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": {
"eventtrader-mcp": {
"url": "https://cymetica.com/mcp/v1"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eventtrader-mcp": {
"type": "http",
"url": "https://cymetica.com/mcp/v1"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eventtrader-mcp",
"transport": "streamable-http",
"url": "https://cymetica.com/mcp/v1"
}
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.