Warframe Market MCP
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" }
}
}
}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.
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