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.1.tar.gz (4.9 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.1-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: filtrix_mcp-0.1.1.tar.gz
  • Upload date:
  • Size: 4.9 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.1.tar.gz
Algorithm Hash digest
SHA256 17613d5f31e3081d186dea34d4561c31671368f53f608c9db019604706a4b567
MD5 8e5fd4cf75d3966aee0debeb9dde3746
BLAKE2b-256 5e0e840b7e94939b2f4e60f2f97bdbfb5e3644eb0cc132d9b61eb3c9c083d8e8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: filtrix_mcp-0.1.1-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.1-py3-none-any.whl
Algorithm Hash digest
SHA256 502b4dc84a70971c4185f82f13bba562ca1fc5f176c85875f200b537a501c4cf
MD5 820ad1f50906de42fd7b446d0efe3f8e
BLAKE2b-256 1436dd02c71b80152e08db15a1653945114f9f77b3e340fc12922da56d89981e

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