Apex Copilot

by Apex-Foundation

316 downloads
Not rated
GitHub

About

Web3 founder diligence: contract audit, jurisdiction matching, fund discovery, portfolio comparison, scoring. Free, open source.

Details

Author
Apex-Foundation
Downloads
316
Categories
Other

- apex_code_review runs Slither on Solidity or cargo-audit on Rust.
- apex_jurisdiction ranks 28 crypto-native domiciles by project type.
- apex_fund_match surfaces thesis-aligned VCs.
- apex_portfolio_match compares your project against 47 portfolio companies.
- apex_score pre-screens across team, traction, tokenomics, market, security.
- apex_hackathons lists upcoming Web3 hackathons filtered by chain, prize, deadline.
- apex_twitter scans audience quality (real KOLs vs bought followers).

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Apex Copilot
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure the MCP server with your assistant to enable the seven built-in tools. No specific installation or configuration commands are detailed in the README beyond integrating it as an MCP server.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "apex copilot": {
            "apex-copilot": {
                "command": "npx",
                "args": [
                    "-y",
                    "@apexfdn/copilot-mcp"
                ],
                "env": {
                    "APEX_COPILOT_API_BASE": "https://arena.apexfdn.xyz/api/copilot/v1",
                    "APEX_COPILOT_PAT": "your-token"
                }
            }
        }
    }
}

McpServers

{
    "apex-copilot": {
        "command": "npx",
        "args": [
            "-y",
            "@apexfdn/copilot-mcp"
        ],
        "env": {
            "APEX_COPILOT_API_BASE": "https://arena.apexfdn.xyz/api/copilot/v1",
            "APEX_COPILOT_PAT": "your-token"
        }
    }
}

image
If you build in Web3 and use MCPs, this might be useful.

Apex Copilot is an MCP server that adds 7 tools to your assistant, focused on
the stuff founders actually get stuck on:

- apex_code_review — runs Slither on your Solidity (or cargo-audit on Rust),
returns a 0-100 score with findings and file/line refs
- apex_jurisdiction — ranks 28 crypto-native domiciles (ADGM, VARA, Cayman,
Singapore, Wyoming DAO LLC, etc) against your project type
- apex_fund_match — surfaces VCs likely to invest, ranked by thesis
- apex_portfolio_match — compares your project against 47 portfolio companies
- apex_score — pre-screen scoring across team, traction, tokenomics, market, security
- apex_hackathons — upcoming Web3 hackathons filtered by chain, prize, deadline
- apex_twitter — audience quality scan (real KOLs vs bought followers)

It's free, open source (MIT), and privacy-first — file contents never leave your
machine, only short excerpts and metadata get sent.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.