LuxAlgo MCP for LangChain
io.github.luxalgo/luxalgo-mcp-server
LuxAlgo for AI agents: the Library, prop firms, Market Trackers, Edge Stats, and your Trade Journal
client:LangChain
transport:streamable-http
runtime:npm
tools:42
Install LuxAlgo MCP in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"luxalgo-mcp-server": {
"transport": "streamable_http",
"url": "https://mcp.luxalgo.com/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- library_search
- library_get_concept
- library_get_indicator
- library_get_source_code
- library_list_concepts
- library_list_indicators
- library_list_tags
- library_list_families
- library_get_family
- propfirms_search
- propfirms_get
- propfirms_search_challenges
- propfirms_search_offers
- propfirms_list_simulatable
- propfirms_challenge_rules
- propfirms_simulate
- propfirms_optimal_risk
- propfirms_compare
- propfirms_simulate_trades
- propfirms_pass_rates
- propfirms_validate_strategy
- trackers_datasets
- trackers_query
- trackers_latest