Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRAPH_API_KEY | Yes | Your API key from The Graph Subgraph Studio |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_platform_stats | Get Predict.fun platform-wide stats: total volume, trades, open interest, yield, and active markets |
| get_top_markets | Get the top prediction markets ranked by volume, open interest, or trade count |
| get_market_details | Get full details for a specific market/condition: volume, OI, resolution status, recent trades, top holders |
| get_trader_profile | Get a trader's full profile: trading history, positions, P&L, and reward claims |
| get_recent_activity | Get recent activity on Predict.fun: latest trades, splits, merges, redemptions, or yield events |
| get_yield_overview | Get Venus Protocol yield stats: deposits, redemptions, net balance, yield claims, and token mappings |
| get_whale_positions | Find the largest position holders across all Predict.fun markets |
| get_leaderboard | Get the top traders on Predict.fun by volume, P&L, or trade count |
| get_resolved_markets | Get recently resolved markets with their outcomes and payout info |
| query_subgraph | Run a custom GraphQL query against any Predict.fun subgraph. Use this for advanced queries not covered by other tools. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| platform_overview | Get a full overview of the Predict.fun platform |
| analyze_trader | Analyze a specific trader's activity and P&L |
| market_deep_dive | Deep dive into a specific prediction market |
| yield_analysis | Analyze Predict.fun's Venus Protocol yield mechanics |
| whale_alert | Find the biggest players and their market positions |
| market_scanner | Scan for interesting markets — highest volume, most OI, recently resolved |
| custom_query_examples | Show example GraphQL queries for each Predict.fun subgraph |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |