Server Details
Prediction market probability oracle for AI agents. 26 tools across 1000+ live markets from Kalshi and Polymarket. No install required, connect directly via streamable HTTP.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
9 toolsgenerate_api_keyInspect
Generate a free TeleKash API key. Free tier: 100 calls/day. Save the key — shown once.
| Name | Required | Description | Default |
|---|---|---|---|
| owner_id | Yes | Agent or user identifier | |
| owner_email | No | Contact email (optional) |
get_historyInspect
Get historical probability changes and trend data for a market over 1h/24h/7d/30d.
| Name | Required | Description | Default |
|---|---|---|---|
| market_id | Yes | Market UUID or external_id | |
| timeframe | No | Time range (default: 24h) |
get_market_statsInspect
Get aggregate statistics — total markets, categories, sources, and volume.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
get_probabilityInspect
Get real-time probability for any prediction market outcome. Returns YES/NO probabilities (0-100%), volume, liquidity, and market metadata from Kalshi and Polymarket.
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Natural language search query (alternative to market_id) | |
| market_id | No | Market UUID or external_id |
get_sentimentInspect
Get AI-powered sentiment analysis (-1 to 1), recommendation, and confidence for a market.
| Name | Required | Description | Default |
|---|---|---|---|
| market_id | Yes | Market UUID or external_id |
get_trendingInspect
Markets with biggest probability swings — momentum detection for trending events.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max markets (default: 10, max: 25) | |
| timeframe | No | Lookback window (default: 24h) |
get_usageInspect
Check API usage, rate limits, and tier status.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_marketsInspect
Browse prediction markets across 7 categories with filtering and sorting. 500+ markets from Kalshi, Polymarket, and Metaculus.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max markets (default: 10, max: 50) | |
| source | No | Filter by source | |
| sort_by | No | Sort order | |
| category | No | Filter by category (default: all) | |
| jurisdiction | No | Filter by jurisdiction |
search_marketsInspect
Search 500+ prediction markets by keyword or natural language query.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 10, max: 50) | |
| query | Yes | Search query |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!