← Registry

Analytics

rbxinvest.com

Provides market data and analytics for Roblox Limited items, including search, details, price deals, new releases, and creator performance.

1 endpoint12 known toolsFirst detected September 4, 2026Last detected September 4, 2026

ENDPOINT 1

https://rbxinvest.com/mcp

No auth detected

MCP server metadata

Name
rbx-invest
Version
1.0.0
Capabilities
tools
Server instructions

Query the Roblox Limiteds market as tracked by RBX Invest: the catalog and its rankings, one item in depth with its price history and score, items currently listed below RAP, recent UGC Limited releases, and a creator's track record. All prices are in Robux. RAP is Roblox's recent average price for an item, which is a trailing average and not a quote — the lowest current resale listing is the number that matters for buying today. Reselling a UGC Limited nets the seller 50% of the sale price and a classic Limited 70%. Item scores are a predicted profit per day and creator profit chance is how often that creator's past releases became profitable; both are estimates from past releases, not promises.

Known tools 12

search_items

Search the Roblox Limited catalog by name, or screen the whole market when no query is given.

Inferred read-only
get_item_details

Everything tracked about one Roblox Limited: a plain-language summary paragraph, RAP and how it has moved over a window, the resale book (how many copies are listed and at what prices, not just the cheapest), stock left, sales in the last 30 days, whether the creator is still selling new copies, the creator, the item score with its predicted profit per day, and a summary of its price trend.

Inferred read-only
find_deals

Roblox Limiteds whose lowest resale listing is currently below their RAP, with the discount and the absolute saving.

Inferred read-only
get_new_limiteds

UGC Limiteds released recently, with demand level, stock left and the predicted profit numbers RBX Invest scores them with.

Inferred read-only
get_creator

A Roblox UGC creator: how often their releases have ended up profitable, how long that typically took, and their biggest items.

Inferred read-only
rank_creators

Creators ranked across the whole Roblox Limited market — who is biggest, and whose releases most often end up profitable.

Inferred read-only
rank_players

The biggest Roblox Limited portfolios RBX Invest tracks, by total RAP held, copies held, or average lifetime appreciation.

Inferred read-only
get_community_holdings

The Limiteds and creators most held across the portfolios RBX Invest tracks.

Inferred read-only
find_articles

Search RBX Invest's published guides.

Inferred read-only
get_market_stats

Totals for the Roblox Limiteds market as RBX Invest tracks it: how many Limiteds are followed, and the copies and Robux held across tracked portfolios.

Inferred read-only
get_market_cap

How big the Roblox Limited market is over any date range, split between Classic and UGC Limiteds: market cap, items, copies in circulation, and the marketplace sales volume and Robux spent on the latest measured day, plus a sampled daily series carrying all of them.

Inferred read-only
get_player_holdings

What a tracked player holds: their most valuable positions plus the totals the leaderboard ranks them on.

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.rbx-invest]
url = "https://rbxinvest.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "rbx-invest": {
      "type": "http",
      "url": "https://rbxinvest.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: rbx-invest
Remote MCP URL: https://rbxinvest.com/mcp

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": {
    "rbx-invest": {
      "url": "https://rbxinvest.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "rbx-invest": {
      "type": "http",
      "url": "https://rbxinvest.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "rbx-invest",
  "transport": "streamable-http",
  "url": "https://rbxinvest.com/mcp"
}
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.