Skip to content
Back to search
100
MCP live v0.1.0 MCP 2025-11-25 streamable-http

Cyphrex

io.github.getcyphrex/cyphrex-mcp

Blockchain SSN for AI agents. MCP gateway that blocks at the point of action, tamper evident audit.

Uptime
100.0%
1 direct probes · 30d
Response
858ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

register_agent

Register a new Cyphrex agent

check_action

Run Cyphrex check on a proposed action

log_action

Log an executed action for a Cyphrex agent

get_audit_log

Get Cyphrex audit log for an agent

set_behavior_profile

Set behavior profile for an agent

verify_agent

Fetch/verify agent details

scan_mcp_tools_list

Scan an upstream MCP tools/list payload for threats and diff tool snapshots

scan_mcp_tool_result

Scan an upstream MCP tools/call result for PII, injection, and volume anomalies

proxy_mcp_request

Proxy a JSON-RPC tools/list or tools/call request to an upstream MCP server. Cyphrex enforces threat policy before the caller receives the upstream result.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "cyphrex": {
      "url": "https://mcp.cyphrex.io/mcp",
      "transport": "streamable-http"
    }
  }
}