provetrade-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| METRICS_TOKEN | No | Optional token for the provetrade_metrics tool. If unset, provetrade_metrics returns TOKEN_MISSING. | |
| PROVETRADE_LIVE_TESTS | No | If set (e.g. '1' or 'true'), the one live test in the suite is run; otherwise it is skipped. | (off) |
| PROVETRADE_GATEWAY_URL | No | URL of the ProveTrade gateway. Must be https and on the host allowlist, or the process exits 2 at startup. | the production gateway |
| PROVETRADE_ALLOWED_ROOT | No | The 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_URL | No | URL 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_RUNS | No | Maximum number of audits per server process. The 6th is refused with BUDGET_EXCEEDED before any request is sent. | 5 |
| PROVETRADE_MAX_BODY_BYTES | No | Cap on a streamed audit body. Exceeding it is an error, never a truncated parse. | 8388608 |
| PROVETRADE_HEALTH_TIMEOUT_MS | No | Timeout in milliseconds for each /health probe. | 12000 |
| PROVETRADE_AUDIT_IDLE_TIMEOUT_MS | No | The audit stream is abandoned after 150 seconds of silence, not total duration. | 150000 |
| PROVETRADE_AUDIT_MAX_DURATION_MS | No | Hard 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
| Name | Description |
|---|---|
No tools | |
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
- 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/aleksandrglibcenko-art/provetrade-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server