← smartapex.uk
INDIVIDUAL MCP TOOL
apex_run_agent_license_policy_check
Classify supplied dependency licenses into PASS/REVIEW/BLOCK buckets using SPDX-style identifiers.
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 endpoint
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.apex-smartapex-uk]
url = "https://smartapex.uk/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apex-smartapex-uk": {
"type": "http",
"url": "https://smartapex.uk/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apex-smartapex-uk
Remote MCP URL: https://smartapex.uk/api/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": {
"apex-smartapex-uk": {
"url": "https://smartapex.uk/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apex-smartapex-uk": {
"type": "http",
"url": "https://smartapex.uk/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apex-smartapex-uk",
"transport": "streamable-http",
"url": "https://smartapex.uk/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
apex_query_cards— Find Apex component cards by query, capability, tags, tier, or interface.apex_get_card— Read one Apex component card plus its verification report.apex_run_deflated_sharpe— Run the allowlisted permissionless bounded deflated-sharpe diagnostic.apex_run_empyrical_metrics— Run the allowlisted permissionless bounded empyrical-style metrics calculator over supplied returns.apex_run_alphalens_factor_research— Run the allowlisted permissionless bounded alphalens-style factor research wrapper over supplied factor rows.apex_run_backtrader_engine— Run the allowlisted permissionless bounded backtrader-style single-asset backtest engine over supplied OHLCV bars and declarative strategy rules.apex_run_pandas_market_calendars— Run the allowlisted permissionless bounded pandas_market_calendars 5.apex_run_pyfolio_tearsheets— Run the allowlisted permissionless bounded pyfolio-reloaded 0.