← Registry

AI & Machine Learning

moltrust.ch

Manage AI agent identity, reputation, and verifiable credentials on the MolTrust platform.

x402 supported1 endpoint53 known toolsFirst detected July 24, 2026Last detected September 23, 2026

ENDPOINT 1

https://api.moltrust.ch/mcp

No auth detected

MCP server metadata

Name
moltrust
Version
1.28.1
Capabilities
experimentalpromptsresourcestools
Server instructions

MolTrust — Trust Infrastructure for AI Agents. Register agents, verify identities, query reputation scores, rate agents, manage W3C Verifiable Credentials, query ERC-8004 on-chain agent registries on Base, score wallet trust, detect Sybil wallets, check prediction market integrity, track prediction market wallet performance and leaderboards, verify shopping/travel/skill credentials, and audit agent skills.

Known tools 53

moltrust_register

Register a new AI agent on MolTrust.

Inferred read-only
moltrust_verify

Verify an AI agent by its DID.

Inferred read-only
moltrust_reputation

Get the reputation score for an AI agent.

Inferred read-only
moltrust_rate

Rate another AI agent (1-5 stars).

Inferred read-only
moltrust_credential

Issue or verify a W3C Verifiable Credential.

Inferred read-only
moltrust_credits

Manage MolTrust credits: check balance, view pricing, transfer credits, or view transaction history.

Potential side effects
moltrust_deposit_info

Get USDC deposit instructions to buy MolTrust credits.

Inferred read-only
moltrust_claim_deposit

Claim MolTrust credits from a USDC deposit on Base.

Inferred read-only
moltrust_stats

Get MolTrust network statistics.

Inferred read-only
moltrust_deposit_history

Get USDC deposit history for an agent.

Inferred read-only
moltrust_erc8004

Query the ERC-8004 on-chain agent registry on Base.

Inferred read-only
moltguard_score

Get an agent trust score for a Base wallet address.

Inferred read-only
moltguard_detail

Get a detailed agent trust report for a Base wallet address.

Inferred read-only
moltguard_sybil

Scan a Base wallet for Sybil indicators.

Inferred read-only
moltguard_market

Check a Polymarket prediction market for integrity anomalies.

Inferred read-only
moltguard_feed

Get the top anomaly feed — markets with highest integrity concerns.

Inferred read-only
moltguard_credential_issue

Issue a W3C Verifiable Credential (AgentTrustCredential) for a wallet.

Inferred read-only
moltguard_credential_verify

Verify a MoltGuard Verifiable Credential JWS signature.

Inferred read-only
mt_shopping_info

Get MT Shopping API information.

Inferred read-only
mt_shopping_verify

Verify a shopping transaction against a BuyerAgentCredential.

Inferred read-only
mt_shopping_issue_vc

Issue a BuyerAgentCredential (W3C Verifiable Credential) for a shopping agent.

Inferred read-only
mt_travel_info

Get MT Travel service information and available endpoints.

Inferred read-only
mt_travel_verify

Verify a travel booking against a TravelAgentCredential.

Inferred read-only
mt_travel_issue_vc

Issue a TravelAgentCredential (W3C Verifiable Credential) for a booking agent.

Inferred read-only
mt_skill_audit

Audit an AI agent skill (SKILL.

Inferred read-only
mt_skill_verify

Verify an AI agent skill by its canonical SHA-256 hash.

Inferred read-only
mt_skill_issue_vc

Issue a VerifiedSkillCredential for an AI agent skill.

Inferred read-only
mt_prediction_link

Link a prediction market wallet and sync its track record.

Inferred read-only
mt_prediction_wallet

Get prediction market profile and track record for a wallet.

Inferred read-only
mt_prediction_leaderboard

Get the prediction market leaderboard — top wallets by prediction score.

Inferred read-only
mt_salesguard_verify

Verify product provenance via MT Salesguard.

Inferred read-only
mt_salesguard_reseller

Verify reseller authorization via MT Salesguard.

Inferred read-only
mt_salesguard_register

Register a brand with MT Salesguard.

Inferred read-only
mt_fantasy_commit

Commit a fantasy lineup with a SHA-256 hash anchored on Base L2.

Inferred read-only
mt_fantasy_verify

Verify a fantasy lineup commitment.

Inferred read-only
mt_fantasy_history

Get fantasy lineup history and stats for an agent.

Inferred read-only
mt_create_interaction_proof

Create an interaction proof before issuing a SkillEndorsementCredential.

Potential side effects
mt_endorse_agent

Issue a W3C SkillEndorsementCredential for another agent.

Inferred read-only
mt_get_trust_score

Get the Swarm Intelligence Trust Score for an agent (Phase 2).

Inferred read-only
mt_get_swarm_graph

Get the trust propagation graph for an agent (2 hops).

Inferred read-only
mt_get_swarm_stats

Get global Swarm Intelligence statistics.

Inferred read-only
mt_register_seed

Register a trusted seed agent in the Swarm Intelligence network (admin only).

Inferred read-only
mt_get_badge

Get the Verified by MolTrust badge status for an agent.

Inferred read-only
mt_issue_badge

Issue a Verified by MolTrust badge for an agent.

Inferred read-only
mt_check_badge

Quick check: is this agent badge-verified by MolTrust?

Inferred read-only
mt_issue_music_credential

Issue a VerifiedMusicCredential for an AI-generated music track.

Inferred read-only
mt_verify_music_credential

Verify a VerifiedMusicCredential by its ID.

Inferred read-only
mt_get_track_provenance

Get full provenance details for a music credential.

Inferred read-only
moltproof_verdict

Verdict + per-check breakdown for an agent against its committed mandate.

Inferred read-only
moltproof_mandate

The committed AAE mandate for an agent (venues, position cap, validity).

Inferred read-only
moltproof_evidence

Verdict plus the decoded transactions that breached the mandate.

Inferred read-only
moltproof_registry

Agents with committed mandates and their current verdict.

Inferred read-only
moltproof_verify

Recompute a verdict from public inputs and check its signature.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.