Financial

Numerai Tournament MCP Server

Connect your account, then chat with AI to run tools.

Complete Numerai tournament toolkit. Manage models, submit predictions, view leaderboards, track scores and staking, monitor pipeline status, and get NMR/ETH prices — across the full tournament lifecycle.

Managed
28 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Numerai Tournament — workflow patterns, data models, and gotchas for your AI agent.

Numerai

Tournament flow revolves around rounds (timing, datasets, pipeline health), models you register and tune, prediction files uploaded each round, and staking in NMR tied to payouts. Leaderboards and performance surfaces show how submissions rank.

Data Model

  • Rounds — active tournament window, metadata, and associated dataset drops.
  • Models — registry entries with bios, webhooks, and historical performance.
  • Submissions — two-step upload: obtain a short-lived upload target, push bytes, then register the submission for scoring.
  • Staking — lock, release, or reallocate NMR; pending payouts and transaction history explain balances.
  • Markets — reference NMR and ETH spot data for context.

Gotchas

  • Ephemeral uploads: The signed upload target expires—finish the handshake immediately.
  • Deadlines: Submission windows close ahead of round resolution; watch round state.
  • NMR: Stake weights tournament economics; treat it as part of risk, not just a metric.

Tools in this Server (28)

Numerai Change Stake

Change stake value or type for a Numerai model. Allows switching between scoring metrics (corr, mmc, bmc) and adjusting stake amounts.

Numerai Check Credentials

Validate Numerai API credentials and return account summary. Shows username, email, wallet address, NMR balance, and model count.

Numerai Create Model

Create a new model in a Numerai tournament. Returns the new model ID, name, and tournament assignment. Use numerai_list_models to see existing models ...

Numerai Create Submission

Register a submission after uploading the prediction file via the presigned URL. Call numerai_get_upload_url first, PUT the file, then call this to re...

Numerai Get Current Round

Get the current active Numerai tournament round number and basic timing info.

Numerai Get Eth Price

Get the latest ETH (Ethereum) price in USD and 24h volume. Useful for gas cost estimation and crypto market context.

Numerai Get Leaderboard

Get the Numerai tournament leaderboard. Returns rankings, stakes, correlation scores, and returns for top models.

Numerai Get Model Performance

Get daily performance history for a Numerai model. Returns correlation, MMC, FNC, TC ranks and reputation scores.

Numerai Get Model Profile

Get the public profile of a Numerai model by name. Returns bio, NMR staked, start date, and daily performance metrics.

Numerai Get Nmr Price

Get the latest NMR (Numeraire) token price in USD. Useful for calculating stake values and payouts in dollar terms.

Numerai Get Pending Payouts

Get pending and actual payout amounts for the authenticated user's models. Shows how much NMR is expected from open rounds.

Numerai Get Pipeline Status

Get the latest Numerai data pipeline status. Shows whether data is ready, scoring is in progress, ETAs for each pipeline stage, and whether today is a...

Numerai Get Round Details

Get detailed info about a specific Numerai tournament round including timing and resolution status.

Numerai Get Round Model Perf

Get per-round performance for a Numerai model with flexible filtering. Returns correlation scores, multipliers, payout factors, submission details, an...

Numerai Get Stake Txns

List stake transactions (increases, releases, payouts, burns) for your Numerai models. Returns transaction type, amount, value, round, and timestamp. ...

Numerai Get Submission Scores

Get submission score history for a Numerai model. Returns per-round scores including correlation value, percentile, payout amounts, and resolution sta...

Numerai Get Tournament Overview

Get a high-level overview of a Numerai tournament. Returns total accounts, staked models, total NMR at stake, total NMR at risk, and return metrics.

Numerai Get Tournaments

List all past and current tournament rounds for Numerai. Returns round numbers, open/resolve times, and resolution status.

Numerai Get Upload Url

Get a presigned URL for uploading prediction files to Numerai. Returns a URL you can PUT your CSV/Parquet file to. After uploading, call numerai_creat...

Numerai Increase Stake

Increase NMR stake on a Numerai model. The staked NMR will be at risk — good performance earns up to +5% per round, poor performance burns up to -5%. ...

Numerai List Datasets

List available Numerai tournament data files for a given round. Returns filenames (CSV, Parquet) available for download.

Numerai List Models

List all models belonging to the authenticated Numerai account. Returns model names, IDs, and tournament assignments.

Numerai List Submissions

List submissions for a Numerai model. Returns submission ID, filename, round info, selected status, and ticker counts. Use numerai_list_models first t...

Numerai Release Stake

Begin releasing NMR stake from a Numerai model. The release takes approximately 1 month to complete, during which the NMR remains at risk. Use numerai...

Numerai Set Model Bio

Set or update the public bio text for a Numerai model.

Numerai Set Model Webhook

Set or update the submission webhook URL for a Numerai model. Numerai calls this URL when a new round opens, enabling automated submissions. Set to em...

Numerai Set Payout Selection

Set payout selection for a Numerai model. Choose between taking profit (payouts go to wallet) or compounding (payouts added back to stake).

Numerai Trigger Webhook

Manually trigger the submission webhook for a Numerai model. Use numerai_set_model_webhook to configure the webhook URL first.

Frequently Asked Questions

What is the Numerai Tournament MCP server?

Complete Numerai tournament toolkit. Manage models, submit predictions, view leaderboards, track scores and staking, monitor pipeline status, and get NMR/ETH prices — across the full tournament lifecycle. It provides 28 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Numerai Tournament to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/numerai. Authentication is handled automatically.

How many tools does Numerai Tournament provide?

Numerai Tournament provides 28 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Numerai Tournament require?

Numerai Tournament uses API Key. Numerai requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Numerai Tournament to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/numerai

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Numerai Tournament and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Numerai Tournament will appear under Not connected — select it and click Connect to complete OAuth.
Name: Numerai Tournament
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/numerai
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Numerai Tournament?

Sign in to connect your credentials and start running tools from the chat.

Numerai Tournament MCP Server & Skill — 28 Tools