Pineify MCP

Official read-only MCP server for trading-code validation and financial research, covering Pine Script v6, MQL5, cTrader, stock analysis, options flow, dark-pool activity and congressional trades.

Documentation

Pineify MCP

Official integration repository for Pineify MCP, a hosted read-only MCP server for trading-code validation and financial market research.

Pineify MCP gives MCP-compatible AI clients access to structured, read-only financial tools. The hosted service is operated by Pineify; this repository contains public documentation and client configuration examples, not the hosted backend implementation.

What it provides

Pineify MCP runs as a remote Streamable HTTP endpoint:

https://agents.pineify.app/mcp

It cannot place trades, modify brokerage positions, or change account state. Every tool is read-only and intended for research, diagnostics, and analysis.

Available tools

Trading-code validation

  • pine-script-syntax-checker — validate TradingView Pine Script v6 and return normalized diagnostics.
  • mql5-syntax-checker — compile-check standalone MQL5 scripts or multi-file projects.
  • ctrader-csharp-syntax-checker — check cTrader C# cBots and indicators for compiler and API diagnostics.

Stock research

  • find-ai-stock-picks — find a bounded ranked list of USA stock candidates.
  • get-ai-stock-rating — retrieve the latest rating and supporting metrics for one ticker.
  • get-stock-research-snapshot — compare fundamentals, quality, growth, valuation, and expectations for up to five companies.

Market and flow analysis

  • get-technical-analysis-snapshot — read technical-analysis fields across supported timeframes.
  • find-options-flow-alerts — find recent unusual US options-flow alerts.
  • get-option-contract-flow — inspect prints and Greeks for an exact option contract.
  • find-dark-pool-trades — find recent large dark-pool prints.
  • find-congress-trades — find reported US congressional trade disclosures.
  • get-market-tide — read broad US options-flow direction and leading symbols.
  • get-sector-flow-snapshot — compare options flow across the supported sector universe.

Event context

  • get-stock-event-context — build a bounded briefing from recent company events, analyst actions, and upcoming earnings.

See the full MCP tool documentation for inputs, limits, and examples.

Client configuration

The following is an illustrative configuration. Generate a personal token from the Pineify MCP setup page and keep it private.

{
  "mcpServers": {
    "pineify": {
      "type": "streamable-http",
      "url": "https://agents.pineify.app/mcp",
      "headers": {
        "Authorization": "Bearer ${PINEIFY_MCP_TOKEN}"
      }
    }
  }
}

Client configuration formats differ. Follow the instructions for your MCP client and never commit a real Bearer token to a repository, issue, pull request, or chat.

Getting started

  1. Open the Pineify MCP setup page.
  2. Copy the generated setup prompt for your account.
  3. Send it to a trusted MCP-compatible client such as Claude, ChatGPT, Cursor, Codex, Gemini, Grok, Zed, or OpenClaw.
  4. Ask the client to list the available tools and run a read-only validation or research request.

MCP access is available according to the current Pineify plan and account limits. Check the product page for current pricing and availability.

Security and limitations

  • Treat the Bearer token as a secret; rotate it through Pineify if it is exposed.
  • The service is remote and does not require a local Python installation or backend deployment.
  • Tool responses are for research and analysis, not financial advice.
  • The service does not execute trades or modify positions.
  • This repository does not contain credentials, private configuration, or the hosted server implementation.

Links

Disclosure

This is an official Pineify team repository.