APEX Research MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@APEX Research MCP Serverbacktest ORB on AAPL with 10 bps cost"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
APEX Research — MCP Server (FastMCP)
A Model Context Protocol server that exposes a quantitative trading-research toolkit as tools an LLM/agent can call. Built in Python with FastMCP.
Each tool is a plain typed Python function; FastMCP turns its type hints + docstring into the JSON schema the model sees. Tools run real computation over real market datasets.
Tools
Tool | What it does |
| Report which market datasets + live forward-test logs are available |
| Backtest the opening-range-breakout rule on M15 data; returns expectancy (R), win rate, profit factor, max drawdown |
| Summarise a live forward-test log (n, expectancy, win rate) |
| Search already-rejected hypotheses so an agent doesn't re-test a dead idea |
Related MCP server: QuantForge MCP Server
Run it
pip install fastmcp pandas numpy
python mcp_server/apex_mcp.py # starts the MCP server (stdio transport)Test it (no external client needed)
python mcp_server/test_apex_mcp.py # in-memory FastMCP Client calls every toolConnect it to an MCP client (e.g. Claude Desktop)
Add to the client's MCP config:
{
"mcpServers": {
"apex-research": {
"command": "python",
"args": ["C:\\Users\\user\\Desktop\\Apex\\mcp_server\\apex_mcp.py"]
}
}
}Then the model can call, e.g. "backtest the ORB rule on DAX" and it invokes run_orb_backtest.
What this demonstrates
Building MCP servers in Python with FastMCP (typed tools, auto-generated schemas)
Clean tool design: clear contracts, input validation, graceful errors
Local testing of an MCP server with an in-memory client
Real backend/data work (pandas/numpy over multi-year market data)
Built by M. Junaid Shahid.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Research-only MCP server: turn your AI into a quant research desk — backtests, no trades.
Quant intelligence over MCP: backtest, signals, screens, scores & portfolios for US & TSX stocks.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Build, backtest, and deploy crypto trading strategies via MCP with 7-stage validation.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables quant research, strategy generation, backtesting, and paper trading from natural language prompts, integrating with AI agents via an MCP server.63-
- AlicenseNot gradedqualityBmaintenanceEnables AI-driven quant research by exposing backtesting, portfolio optimization, and performance analytics tools through MCP, allowing iterative strategy refinement with built-in overfitting guardrails.MIT
- AlicenseAqualityAmaintenanceProvides point-in-time financial data access and an honest backtesting engine via MCP, enabling users to research restated fundamentals, run backtests with deflated Sharpe metrics, and benchmark returns against published factors.8MIT
- AlicenseNot gradedqualityAmaintenanceQuantitative research, backtesting, creator-marketplace subscriptions, editable strategy forks, continuous copy trading, and controlled brokerage execution through 125 MCP tools.5616MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/junaidshahid-dev/mcp-apex-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server