Security & Testing
mysoma.space
Manages and verifies decentralized identity persona cards using DIDs.
ENDPOINT 1
https://persona-mcp-server.onrender.com/mcp
MCP server metadata
- Name
- krsys-persona-runtime
- Version
- 0.1.0
이 서버는 페르소나의 신원 검증과 가치 기반 자문만 제공합니다. 어떤 도구도 페르소나를 대신해 행동(결제·전송·기기제어)하지 않습니다. 에이전트의 진위가 의심되면 먼저 verify_persona_did로 검증하세요.
Known tools 4
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.krsys-persona-runtime]
url = "https://persona-mcp-server.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"krsys-persona-runtime": {
"type": "http",
"url": "https://persona-mcp-server.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: krsys-persona-runtime
Remote MCP URL: https://persona-mcp-server.onrender.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"krsys-persona-runtime": {
"url": "https://persona-mcp-server.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"krsys-persona-runtime": {
"type": "http",
"url": "https://persona-mcp-server.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "krsys-persona-runtime",
"transport": "streamable-http",
"url": "https://persona-mcp-server.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for onrender.com was fetched 2026-08-26T09:29:14.059Z.
onrender.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.