AI & Machine Learning
pak-labs.com
Provides tools for evaluating and analyzing trading signals and intelligence products.
ENDPOINT 1
https://api.pak-labs.com/mcp
MCP server metadata
- Name
- alphalabs-intel
- Version
- 0.2.0
AlphaLabs Intelligence: derived market analytics for AI agents. Paid tools need Authorization: Bearer <api-key> (x402 pay-per-call arrives in M3). Start with alphalabs_get_catalog. Not investment advice.
Known tools 6
alphalabs_get_catalogFree: list AlphaLabs Intelligence products, prices, and auth model.
Inferred read-onlyalphalabs_calibration_reportLive paper-trading pipeline calibration telemetry: stage funnel, gate failures, near-misses.
Inferred read-onlyalphalabs_evaluate_signalScore YOUR trade idea through the live AlphaLabs deterministic engine: composite score, tier, per-component sub-signals, floors.
Potential side effectsalphalabs_outcome_reportRecorded outcomes of the live pipeline's own decisions: hit rates, score-band tables, accepted-vs-rejected edge, gate near-miss regret.
Inferred read-onlyalphalabs_feature_attributionWhich engine inputs actually predict outcomes, measured on recorded live results: Spearman rankings, median-split deltas, dead inputs.
Inferred read-onlyalphalabs_explain_decisionGlass-box breakdown of a prior evaluation by evaluation_id: every sub-signal, weight, floor, and the composite reasoning.
Inferred read-onlyCONNECT 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.alphalabs-intel]
url = "https://api.pak-labs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"alphalabs-intel": {
"type": "http",
"url": "https://api.pak-labs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: alphalabs-intel
Remote MCP URL: https://api.pak-labs.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": {
"alphalabs-intel": {
"url": "https://api.pak-labs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"alphalabs-intel": {
"type": "http",
"url": "https://api.pak-labs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "alphalabs-intel",
"transport": "streamable-http",
"url": "https://api.pak-labs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pak-labs.com was fetched 2026-08-03T00:49:20.671Z.
pak-labs.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.