mcp-warframe-market

Vorwes/mcp-warframe-market

3.1

If you are the rightful owner of mcp-warframe-market and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This repository provides an MCP server implementation for Warframe Market using the pywmapi library, focusing on placing buy/sell orders.

Description

This repository contains an mcp server implementation for warframe market using pywmapi. Currently, it only supports placing buy/sell orders.

Instructions

  1. Clone the repository:
git clone https://github.com/Vorwes/mcp-warframe-market.git
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Create a .env file in the root directory with your warframe market credentials:
EMAIL=your_email
PASSWORD=your_password
  1. Add this command to your mcp config file to run the server:
"warframe-market": {
    "command": "python",
    "args": ["-m", "src.server"],
    "cwd": "PATH/TO/REPO"
}

Example Usage

Create an order for Kronen Prime Blade, make it not visible and its a sell type of order, the asking 
price is 1000 platinum

TODO

  • Add support for fetching orders