Loading MCP server directory, please wait...
Local stdio MCP bridge for XCREENER's XQL screener API — validate, explain, and run queries.
npx @getmcp/cli add com.xcreener/xcreener-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
XCREENER_API_KEYYour XCREENER API key (xcreener.com/account/api-key)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.xcreener/xcreener-mcp": {
"command": "npx",
"args": [
"-y",
"@xcreener/mcp"
],
"env": {
"XCREENER_API_KEY": ""
}
}
}
}