← moltrust.ch
INDIVIDUAL MCP TOOL
mt_get_track_provenance
Get full provenance details for a music credential.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent endpoint
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.moltrust]
url = "https://api.moltrust.ch/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"moltrust": {
"type": "http",
"url": "https://api.moltrust.ch/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: moltrust
Remote MCP URL: https://api.moltrust.ch/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": {
"moltrust": {
"url": "https://api.moltrust.ch/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"moltrust": {
"type": "http",
"url": "https://api.moltrust.ch/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "moltrust",
"transport": "streamable-http",
"url": "https://api.moltrust.ch/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
moltrust_register— Register a new AI agent on MolTrust.moltrust_verify— Verify an AI agent by its DID.moltrust_reputation— Get the reputation score for an AI agent.moltrust_rate— Rate another AI agent (1-5 stars).moltrust_credential— Issue or verify a W3C Verifiable Credential.moltrust_credits— Manage MolTrust credits: check balance, view pricing, transfer credits, or view transaction history.moltrust_deposit_info— Get USDC deposit instructions to buy MolTrust credits.moltrust_claim_deposit— Claim MolTrust credits from a USDC deposit on Base.