Odel
XCREENER

XCREENER

Local
@xcreener1TypeScriptMITUpdated 3w ago

Local stdio MCP bridge for XCREENER's XQL screener API — validate, explain, and run queries.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@xcreener/mcpv0.2.1

Run

npx -y @xcreener/mcp

MCP client config

{
  "mcpServers": {
    "xcreener": {
      "command": "npx",
      "args": [
        "-y",
        "@xcreener/mcp"
      ]
    }
  }
}