Product / Verge / MCP Gateway
Make every MCP action pass through policy.
Give AI clients and agents one governed route to approved MCP tools. Axec authenticates the caller, limits discovery, authorizes each invocation, and keeps provider credentials behind the boundary.
01 / Publish
One approved route to workplace tools.
Connect reviewed MCP servers once and expose only approved capabilities through a stable gateway. Employees keep their preferred AI clients while platform teams control the route.
- Support remote MCP clients through Streamable HTTP and OAuth
- Synchronize reviewed tool definitions into an approved catalog
- Return only tools authorized for the current principal and client
AI clients
- ClaudeEmployee session
- CursorDeveloper tools
- CodexTerminal agent
- AgentService workload
AxecManaged gateway
- Identity
- IdP synced
- Agents
- Service-owned
- Control
- Central revoke
Connections active
Workplace apps
- GmailMail / Calendar
- SalesforceCRM records
- HubSpotCustomer data
- SlackMessages / Channels
02 / Enforce
Authorize the exact call, not just the connection.
Axec resolves the caller, MCP session, server, tool, and current policy before every invocation. A prior login or successful tool listing never guarantees execution.
- Re-evaluate authorization against immutable server and tool identities
- Validate arguments against the approved tool schema
- Deny safely when identity, policy, or connection state is unavailable
Requested actionsalesforce.record.delete
REQ-0173Axec Policy evaluation
02 / Enforce- Actor
- Alice / Finance VERIFIED
- Task
- Quarterly account review ACTIVE
- Requested
- record.delete OUT OF SCOPE
- Permitted
- record.read POLICY LIMIT
DecisionDeny
ReasonScope exceeds active task
03 / Prove
Keep credentials behind the decision boundary.
Provider credentials are selected and released only after authorization, then kept outside the client and agent runtime. Each decision remains linked to its execution outcome.
- Inject eligible provider credentials only after an allow decision
- Attribute activity to the human, service, or registered agent
- Retain verifiable decision and execution evidence for investigation
Selected evidenceAXC-0173
✓ Signature verified
- Principal
- svc-agent-finance
- Action
- drive.file.share
- Destination
- External domain
- Policy
- data-egress-v7
- Decision reason
- Customer data cannot be shared outside approved domains.