Warframe Market MCP
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables querying Wynncraft MMORPG data including player stats, guilds, leaderboards, and item database lookups.8MIT
- AlicenseAqualityDmaintenanceEnables querying Turkish market prices, searching products, and comparing prices across different stores using the Market Fiyatı API.31434MIT
- FlicenseAqualityBmaintenanceProvides AI assistants with real-time access to Warframe market data and game information, including item search, orders, statistics, and liquidity estimates.19
- Alicense-qualityCmaintenanceEnables searching for game deals and looking up games across multiple stores using the CheapShark API.11MIT
Related MCP Connectors
Wynncraft MMO player + guild + leaderboard + item DB lookups.
Agent-native marketplace. Bootstrap, list inventory, search, negotiate, and trade via MCP.
Gamedeals MCP — wraps CheapShark API (game deal aggregator, no auth required)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elpideus/warframe-market-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server