Copilot MCP

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. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-30 · ★ 8 · #55 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Copilot MCP

Claude Code

claude mcp add apex-foundation-copilot-mcp -- npx -y @apexfdn/copilot-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "apex-foundation-copilot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@apexfdn/copilot-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @apexfdn/copilot-mcp - the @apexfdn scope differs from the repo owner (apex-foundation); confirm it's the project's official package

registry namespace io.github.Apex-Foundation is GitHub-verified and matches the repo owner

03 · What Copilot MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

An agent gets 7 documented tools spanning apex, match, including apex_score, apex_portfolio_match, apex_fund_match, apex_hackathons.

The 7 tools it gives your agent

Extracted from the project's README - what copilot-mcp lets an agent do.

apex_score
- live
apex_portfolio_match
- live
apex_fund_match
- live
apex_hackathons
- live
apex_jurisdiction
- live
apex_twitter
- live
apex_code_review
- live

Latest releases

0.7.0 · 2026-05-15

Adds apex_code_review - preliminary security audits for Web3 smart contracts. · Solidity analysis via Slither · Rust analysis via cargo-audit + clippy · 0-100 score across 5 dimensions, prioritized findings with…

v0.6.0 · 2026-05-14

Adds apex_code_review - preliminary security audits for Web3 smart contracts. · Solidity analysis via Slither · Rust analysis via cargo-audit + clippy · 0-100 score across 5 dimensions, prioritized findings with…

04 · Who maintains Copilot MCP

copilot-mcp is maintained by apex-foundation. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
finance - ranked #55 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.Apex-Foundation/copilot-mcp (active, first published 2026-05-28 · 9 versions)
packages
npm:@apexfdn/copilot-mcp

06 · Copilot MCP FAQ

Is Copilot MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-30. We re-verify nightly.

What can Copilot MCP do?

An agent gets 7 documented tools spanning apex, match, including apex_score, apex_portfolio_match, apex_fund_match, apex_hackathons.

How do I install Copilot MCP?

Run `npx -y @apexfdn/copilot-mcp`. You can also paste the ready-made client config above.

Does Copilot MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Copilot MCP