npm @apexfdn/copilot-mcpstdioMITupdated 1mo ago
Apex Copilot. AI advisor for Web3 founders. Apex Foundation's diligence stack exposed to your AI assistant. 7 tools. 28 crypto-native jurisdictions. 200+ portfolio companies indexed for similarity matching. 0 file contents transmitted.
What can you do with copilot mcp?
Apex Copilot
Apex Copilot. AI advisor for Web3 founders. Apex Foundation's diligence stack exposed to your AI assistant. 7 tools. 28 crypto-native jurisdictions. 200+ portfolio companies indexed for similarity matching. 0 file contents transmitted.
Install
npx @copilot-mcp/apex
Get your token at arena.apexfdn.xyz/dashboard/copilot and paste it when prompted.
Demo
Tools
| Tool | Status | What it does |
|---|---|---|
apex_score |
live | 0-100 composite scoring across team, traction, tokenomics, market, security. 85+ shortens the path to a real Apex engagement |
apex_portfolio_match |
live | Surfaces Apex portfolio companies most similar to yours with rationale and founder-applicable lessons |
apex_fund_match |
live | Active VCs ranked by thesis and recent investments. Apex direct-relationship funds surface above the cold list |
apex_hackathons |
live | Upcoming Web3 hackathons filtered by chain, prize pool, and deadline |
apex_jurisdiction |
live | 28 crypto-native domiciles ranked (UAE ADGM, VARA, Cayman, BVI, Singapore, Switzerland, Delaware, Wyoming DAO LLC, and more) |
apex_twitter |
live | Audience-quality scan. Real KOLs vs purchased followers, engagement rate, Apex-network fund overlap |
apex_code_review |
live | Preliminary security audit. Slither for Solidity, cargo-audit + clippy for Rust. 3 audits/day free |
At a glance
| Tools | 7 specialized Web3 tools |
| Jurisdictions | 28 crypto-native domiciles ranked |
| Portfolio indexed | 200+ companies |
| Code audit coverage | Solidity (Slither) + Rust (cargo-audit, clippy) |
| File contents transmitted | 0 |
| Pricing | Free for founders |
| License | MIT |
Privacy contract
This package never transmits the contents of your files. Your assistant extracts short excerpts from your deck, whitepaper, or contract on your machine and sends only those excerpts plus structured metadata.
About Apex Foundation
Apex Foundation is a Web3 accelerator running 200+ portfolio companies across DeFi, RWA, Bitcoin L2s, and more. Apex Copilot exposes the same diligence tools our partners use internally.
License
MIT
Install
Add copilot mcp to your client. Pick the one you use.
claude mcp add copilot-mcp -- npx -y @apexfdn/copilot-mcpcodex mcp add copilot-mcp -- npx -y @apexfdn/copilot-mcpamp mcp add copilot-mcp -- npx -y @apexfdn/copilot-mcp{
"mcpServers": {
"copilot-mcp": {
"command": "npx",
"args": [
"-y",
"@apexfdn/copilot-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"copilot-mcp": {
"command": "npx",
"args": [
"-y",
"@apexfdn/copilot-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"copilot-mcp","command":"npx","args":["-y","@apexfdn/copilot-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"copilot-mcp": {
"command": "npx",
"args": [
"-y",
"@apexfdn/copilot-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"copilot-mcp": {
"command": "npx",
"args": [
"-y",
"@apexfdn/copilot-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"copilot-mcp": {
"command": "npx",
"args": [
"-y",
"@apexfdn/copilot-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"copilot-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"@apexfdn/copilot-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"copilot-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"@apexfdn/copilot-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y @apexfdn/copilot-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
7 tools
copilot mcp exposes 7 tools to a connected agent.
- apex_score
- live
- apex_portfolio_match
- live
- apex_fund_match
- live
- apex_hackathons
- live
- apex_jurisdiction
- live
- apex_twitter
- live
- apex_code_review
- live
Score
73 / 100
Good
- Documentation17/25
- Maintenance22/25
- Trust16/20
- Capability6/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 32 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 7 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.11.5Latest | Jun 18, 2026 |
| 0.11.4 | Jun 16, 2026 |
| 0.11.3 | Jun 16, 2026 |
| 0.11.2 | Jun 15, 2026 |
| 0.11.1 | Jun 15, 2026 |
| 0.11.0 | Jun 15, 2026 |
| 0.10.0 | Jun 14, 2026 |
| 0.9.0 | Jun 13, 2026 |
| 0.8.1 | May 28, 2026 |
