LIVE ENDPOINT
https://persona-mcp-server.onrender.com/mcp
Connect to this endpoint to inspect the live schema for get_persona_card and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.
Related tools
verify_persona_did— 제시된 페르소나 명함이 진본인지(발급자 서명이 유효한지) 판정합니다.sync_persona_card— 해당 DID의 런타임을 최신 상태로 동기화합니다.query_persona_decision— "이 사람이라면 어떻게 판단할까?