mcp-server

Trulioo/mcp-server
★ 2 stars C# 🤖 AI/LLM Updated 4mo ago
MCP Server for creating agentic integrations to Trulioo’s products.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Trulioo/mcp-server"
      ]
    }
  }
}