MCP server · Fortanix
fortanix-dsm
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
⚠ Proposed MCP surface. No official hosted MCP server was found for Fortanix. The tools below are a candidate set derived from this provider's API, and the link points at the source descriptor rather than a live server. If Fortanix publishes an official server, this page will update to it on the next build.
Descriptor
Candidate descriptor · transport http
Tools
list_security_objects— List and filter security objects (keys, certificates, secrets) in a Fortanix DSM account.get_security_object— Look up a single security object by key id or name.create_security_object— Generate a new key, certificate or secret in a group.import_security_object— Import existing key material into DSM.rotate_security_object— Rotate a security object, producing a new version linked to the previous one.revoke_security_object— Transition a security object to Deactivated or Compromised state.destroy_security_object— Transition a security object to Destroyed state; it can no longer be used in any cryptographic operation.encrypt— Encrypt data with a symmetric or asymmetric key held in DSM.decrypt— Decrypt data with a symmetric or asymmetric key held in DSM.sign— Produce a signature with a private key held in DSM.verify— Verify a signature with a public key held in DSM.wrap_key— Wrap one security object with another.unwrap_key— Unwrap a wrapped key into a group.list_groups— List the security-object groups in an account.list_apps— List the application identities in an account.get_audit_log— Query the DSM audit log by actor, action type, affected object and time range.create_approval_request— Open a quorum-gated approval request wrapping a deferred operation.get_approval_request_result— Collect the result of an approved request.invoke_plugin— Execute a Lua plugin stored in DSM.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.