Odel
Trusgent MCP

Trusgent MCP

@trusgent1Updated 1w ago

Trusgent MCP — Trust Layer for AI agents. HK registry + Agent Cards. Default: get_merged_profile.

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

Trusgent

Trusgent MCP

Trust Layer for AI agents — verified Agent Cards, Hong Kong official registry, and citation-safe merged profiles for MCP clients.


English · 简体中文 · Developer Docs · Integration Guide · Smithery · Claude Market


🔐 Trust Layer for AI agents
✅ Verified Agent Cards
🇭🇰 60k+ HK official registry
🧩 Merged profiles with citation-safe recommendedUse
🌐 Remote endpoint: https://www.trusgent.com/api/mcp

Smithery MCP Registry Endpoint GitHub Org


Built for agents that need trustworthy business data — not scraped guesswork.


Public manifest and partner docs for Trusgent MCP — the Trust Layer remote MCP server for AI agents.

Note: The Trusgent product application (website, dashboard, registry importers) is private. This repository is intentionally public — it contains only the MCP Registry manifest, directory submission copy, and links to hosted APIs at trusgent.com. No secrets belong in this repo — see SECURITY.md.

MCP Endpoint

URLhttps://www.trusgent.com/api/mcp
TransportStreamable HTTP (JSON-RPC POST)
DiscoveryGET https://www.trusgent.com/api/mcp
AuthOptional Authorization: Bearer <api_key>create a key. Public reads are IP rate-limited without a key.

Default Integration Flow (Hong Kong Registry)

search_registry → get_merged_profile → (if claimed) verify_agent → (optional) get_business_facade

Use get_registry only when you need raw official fields without enrichment or claim context.

Tools

  • Agent Cards: search_agents, get_agent, verify_agent, get_business_facade
  • HK official registry: search_registry, get_registry, get_merged_profile (preferred)

Documentation

Official MCP Registry

FieldValue
Product NameTrusgent MCP
Registry Nameio.github.Trusgent/trusgent-mcp
Manifestserver.json

Publish

Prerequisites: GitHub org member with permission to publish under Trusgent (io.github.Trusgent/*).

Recommended: GitHub Actions OIDC from this repo (Actions → Publish to MCP Registry → Run workflow). Local mcp-publisher login github may only grant io.github.peteyhuang/* unless the OAuth token includes org Owner scope.

mcp-publisher validate server.json
mcp-publisher login github
mcp-publisher publish server.json

Directory Submissions

PlatformCopy
Smitherysmithery-submission.md
Claude Marketclaude-market-submission.md

Client Config Example

{
  "mcpServers": {
    "trusgent-mcp": {
      "url": "https://www.trusgent.com/api/mcp"
    }
  }
}

Organization

All Trusgent public open-source projects: github.com/Trusgent