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: EVE Tycoon 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.
Latest Blog Posts
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