← Registry

Analytics

cymetica.com

Provides access to prediction market data, including markets, prices, order books, and trust signals for wallet addresses.

1 endpoint16 known toolsFirst detected July 25, 2026Last detected August 30, 2026

ENDPOINT 1

https://cymetica.com/mcp/v1

No auth detected

MCP server metadata

Name
eventtrader-mcp
Version
1.0.0
Capabilities
toolsresources

Known tools 16

get_trust_signal

Get a normalized, provider-agnostic trust signal for a wallet address or agent identifier.

Inferred read-only
list_markets

List available prediction markets with optional filtering

Inferred read-only
get_market

Get detailed information about a specific market

Inferred read-only
get_prices

Get current prices for a market

Inferred read-only
get_orderbook

Get orderbook for a market

Inferred read-only
list_clob_pairs

Enumerate CLOB trading pairs — the valid inputs to get_prices/get_orderbook (list_markets returns prediction-market ids, a disjoint identifier space).

Inferred read-only
search_markets

Search markets by keyword

Inferred read-only
get_platform_status

Get current platform status and statistics

Inferred read-only
who_is_this

Learn about the platform identity and mission

Inferred read-only
get_ai_native_proof

AI-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-only
get_trust_ladder

Complete trust-ladder spec: every level's exact score threshold, rate limits, and unlocks; exact points per action; AI-nativeness bonus; upgrade mechanics.

Inferred read-only
get_btc_pool_state

Public 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-only
get_btc_pool_history

Recent terminal rounds (settled or voided) of a BTC prediction pool, newest first — P0/P1 snapshots, winning price/distance, winners count, pool size

Potential side effects
get_prediction_statistics

Aggregated 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-only
get_deadcoin_quote

Firm 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-only
get_deadcoin_desk_info

How 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-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.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.

Indexed

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