Skip to main content
Glama
aleksandrglibcenko-art

provetrade-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
METRICS_TOKENNoOptional token for the provetrade_metrics tool. If unset, provetrade_metrics returns TOKEN_MISSING.
PROVETRADE_LIVE_TESTSNoIf set (e.g. '1' or 'true'), the one live test in the suite is run; otherwise it is skipped.(off)
PROVETRADE_GATEWAY_URLNoURL of the ProveTrade gateway. Must be https and on the host allowlist, or the process exits 2 at startup.the production gateway
PROVETRADE_ALLOWED_ROOTNoThe folder holding the CSVs you want audited. Every path a tool accepts is confined to it. If unset, paths resolve against the working directory and files elsewhere are refused with PATH_DENIED.the working directory
PROVETRADE_ANALYZER_URLNoURL of the ProveTrade analyzer. Must be https and on the host allowlist, or the process exits 2 at startup.the production analyzer
PROVETRADE_AUDIT_MAX_RUNSNoMaximum number of audits per server process. The 6th is refused with BUDGET_EXCEEDED before any request is sent.5
PROVETRADE_MAX_BODY_BYTESNoCap on a streamed audit body. Exceeding it is an error, never a truncated parse.8388608
PROVETRADE_HEALTH_TIMEOUT_MSNoTimeout in milliseconds for each /health probe.12000
PROVETRADE_AUDIT_IDLE_TIMEOUT_MSNoThe audit stream is abandoned after 150 seconds of silence, not total duration.150000
PROVETRADE_AUDIT_MAX_DURATION_MSNoHard ceiling on one audit, kept under the gateway's own 600 second stream limit.540000

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/aleksandrglibcenko-art/provetrade-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server