INDIVIDUAL MCP TOOL
trackers_ticker
One ticker across every ticker-bearing Market Trackers dataset for one year (default: the current year): insider transactions, congressional trades, 13F holdings, federal contracts and grants, lobbying filings by the company, short-sale volume, clinical trials, FDA events, patents, Wikipedia pageviews.
LIVE ENDPOINT
https://mcp.luxalgo.com/mcp
Connect to this endpoint to inspect the live schema for trackers_ticker and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.luxalgo]
url = "https://mcp.luxalgo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"luxalgo": {
"type": "http",
"url": "https://mcp.luxalgo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: luxalgo
Remote MCP URL: https://mcp.luxalgo.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"luxalgo": {
"url": "https://mcp.luxalgo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"luxalgo": {
"type": "http",
"url": "https://mcp.luxalgo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "luxalgo",
"transport": "streamable-http",
"url": "https://mcp.luxalgo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
library_search— Search the LuxAlgo Library — the encyclopedia of trading and technical analysis.library_get_concept— Explain a trading concept: the Library's full write-up as markdown — definition, formula, how traders read it, and its indicator implementations.library_get_indicator— Details for one indicator: what it does, how to read it, family, concept links, preview image — plus whether its source code is available (fetch the code itself with library_get_source_code).library_get_source_code— The full, working source code of a Library indicator (works on TradingView).library_list_concepts— Browse every trading and technical-analysis concept in the Library — paginated, optionally one family.library_list_indicators— Browse the indicator catalog with filters and server-side sorting (newest first by default).library_list_tags— The Library's indicator tag vocabulary (behavioral traits like 'Volatility', 'Trailing-Stop', 'Repainting Functionality').library_list_families— The Library's top-level taxonomy: 17 families of trading concepts (trend, momentum, SMC/ICT, statistics, …) with concept counts and hub links.