Warframe Market MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Warframe Market MCPsearch for Rubico Prime set"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Warframe Market MCP
MCP server for the Warframe Market API v2.
Setup
Omit the -e flags for read-only, unauthenticated access.
Claude Code
claude mcp add warframe-market -e WFM_EMAIL=you@example.com -e WFM_PASSWORD=hunter2 -- npx -y warframe-market-mcpAdd --scope global to install for all projects. Or add to ~/.claude/mcp.json (global) or .claude/mcp.json (project):
{
"mcpServers": {
"warframe-market": {
"command": "npx",
"args": ["-y", "warframe-market-mcp"],
"env": { "WFM_EMAIL": "you@example.com", "WFM_PASSWORD": "hunter2" }
}
}
}Gemini CLI
gemini mcp add warframe-market -e WFM_EMAIL=you@example.com -e WFM_PASSWORD=hunter2 -- npx -y warframe-market-mcpOr add to ~/.gemini/settings.json (global) or .gemini/settings.json (project):
{
"mcpServers": {
"warframe-market": {
"command": "npx",
"args": ["-y", "warframe-market-mcp"],
"env": { "WFM_EMAIL": "you@example.com", "WFM_PASSWORD": "hunter2" }
}
}
}OpenCode
opencode mcp add warframe-market -e WFM_EMAIL=you@example.com -e WFM_PASSWORD=hunter2 -- npx -y warframe-market-mcpOr add to opencode.json in your project root:
{
"mcpServers": {
"warframe-market": {
"type": "stdio",
"command": "npx",
"args": ["-y", "warframe-market-mcp"],
"env": { "WFM_EMAIL": "you@example.com", "WFM_PASSWORD": "hunter2" }
}
}
}Related MCP server: market-fiyatlari-mcp-server
Tools
Tool | Auth | Description |
| — | Sign in, persists token to disk |
| ✓ | Sign out and clear token |
| — | Check if a session is active |
| — | Search tradable items by name |
| — | Item details by slug; optionally include full set |
| — | 90-day + 48h price history |
| — | Top 5 buy + top 5 sell (online users only) |
| — | All orders for an item |
| — | Most recent orders across all items (last 4h) |
| ✓* | Orders for a user; omit slug for your own |
| — | Single order by ID |
| ✓ | Create buy/sell order |
| ✓ | Update, delete, or close an order |
| ✓ | Bulk toggle visibility for |
| ✓* | User profile; omit slug for your own |
| — | Achievement list or user progress |
| — | Resource version numbers (cache staleness check) |
| — | Riven weapons or attributes |
| — | Kuva Lich or Sister of Parvos weapons |
* Public data works unauthenticated; own data requires sign-in.
Rate limit
3 requests/second (sliding window). Backs off automatically on 429/509.
This server cannot be deployed
Maintenance
Related MCP Connectors
Wynncraft MMO player + guild + leaderboard + item DB lookups.
FFXIV market board prices per item from Universalis for a world or region, with price alerts.
Live Steam Market API docs, schemas, products, games, markets and endpoint search.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables querying Wynncraft MMORPG data including player stats, guilds, leaderboards, and item database lookups.1 npmMIT
- AlicenseAqualityDmaintenanceEnables querying Turkish market prices, searching products, and comparing prices across different stores using the Market Fiyatı API.34 npm35MIT
- FlicenseAqualityBmaintenanceProvides AI assistants with real-time access to Warframe market data and game information, including item search, orders, statistics, and liquidity estimates.191-
- AlicenseNot gradedqualityCmaintenanceEnables searching for game deals and looking up games across multiple stores using the CheapShark API.4 npmMIT