این ترجمه به‌صورت ماشینی تولید شده و در انتظار بازبینی است.تغییر به انگلیسی
تیره
داشبوردتماس بگیرید
در این صفحه

MCP Integration

Definition. Noxtica’s Model Context Protocol (MCP) integration gives an eligible tenant’s external AI workflow structured, read-only access to supported Noxtica context. The surface uses MCP over JSON-RPC and requires a scoped bearer token.

It solves a context problem: an internal assistant or investigation workflow may need current policy, alert, or risk-distribution information without a person copying it from the console. MCP makes approved reads machine-consumable while leaving action and authorization in customer-owned systems.

Two boundaries define the integration:

  • Read-only. An MCP client cannot change Noxtica configuration, create a policy, or act on traffic.
  • Opt-in and tenant-scoped. MCP is off by default, enabled only for eligible tenants, and restricted to the tenant and scopes associated with the issued token.

When it applies

MCP is useful when a security, fraud, support, or reporting workflow already uses an MCP-compatible client and needs Noxtica context for:

  • summarizing a tenant’s current policies or rules;
  • adding recent alerts to an investigation brief;
  • describing risk distribution for an operational review; or
  • answering a bounded question before a human opens the source record.

If a workflow needs to update Noxtica, enforce a traffic decision, or combine data across tenants, this integration does not provide that capability.

How customers use it

  1. Confirm MCP eligibility and request tenant enablement.
  2. Have an authorized operator create a token with only the required read scopes.
  3. Configure the MCP-compatible client with the provisioned server details and token.
  4. Request a supported read and inspect the structured response.
  5. Route the result to a human review, report, or customer-owned automation with its own permissions.
  6. Review call history and rotate or revoke the credential under your normal access process.

Connection details and available tools are provided during tenant provisioning; do not infer undocumented endpoints or scopes from examples.

How Noxtica does it

MCP is the open protocol boundary. Noxtica applies product access controls before returning tenant information and records calls for review.

Authentication

Bearer tokens have three customer-facing controls:

  • Scoped — a token can read only the enabled surfaces represented by its scopes.
  • Rate-limited — requests are subject to the tenant’s provisioned limits.
  • Audited — calls are recorded so operators can review what was requested and when.

Treat the token as a secret. Give each integration the narrowest useful scope, keep it out of browser code and prompts, and rotate or revoke it when ownership changes.

The read-only tool set

Subject to tenant enablement and token scope, the current read surface can include:

  • Policies — configured policy context.
  • Rules — rules used by supported decision workflows.
  • Alerts — recent tenant alerts.
  • Risk distribution — aggregate risk context for the tenant’s traffic.

Every tool is a read. Responses are data for the client to interpret, not instructions and not permission to take an action. The connected agent cannot use MCP to change Noxtica or customer infrastructure.

Outputs and decisions

MCP outputHow it can inform a decision
Policy and rule contextCheck whether an observed result matches the intended tenant posture
Recent alertsPrioritize which event or period a human should investigate
Risk distributionCompare current traffic mix with the team’s expected operating range
Call audit recordReview which integration requested which Noxtica context

An MCP response can become stale after configuration or traffic changes. For customer-impacting decisions, retrieve current source records and apply the customer’s normal authorization and review controls.

Eligibility and limitations

  • MCP requires explicit tenant enablement and provisioned connection details; there is no anonymous or self-serve connection.
  • The integration is read-only even if the connected client supports write-capable tools elsewhere.
  • Tokens do not bypass operator roles, tenant boundaries, scopes, or rate limits.
  • Supported tools can differ by tenant provisioning. An absent tool is not an invitation to call an undocumented API.
  • MCP does not verify the identity or trustworthiness of agents arriving at your site; that is the separate KYA concern.

Where it fits

MCP is the “you integrate agentically” part of Agentic Security. It is distinct from the AI Assistant inside the console and from Know Your Agent, which evaluates supported incoming-agent identities.

Read deeper