Warframe Market MCP
Enables searching Warframe items, viewing price history, and managing buy/sell orders through the Warframe Market API.
README
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-mcp
Add --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-mcp
Or 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-mcp
Or 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 |
|---|---|---|
wfm_signin |
— | Sign in, persists token to disk |
wfm_signout |
✓ | Sign out and clear token |
wfm_auth_status |
— | Check if a session is active |
wfm_search_items |
— | Search tradable items by name |
wfm_get_item |
— | Item details by slug; optionally include full set |
wfm_get_item_statistics |
— | 90-day + 48h price history |
wfm_get_top_orders |
— | Top 5 buy + top 5 sell (online users only) |
wfm_get_orders_for_item |
— | All orders for an item |
wfm_get_recent_orders |
— | Most recent orders across all items (last 4h) |
wfm_get_user_orders |
✓* | Orders for a user; omit slug for your own |
wfm_get_order |
— | Single order by ID |
wfm_create_order |
✓ | Create buy/sell order |
wfm_manage_order |
✓ | Update, delete, or close an order |
wfm_update_order_group |
✓ | Bulk toggle visibility for all / ungrouped |
wfm_get_profile |
✓* | User profile; omit slug for your own |
wfm_get_achievements |
— | Achievement list or user progress |
wfm_get_versions |
— | Resource version numbers (cache staleness check) |
wfm_get_riven_data |
— | Riven weapons or attributes |
wfm_get_progenitor_weapons |
— | 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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.