Sign In

@project-aegis/platform-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@project-aegis/platform-mcp-server

Model Context Protocol server for the Project Aegis Cortex platform.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Project Aegis Platform MCP Server

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.

Install

npm install -g @project-aegis/platform-mcp-server

Or run it directly:

npx @project-aegis/platform-mcp-server

MCP Client Configuration

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.

Configuration

VariableDefaultPurpose
API_URLhttp://localhost:3001Cortex REST API base URL.
COMMERCE_REGISTRY_ADDRESSBase Sepolia deploymentCommerce registry used by transaction-preparation tools.
AGENT_REGISTRY_ADDRESSBase Sepolia deploymentAgent registry used by transaction-preparation tools.
POLICY_MODULE_ADDRESSBase Sepolia deploymentPolicy module used by transaction-preparation tools.

Tools

  • lookup_agent
  • list_open_intents
  • get_policy
  • explain_tx
  • lookup_attestation
  • list_solvers
  • list_attestors
  • preflight_transaction
  • list_merchants
  • get_merchant
  • list_services
  • get_service
  • preflight_purchase
  • prepare_purchase
  • get_reconciliation
  • prepare_register_merchant
  • prepare_register_service
  • prepare_register_agent
  • prepare_set_payment_policy
  • list_bids
  • list_attestation_schemas
  • list_licenses
  • check_license

Publish

The package is configured for public scoped publishing:

cd mcp
npm publish

Keywords

aegis

FAQs

Package last updated on 28 Jun 2026

Did you know?

Socket

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.

Install

Related posts