streamable-httpupdated 11d ago
Trust Layer for AI agents โ verified Agent Cards, Hong Kong official registry, and citation-safe merged profiles for MCP clients.
What can you do with Trusgent MCP?
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
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
| URL | https://www.trusgent.com/api/mcp |
| Transport | Streamable HTTP (JSON-RPC POST) |
| Discovery | GET https://www.trusgent.com/api/mcp |
| Auth | Optional 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
| Field | Value |
|---|---|
| Product Name | Trusgent MCP |
| Registry Name | io.github.Trusgent/trusgent-mcp |
| Manifest | server.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
| Platform | Copy |
|---|---|
| Smithery | smithery-submission.md |
| Claude Market | claude-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
Install
Add Trusgent MCP to your client. Pick the one you use.
claude mcp add --transport http trusgent-mcp https://www.trusgent.com/api/mcpcodex mcp add trusgent-mcp --url https://www.trusgent.com/api/mcp{
"mcpServers": {
"trusgent-mcp": {
"url": "https://www.trusgent.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"trusgent-mcp": {
"type": "http",
"url": "https://www.trusgent.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"trusgent-mcp": {
"url": "https://www.trusgent.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"trusgent-mcp": {
"serverUrl": "https://www.trusgent.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation25/25
- Maintenance19/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 4 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.1.0Latest | Aug 23, 2026 |
| 1.0.0 | Aug 22, 2026 |