Skip to main content

MCP server for Filtrix — historical trading pattern analysis for AI agents

Project description

Filtrix MCP Server

MCP (Model Context Protocol) server that gives AI assistants access to Filtrix — a historical trading pattern discovery engine with 348K+ records and 255 filters spanning 5 years of data.

What can it do?

Tool Description
run_backtest Run a historical backtest with filters. Returns sample size, win rate, average move, percentiles.
screen_tickers Find matching historical events. Returns date, symbol, price, gap, volume.
get_ticker_info Get ticker metadata: company name, sector, market cap, exchange, employees.
list_filters Discover all 255 available filter columns (gap, price, float, volume, etc.).

Quick Start

1. Get an API key

Sign up at filtrix.net, then generate an API key in your account settings.

2. Configure Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "filtrix": {
      "command": "uvx",
      "args": ["filtrix-mcp"],
      "env": {
        "FILTRIX_API_KEY": "flt_your_key_here"
      }
    }
  }
}

Config file location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

3. Restart Claude Desktop

The Filtrix tools will appear automatically.

Usage Examples

Once configured, ask Claude things like:

  • "What happens historically when a stock gaps up 30% with a float under 10M shares?"
  • "Show me the last 20 stocks that gapped up over 50%"
  • "Look up NVDA ticker info"
  • "What filters are available for backtesting?"

Alternative: pip install

pip install filtrix-mcp

Then run manually:

export FILTRIX_API_KEY="flt_your_key_here"
filtrix-mcp

Environment Variables

Variable Required Default Description
FILTRIX_API_KEY Yes Your Filtrix API key (starts with flt_)
FILTRIX_BASE_URL No https://filtrix.net API base URL

Rate Limits

Tier Daily Limit
Free 50 requests
Pro 1,000 requests

Limits reset at midnight ET.

Requirements

  • Python 3.10+
  • Active Filtrix account with API key

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

filtrix_mcp-0.1.0.tar.gz (5.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

filtrix_mcp-0.1.0-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file filtrix_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: filtrix_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 5.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for filtrix_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 2ec4df786f7e216df6db909112fdb20894808aa325415c4d07c37e9bb09ef655
MD5 4b9dfc4e0f252d1e95c80c155461ee38
BLAKE2b-256 a38670612cade22317453193404ab6ba637778e1fffc2ce06725c4972a3f6354

See more details on using hashes here.

File details

Details for the file filtrix_mcp-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: filtrix_mcp-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.11

File hashes

Hashes for filtrix_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 31e048b61557e7719ccff74b8173578be764438de158ad0d56ee47b261b89e2e
MD5 33899f69ee2d4a021d28b57dc82737f2
BLAKE2b-256 c2426c0a4384410f113499ea438c45d64da9703a6733dcd707aa1ec86c8eb95c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page