pricempire-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_SOURCES | No | Comma-separated default marketplace sources (e.g. buff163,steam) for get_item_prices. Defaults to buff163,steam. | buff163,steam |
| DEFAULT_CURRENCY | No | Default currency code (e.g. USD, EUR). Defaults to USD. | USD |
| PRICEMPIRE_API_KEY | Yes | Your Pricempire API key (UUID v4). Required. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_portfolio_valueA | Get the total current value of your Pricempire trader portfolio(s): value, 24h change, item count, total invested, profit/loss, and ROI, per portfolio and combined. Uses the Pricempire Trader API (v4/trader/portfolios), tied to the account owning the configured API key. Requires a Pricempire trader-tier subscription. |
| list_portfolio_itemsA | List the items held in your Pricempire trader portfolio(s), with per-item details (current price, holdings/quantity, float, paint seed, stickers, category, avg buy price, unrealized P/L, ROI), sorted by current value descending. Supports optional limit and min_value filters, and an optional portfolio name/slug filter for accounts with multiple portfolios. Useful for "what are my most valuable items" style questions. |
| get_item_pricesA | Get current prices for one or more CS2 items (by market_hash_name) across marketplaces. Tries the Pricempire v4 API first (paid tier, richer per-source pricing); if that endpoint is unavailable (e.g. plan restriction) it falls back to the free v3 getAllItems endpoint. The response indicates which API tier was used, or reports the failure clearly. |
| get_price_historyA | Get historical price data for a given marketplace source over a number of days (Pricempire v3 getPriceHistories). Useful for "show me price history for X" style questions about market trends. |
| analyze_portfolioA | Fetch your Pricempire trader portfolio(s) once and return a structured analysis: total value, invested amount, profit/loss and ROI, a breakdown by item category (skin/container/glove/agent/charm/sticker) with subtotals and percentages, the top N most valuable holdings, and how many items had no current price match. Output is structured JSON, not prose, so the calling agent can turn it into a narrative for the user. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/nt4f04uNd/pricempire-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server