Warframe MCP Server
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 MCP ServerHow much for a Mesa Prime set on PC?"
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 MCP
FastMCP server for Warframe.market, WarframeStat.us, and Overframe.gg builds.
Author: snakeplisken47
Remote host (ChatGPT skill) — free options
Honest take: there is no truly free always-on generic Docker host that matches Cloudflare Containers without a card / paid plan. For this FastMCP project, the best free path is a managed MCP host, not a general PaaS.
Recommended: Prefect Horizon (free personal tier)
Live URL: https://warframe.fastmcp.app/mcp
Org: snakeplisken47 · repo: Ma110w/WarframeSkill · auto-deploys from main
Built by the FastMCP team. Free for personal projects, GitHub deploy, HTTPS URL like https://<name>.fastmcp.app/mcp.
Horizon authentication is enabled on the free tier (Bearer / OAuth). Fully public “Auth: None” needs a paid Developer plan.
ChatGPT (OAuth):
Enable Developer mode → create a connector / app
Auth: OAuth
MCP Server URL:
https://warframe.fastmcp.app/mcpComplete the Horizon sign-in when prompted (must be a member of org
snakeplisken47)
Other clients: use the URL above; interactive clients open Horizon sign-in, or send Authorization: Bearer fmcp_... from a Horizon API key.
Docs: Connect a client · Authentication
Handshake hardening in this repo (FASTMCP_STATELESS_HTTP + immediate 202 on notifications/*) still applies on Horizon.
Other free-ish options (tradeoffs)
Option | Cost | Fit for ChatGPT MCP |
Prefect Horizon | Free personal | Best match — FastMCP-native |
mcphosting.io | Free tier | Already tried; |
Google Cloud Run | Free tier (scale-to-zero) | Works with our |
Render free | Free | Sleeps after ~15m idle → bad for connectors |
Railway | Trial / limited credits | Not permanently free |
Cloudflare Containers | Workers Paid $5/mo | Works well; canceled on this account (ends Aug 30, 2026) |
Cloudflare Worker warframe-mcp was deleted after cancel. Repo still has optional Container scaffolding (Dockerfile, wrangler.toml, GH Actions) if you ever re-enable Paid.
Horizon-style / mcphosting entrypoint
Entrypoint object: server.py → mcp. Dependencies: requirements.txt. Do not add a Procfile or second runner.
Related MCP server: Warframe Market MCP
Local (optional, Cursor only)
pip install -r requirements.txt
python server.pyCursor stdio example:
"warframe": {
"command": "M:\\WarframeSkill\\.venv\\Scripts\\python.exe",
"args": ["M:\\WarframeSkill\\server.py"]
}Tools
ping, market tools (wfm_*), worldstate tools (ws_*), Overframe tools (of_*), Platinum CAD tools (plat_*).
Overframe flow
of_search_items— same idea as the site search box (item → Overframe id)of_list_builds— builds for that item (optionaltitlefilter)of_get_build— full build with resolved mod names / ranks / drainof_top_mods— most-used mods for an item
If static DB loads start failing after an Overframe frontend deploy, set OVERFRAME_WEBPACK_URL to the current https://static.overframe.gg/_next/static/chunks/webpack-*.js URL from the site.
Platinum → CAD (Ontario)
Pack list prices from WARFRAME Wiki: Platinum. Tax defaults to Ontario HST 13% added at checkout (Steam-style).
plat_list_packs— available packs + CAD/USD for pc/xbox/playstationplat_price_pack— one pack with tax / optional couponplat_recommend_packs— cheapest pack combo to reach a platinum targetplat_to_cad— estimate CAD cost for N platinum via store packs
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
- FlicenseNot gradedqualityBmaintenanceRemote MCP server for the Torn City API v2, enabling querying of player, faction, market, and other game data, plus aggregated intelligence reports, all via natural language.
- AlicenseNot gradedqualityCmaintenanceEnables searching Warframe items, viewing price history, and managing buy/sell orders through the Warframe Market API.111GPL 3.0
- FlicenseNot gradedqualityBmaintenanceMCP server for querying Destiny 2 game data from Bungie's manifest. Provides tools for item lookup, search, filtering, perk rolls, and relationship traversal.2
- FlicenseAqualityBmaintenanceProvides AI assistants with real-time access to Warframe market data and game information, including item search, orders, statistics, and liquidity estimates.19
Related MCP Connectors
Official remote MCP server for Archivist AI TTRPG campaign memory: characters, sessions, and more.
MCP server exposing live Helldivers 2 galactic war data.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
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/Ma110w/WarframeSkill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server