INDIVIDUAL MCP TOOL
about_apex
Read-only: returns what Apex by LeadShark is, tier pricing, and the URL of the real authenticated MCP server.
LIVE ENDPOINT
https://www.apex.new/mcp
Connect to this endpoint to inspect the live schema for about_apex and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
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.apex-new-discovery]
url = "https://www.apex.new/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"apex-new-discovery": {
"type": "http",
"url": "https://www.apex.new/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: apex-new-discovery
Remote MCP URL: https://www.apex.new/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-new-discovery": {
"url": "https://www.apex.new/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"apex-new-discovery": {
"type": "http",
"url": "https://www.apex.new/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "apex-new-discovery",
"transport": "streamable-http",
"url": "https://www.apex.new/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_setup_steps— The 5-step flow to connect an AI agent to the real Apex MCP server: LeadShark account → LinkedIn → 24h Apex unlock → mount MCP → first Loadout.first_plays— Read-only: returns copy-paste starter prompts for the first session after connecting the real Apex server — verify, discover, enrich, act.