
Research
/Security News
737 Chrome VPN Extensions Linked to Brand Impersonation and Browser Traffic Redirection
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.
@project-aegis/platform-mcp-server
Advanced tools
Model Context Protocol server for the Project Aegis Cortex platform.
Model Context Protocol server for the Project Aegis Cortex platform. It exposes Cortex agent, commerce, attestation, policy, license, and reconciliation tools over stdio for MCP clients.
npm install -g @project-aegis/platform-mcp-server
Or run it directly:
npx @project-aegis/platform-mcp-server
Use the hosted Cortex API:
{
"mcpServers": {
"cortex": {
"command": "npx",
"args": ["-y", "@project-aegis/platform-mcp-server"],
"env": {
"API_URL": "https://cortex-api.projectaegis.ai"
}
}
}
}
For a global install:
{
"mcpServers": {
"cortex": {
"command": "platform-mcp-server",
"env": {
"API_URL": "https://cortex-api.projectaegis.ai"
}
}
}
}
For local development against the repo API, set API_URL=http://localhost:3001.
| Variable | Default | Purpose |
|---|---|---|
API_URL | http://localhost:3001 | Cortex REST API base URL. |
COMMERCE_REGISTRY_ADDRESS | Base Sepolia deployment | Commerce registry used by transaction-preparation tools. |
AGENT_REGISTRY_ADDRESS | Base Sepolia deployment | Agent registry used by transaction-preparation tools. |
POLICY_MODULE_ADDRESS | Base Sepolia deployment | Policy module used by transaction-preparation tools. |
lookup_agentlist_open_intentsget_policyexplain_txlookup_attestationlist_solverslist_attestorspreflight_transactionlist_merchantsget_merchantlist_servicesget_servicepreflight_purchaseprepare_purchaseget_reconciliationprepare_register_merchantprepare_register_serviceprepare_register_agentprepare_set_payment_policylist_bidslist_attestation_schemaslist_licensescheck_licenseThe package is configured for public scoped publishing:
cd mcp
npm publish
FAQs
Model Context Protocol server for the Project Aegis Cortex platform.
We found that @project-aegis/platform-mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.